Author: brett
Date: Mon Jan 16 03:56:06 2012
New Revision: 1231824
URL: http://svn.apache.org/viewvc?rev=1231824&view=rev
Log:
make sure log4net is installed too
Modified:
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AddInInstallationTest.java
Modified:
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AddInInstallationTest.java
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AddInInstallationTest.java?rev=1231824&r1=1231823&r2=1231824&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AddInInstallationTest.java
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AddInInstallationTest.java
Mon Jan 16 03:56:06 2012
@@ -73,6 +73,13 @@ public class AddInInstallationTest
// TODO: check the AddIn files
+ if ( checkNPandayVersion( createVersionRange( "[1.5.0,)" ), version ) )
+ {
+ File assembly = new File( verifier.getArtifactPath(
"org.apache.logging", "log4net", "1.2.11", "dll",
+ "net-2.0" ) );
+ assertTrue( "Check " + assembly + " exists", assembly.exists() );
+ }
+
// check correct framework version of libraries in the local repository
for ( String artifact : artifacts )
{