You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2011/10/06 17:58:16 UTC

svn commit: r1179675 - /subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/WC.java

Author: philip
Date: Thu Oct  6 15:58:15 2011
New Revision: 1179675

URL: http://svn.apache.org/viewvc?rev=1179675&view=rev
Log:
* subversion/bindings/javahl/tests/org/apache/subversion/javahl/WC.java
  (check): Add item path to error message.

Modified:
    subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/WC.java

Modified: subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/WC.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/WC.java?rev=1179675&r1=1179674&r2=1179675&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/WC.java (original)
+++ subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/WC.java Thu Oct  6 15:58:15 2011
@@ -519,8 +519,9 @@ public class WC
                                         + item.myPath + "' don't match:",
                                         item.reposLastCmtAuthor,
                                         status.getReposLastCmtAuthor());
-                    Assert.assertNotNull("URL for status item should not be null", 
-                                        status.getUrl());
+                    Assert.assertNotNull("URL for path " + item.myPath
+                                         + " should not be null", 
+                                         status.getUrl());
                 }
             }
             item.touched = true;