Skip to content

Commit 1c957c3

Browse files
authored
Merge pull request #3516 from rjwills28/issue3458_fix_macro_unit_test
Fix macro test following change to the default EXAMPLE_MACRO
2 parents 84d0e93 + 482c62d commit 1c957c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/display/model/src/test/java/org/csstudio/display/builder/model/macros/MacroHierarchyUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void testPropertiesAndEnvironment()
8383
model.expandMacros(Preferences.getMacros());
8484

8585
MacroValueProvider macros = model.getEffectiveMacros();
86-
assertThat(macros.getValue("EXAMPLE_MACRO"), equalTo("Value from Preferences"));
86+
assertThat(macros.getValue("EXAMPLE_MACRO"), nullValue());
8787

8888
// Can also fall back to widget properties
8989
assertThat(macros.getValue("type"), nullValue());

0 commit comments

Comments
 (0)