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());
}
/**