Author: brett
Date: Wed Dec  7 12:06:56 2011
New Revision: 1211403

URL: http://svn.apache.org/viewvc?rev=1211403&view=rev
Log:
correct resource check

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=1211403&r1=1211402&r2=1211403&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:06:56 2011
@@ -55,8 +55,8 @@ public class NPANDAY_121_ResGenWithError
         assertZipEntries( zipFile, expectedEntries );
 
         String assembly = new File( testDir, 
"npanday-9903/target/npanday-9903/bin/npanday-9903.dll" ).getCanonicalPath();
-        assertResourcePresent( assembly, "Resources.resources" );
-        assertResourcePresent( assembly, "error.asp.resources" );
+        assertResourcePresent( assembly, "npanday_9903", "Resources.resources" 
);
+        assertResourcePresent( assembly, "npanday_9903","error.asp.resources" 
);
         assertClassPresent( assembly, "_Default" );
         assertClassPresent( assembly, "_error" );
         assertClassPresent( assembly, "My.MyApplication" );


Reply via email to