kriegaex commented on code in PR #137:
URL: https://github.com/apache/xalan-java/pull/137#discussion_r1413130155


##########
xalan/src/test/java/org/apache/xalan/VersionTest.java:
##########
@@ -59,41 +85,47 @@ public void testCannotReadProperties() {
         .when(Version::getPropertiesStream)
         .thenThrow(NullPointerException.class);
       assertEquals("0.0.0", Version.readVersionNumber());
+      assertTrue(buffer.toString().contains("RuntimeException: Cannot read 
properties file"));

Review Comment:
   Thanks you very much. Fixed by `new PrintStream(buffer, true)`, force-pushed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to