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:00:21 UTC

svn commit: r1211400 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0012VBWebAppTest.java

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" );
     }
 }