Author: brett
Date: Wed Feb  1 16:05:43 2012
New Revision: 1239185

URL: http://svn.apache.org/viewvc?rev=1239185&view=rev
Log:
[NPANDAY-452] remove copy in the source tree, now copied directly to the package

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

Modified: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_452_SilverlightAppTest.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_452_SilverlightAppTest.java?rev=1239185&r1=1239184&r2=1239185&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_452_SilverlightAppTest.java
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_452_SilverlightAppTest.java
 Wed Feb  1 16:05:43 2012
@@ -51,10 +51,7 @@ public class NPANDAY_452_SilverlightAppT
         verifier.assertArtifactPresent(context.getGroupId(), 
"SilverlightApplication2", "1.0-SNAPSHOT", "xap" );
         verifier.assertArtifactPresent(context.getGroupId(), 
"SilverlightApplication1.Web", "1.0-SNAPSHOT", "msdeploy.zip" );
 
-        verifier.assertFilePresent( 
"SilverlightApplication1.Web/ClientBin/SilverlightApplication1.xap" );
-        verifier.assertFilePresent( 
"SilverlightApplication1.Web/ClientBin/SilverlightApplication2.xap" );
-
-        // make sure the XAP files also get copied by aspnet plugin
+        // make sure the XAP files get copied by aspnet plugin
         File zipFile = new File( verifier.getArtifactPath( 
context.getGroupId(), "SilverlightApplication1.Web",
                                                            "1.0-SNAPSHOT", 
"msdeploy.zip" ) );
         List<String> entries = new ArrayList<String>();


Reply via email to