nielsbasjes commented on code in PR #140:
URL: https://github.com/apache/maven-scm/pull/140#discussion_r879114718


##########
maven-scm-test/src/main/java/org/apache/maven/scm/tck/command/changelog/ChangeLogCommandTckTest.java:
##########
@@ -94,7 +94,6 @@ public void testChangeLogCommand()
         ChangeSet changeset = thirdResult.getChangeLog().getChangeSets().get( 
0 );
         assertTrue( changeset.getDate().after( timeBeforeSecond ) );
 
-
-        assertEquals( COMMIT_MSG, changeset.getComment() );
+        assertTrue( changeset.getComment().startsWith( COMMIT_MSG ) ); // 
Sometimes there is a newline appended

Review Comment:
   Turns out that the HG code ... appends a newline. Fixed



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to