Author: brett
Date: Wed Mar  6 15:22:45 2013
New Revision: 1453382

URL: http://svn.apache.org/r1453382
Log:
[NPANDAY-452] install Silverlight application as a DLL

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=1453382&r1=1453381&r2=1453382&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 Mar  6 15:22:45 2013
@@ -48,7 +48,9 @@ public class NPANDAY_452_SilverlightAppT
 
         verifier.assertArtifactPresent(context.getGroupId(), 
"SilverlightClassLibrary1", "1.0-SNAPSHOT", "dll" );
         verifier.assertArtifactPresent(context.getGroupId(), 
"SilverlightApplication1", "1.0-SNAPSHOT", "xap" );
+        verifier.assertArtifactPresent(context.getGroupId(), 
"SilverlightApplication1", "1.0-SNAPSHOT", "dll" );
         verifier.assertArtifactPresent(context.getGroupId(), 
"SilverlightApplication2", "1.0-SNAPSHOT", "xap" );
+        verifier.assertArtifactPresent(context.getGroupId(), 
"SilverlightApplication2", "1.0-SNAPSHOT", "dll" );
         verifier.assertArtifactPresent(context.getGroupId(), 
"SilverlightApplication1.Web", "1.0-SNAPSHOT", "msdeploy.zip" );
 
         // make sure the XAP files get copied by aspnet plugin


Reply via email to