You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2012/08/10 15:03:22 UTC

svn commit: r1371692 - /ace/sandbox/marrs/org.apache.ace.client.repository.helper.base/test/org/apache/ace/client/repository/helper/base/VelocityArtifactPreprocessorTest.java

Author: jawi
Date: Fri Aug 10 13:03:22 2012
New Revision: 1371692

URL: http://svn.apache.org/viewvc?rev=1371692&view=rev
Log:
Added some more details as to why this test fails.

Modified:
    ace/sandbox/marrs/org.apache.ace.client.repository.helper.base/test/org/apache/ace/client/repository/helper/base/VelocityArtifactPreprocessorTest.java

Modified: ace/sandbox/marrs/org.apache.ace.client.repository.helper.base/test/org/apache/ace/client/repository/helper/base/VelocityArtifactPreprocessorTest.java
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.client.repository.helper.base/test/org/apache/ace/client/repository/helper/base/VelocityArtifactPreprocessorTest.java?rev=1371692&r1=1371691&r2=1371692&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.client.repository.helper.base/test/org/apache/ace/client/repository/helper/base/VelocityArtifactPreprocessorTest.java (original)
+++ ace/sandbox/marrs/org.apache.ace.client.repository.helper.base/test/org/apache/ace/client/repository/helper/base/VelocityArtifactPreprocessorTest.java Fri Aug 10 13:03:22 2012
@@ -150,7 +150,7 @@ public class VelocityArtifactPreprocesso
         // Verify that it is actually uploaded...
         assertFalse(newUrl.equals(url));
         // Verify that it is actually uploaded to our (fake) OBR...
-        assertTrue(newUrl.startsWith(m_obrUrl.toExternalForm()));
+        assertTrue(newUrl.startsWith(m_obrUrl.toExternalForm()), "newUrl (" + newUrl + ") should start with: " + m_obrUrl.toExternalForm());
     }
 
     /**