Author: brett
Date: Thu Jan 26 11:22:42 2012
New Revision: 1236144
URL: http://svn.apache.org/viewvc?rev=1236144&view=rev
Log:
fix missing bracket
Modified:
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0013WebAppInstallTest.java
Modified:
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0013WebAppInstallTest.java
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0013WebAppInstallTest.java?rev=1236144&r1=1236143&r2=1236144&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0013WebAppInstallTest.java
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPandayIT0013WebAppInstallTest.java
Thu Jan 26 11:22:42 2012
@@ -59,7 +59,7 @@ public class NPandayIT0013WebAppInstallT
assertClassPresent( assembly, "_Default" );
// aspx:package sets the main artifact as the ZIP, not the DLL
- if ( checkNPandayVersion( "1.4.1-incubating,)" ) )
+ if ( checkNPandayVersion( "[1.4.1-incubating,)" ) )
{
assertTrue( localRepoZip.exists() );
assertFalse( localRepoDll.exists() );