Author: jawi
Date: Fri Aug 10 13:06:41 2012
New Revision: 1371693

URL: http://svn.apache.org/viewvc?rev=1371693&view=rev
Log:
Add trailing slash.

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=1371693&r1=1371692&r2=1371693&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:06:41 2012
@@ -46,7 +46,7 @@ public class VelocityArtifactPreprocesso
     
     @BeforeTest
     public void setUp() throws Exception {
-        m_obrUrl = new URL("file://" + System.getProperty("java.io.tmpdir"));
+        m_obrUrl = new URL("file://" + System.getProperty("java.io.tmpdir") + 
"/");
         
         m_resolver = new PropertyResolver() {
             public String get(String key) {


Reply via email to