jira-importer commented on issue #1211:
URL: https://github.com/apache/maven-scm/issues/1211#issuecomment-2964656078

   **[Niels 
Basjes](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nielsbasjes)**
 commented
   
   Tests I know about that fail under `-Ptck`
   * 
maven-scm-providers/maven-scm-provider-hg/src/test/java/org/apache/maven/scm/provider/hg/command/blame/HgBlameCommandTckTest.java
     This is never true; the revision is always a hash.
   
   ```java
   assertEquals( "0", line.getRevision() ); 
   ```
   
   * 
maven-scm-providers/maven-scm-provider-local/src/test/java/org/apache/maven/scm/provider/local/command/update/LocalUpdateCommandTckTest.java
     In the testUpdateCommand test located in the superclass 
maven-scm-test/src/main/java/org/apache/maven/scm/tck/command/update/UpdateCommandTckTest.java
 fails over 
   
   ```java
   assertPath( "src/main/java/org/Foo.java", file.getPath() );
   ```
   
   with
   
   ```java
   Expected :src/main/java/org/Foo.java
   Actual   :/src/main/java/org/Foo.java
   ```
   
    
   
    
   
    
   


-- 
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