Author: iocanel
Date: Wed Oct 19 21:14:53 2011
New Revision: 1186497

URL: http://svn.apache.org/viewvc?rev=1186497&view=rev
Log:
[DIRECTMEMORY-22] Removed dublicate bundles from configuration. Disabled 
debugging of test.

Modified:
    
incubator/directmemory/trunk/itests/osgi/src/test/java/org/apache/directmemory/tests/osgi/cache/CacheTest.java

Modified: 
incubator/directmemory/trunk/itests/osgi/src/test/java/org/apache/directmemory/tests/osgi/cache/CacheTest.java
URL: 
http://svn.apache.org/viewvc/incubator/directmemory/trunk/itests/osgi/src/test/java/org/apache/directmemory/tests/osgi/cache/CacheTest.java?rev=1186497&r1=1186496&r2=1186497&view=diff
==============================================================================
--- 
incubator/directmemory/trunk/itests/osgi/src/test/java/org/apache/directmemory/tests/osgi/cache/CacheTest.java
 (original)
+++ 
incubator/directmemory/trunk/itests/osgi/src/test/java/org/apache/directmemory/tests/osgi/cache/CacheTest.java
 Wed Oct 19 21:14:53 2011
@@ -106,8 +106,6 @@ public class CacheTest {
             
mavenBundle().groupId("org.ops4j.pax.logging").artifactId("pax-logging-service").version("1.6.2"),
             
mavenBundle().groupId("org.apache.servicemix.bundles").artifactId("org.apache.servicemix.bundles.guava").version("09_1"),
             
mavenBundle().groupId("org.apache.servicemix.bundles").artifactId("org.apache.servicemix.bundles.ant").version("1.7.0_5"),
-            
mavenBundle().groupId("org.apache.servicemix.bundles").artifactId("org.apache.servicemix.bundles.ant").version("1.7.0_5"),
-            
mavenBundle().groupId("org.apache.servicemix.bundles").artifactId("org.apache.servicemix.bundles.ant").version("1.7.0_5"),
             
mavenBundle().groupId("org.apache.servicemix.bundles").artifactId("org.apache.servicemix.bundles.oro").version("2.0.8_5"),
             
mavenBundle().groupId("org.apache.servicemix.bundles").artifactId("org.apache.servicemix.bundles.josql").version("1.5_5"),
             
mavenBundle().groupId("org.apache.servicemix.bundles").artifactId("org.apache.servicemix.bundles.aspectj").version("1.6.8_2"),
@@ -123,7 +121,7 @@ public class CacheTest {
                     }
                 },
             //Uncomment the line below to debug test
-            
vmOption("-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"),
+            
//vmOption("-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"),
             felix(),
             equinox()
     );


Reply via email to