We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84d0e93 + 482c62d commit 1c957c3Copy full SHA for 1c957c3
app/display/model/src/test/java/org/csstudio/display/builder/model/macros/MacroHierarchyUnitTest.java
@@ -83,7 +83,7 @@ public void testPropertiesAndEnvironment()
83
model.expandMacros(Preferences.getMacros());
84
85
MacroValueProvider macros = model.getEffectiveMacros();
86
- assertThat(macros.getValue("EXAMPLE_MACRO"), equalTo("Value from Preferences"));
+ assertThat(macros.getValue("EXAMPLE_MACRO"), nullValue());
87
88
// Can also fall back to widget properties
89
assertThat(macros.getValue("type"), nullValue());
0 commit comments