Author: brett
Date: Wed Dec  7 12:00:21 2011
New Revision: 1211400

URL: http://svn.apache.org/viewvc?rev=1211400&view=rev
Log:
updated IT for contents of ZIP

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

Modified: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java?rev=1211400&r1=1211399&r2=1211400&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java
 Wed Dec  7 12:00:21 2011
@@ -57,5 +57,7 @@ public class NPandayIT0012VBWebAppTest
         String assembly = new File( testDir, 
"target/VBWebAppTest/bin/VBWebAppTest.dll" ).getCanonicalPath();
         assertResourcePresent( assembly, "Resources.resources" );
         assertClassPresent( assembly, "_Default" );
+        assertClassPresent( assembly, "My.MyApplication" );
+        assertClassPresent( assembly, "My.MySettings" );
     }
 }


Reply via email to