You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertEquals("ServerConfigDocument Liberty Property file map is not created properly ", 9, configDocument.getLibertyDirPropertyFiles().size());
278
286
assertEquals("ServerConfigDocument http.port variable is not assigned properly ", "1111", configDocument.getProperties().getProperty("http.port"));
279
287
assertEquals("ServerConfigDocument includeLocation default property is not assigned properly ", "includes", configDocument.getDefaultProperties().getProperty("includeLocation"));
288
+
assertEquals("ServerConfigDocument ${server.config.dir} property is not assigned properly ", SERVER_CONFIG_DIR.toFile().getCanonicalPath(), configDocument.getProperties().getProperty(ServerFeatureUtil.SERVER_CONFIG_DIR));
280
289
}
281
290
282
291
@Test
@@ -285,6 +294,7 @@ public void testProcessServerXmlWithMultipleSpringBootNodesInMultipleConfigFiles
0 commit comments