Author: brett
Date: Wed Dec 7 11:25:01 2011
New Revision: 1211389
URL: http://svn.apache.org/viewvc?rev=1211389&view=rev
Log:
fix incorrect path
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=1211389&r1=1211388&r2=1211389&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 11:25:01 2011
@@ -54,7 +54,7 @@ public class NPandayIT0012VBWebAppTest
assertZipEntries( zipFile, expectedEntries );
- String assembly = new File( testDir, "target/bin/VBWebAppTest.dll"
).getAbsolutePath();
+ String assembly = new File( testDir,
"target/VBWebAppTest/bin/VBWebAppTest.dll" ).getAbsolutePath();
assertResourcePresent( assembly, "VBWebAppTest.Resources.resources" );
assertClassPresent( assembly, "VBWebAppTest._Default" );
}