We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d8cdc commit ce5e1cdCopy full SHA for ce5e1cd
src/org/labkey/test/tests/BasicTest.java
@@ -70,10 +70,10 @@ public void testStartupLogging()
70
71
// Issue 52684: Ensure Log4J is capturing startup logging from:
72
assertTextPresent(
73
- "Starting LabKeyServer using", // Our "embedded" code (the primary entry point)
+ "Starting LabKeyServer ", // Our "embedded" code (the primary entry point)
74
"Starting Servlet engine", // Spring Boot and Tomcat
75
"Exploding module archives", // Our "bootstrap" code (extracts modules and sets up webapp classloading)
76
- "LabKey-managed modules to ensure they're recent enough to upgrade" // Our code inside the webapp
+ "Deploying to context path" // Our code inside the webapp
77
);
78
}
79
0 commit comments