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