Author: brett
Date: Tue Dec 20 03:32:36 2011
New Revision: 1221088
URL: http://svn.apache.org/viewvc?rev=1221088&view=rev
Log:
adjust name and add a comment
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=1221088&r1=1221087&r2=1221088&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
Tue Dec 20 03:32:36 2011
@@ -35,9 +35,12 @@ public class AddInInstallationTest
super( "[1.0.2,)" );
}
- public void testBootstrap()
+ public void testAddInInstallation()
throws Exception
{
+ // TODO: these tests are still useful even if we remove the
vsinstaller plugin - in that case, we need an
+ // alternate way to obtain the visualstudio.addin artifact from
the repository
+
List<String> artifacts;
String groupId;
if ( checkNPandayVersion( createVersionRange( "(,1.4.0)" ), version )
)