You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/07 12:02:55 UTC

svn commit: r1211401 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_121_ResGenWithErrorInFileNameTest.java

Author: brett
Date: Wed Dec  7 12:02:54 2011
New Revision: 1211401

URL: http://svn.apache.org/viewvc?rev=1211401&view=rev
Log:
correct path

Modified:
    incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_121_ResGenWithErrorInFileNameTest.java

Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_121_ResGenWithErrorInFileNameTest.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_121_ResGenWithErrorInFileNameTest.java?rev=1211401&r1=1211400&r2=1211401&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_121_ResGenWithErrorInFileNameTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_121_ResGenWithErrorInFileNameTest.java Wed Dec  7 12:02:54 2011
@@ -54,7 +54,7 @@ public class NPANDAY_121_ResGenWithError
 
         assertZipEntries( zipFile, expectedEntries );
 
-        String assembly = new File( testDir, "target/npanday-9903/bin/npanday-9903.dll" ).getCanonicalPath();
+        String assembly = new File( testDir, "npanday-9903/target/npanday-9903/bin/npanday-9903.dll" ).getCanonicalPath();
         assertResourcePresent( assembly, "Resources.resources" );
         assertResourcePresent( assembly, "error.asp.resources" );
         assertClassPresent( assembly, "_Default" );