Author: simonetripodi
Date: Thu Feb  3 16:55:59 2011
New Revision: 1066866

URL: http://svn.apache.org/viewvc?rev=1066866&view=rev
Log:
tests will never be found under wrong package name

Modified:
    
commons/sandbox/digester3/trunk/src/test/java/org/apache/commons/digester3/AbstractTestCase.java

Modified: 
commons/sandbox/digester3/trunk/src/test/java/org/apache/commons/digester3/AbstractTestCase.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/java/org/apache/commons/digester3/AbstractTestCase.java?rev=1066866&r1=1066865&r2=1066866&view=diff
==============================================================================
--- 
commons/sandbox/digester3/trunk/src/test/java/org/apache/commons/digester3/AbstractTestCase.java
 (original)
+++ 
commons/sandbox/digester3/trunk/src/test/java/org/apache/commons/digester3/AbstractTestCase.java
 Thu Feb  3 16:55:59 2011
@@ -46,7 +46,7 @@ abstract class AbstractTestCase {
      * @exception IOException if an input/output error occurs
      */
     protected InputStream getInputStream(String name) throws IOException {
-        return 
(this.getClass().getResourceAsStream("/org/apache/commons/digester/" + name));
+        return 
(this.getClass().getResourceAsStream("/org/apache/commons/digester3/" + name));
     }
 
 }


Reply via email to