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/08 06:28:48 UTC

svn commit: r1211766 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_96_GlobalAsaxPrecompiledTest.java

Author: brett
Date: Thu Dec  8 06:28:48 2011
New Revision: 1211766

URL: http://svn.apache.org/viewvc?rev=1211766&view=rev
Log:
additional check for NPANDAY-96

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

Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_96_GlobalAsaxPrecompiledTest.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_96_GlobalAsaxPrecompiledTest.java?rev=1211766&r1=1211765&r2=1211766&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_96_GlobalAsaxPrecompiledTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_96_GlobalAsaxPrecompiledTest.java Thu Dec  8 06:28:48 2011
@@ -54,5 +54,6 @@ public class NPANDAY_96_GlobalAsaxPrecom
 
         String assembly = new File( testDir, "target/GlobalASAXExample/bin/GlobalASAXExample.dll" ).getCanonicalPath();
         assertClassPresent( assembly, "_Default" );
+        assertClassPresent( assembly, "Global" );
     }
 }