Author: brett
Date: Wed Dec  7 12:12:36 2011
New Revision: 1211404

URL: http://svn.apache.org/viewvc?rev=1211404&view=rev
Log:
fix class name

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=1211404&r1=1211403&r2=1211404&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:12:36 2011
@@ -57,7 +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.MyWebExtension" );
         assertClassPresent( assembly, "My.MySettings" );
     }
 }


Reply via email to