You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/11/18 22:04:48 UTC

svn commit: r1543154 - /cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java

Author: dkulp
Date: Mon Nov 18 21:04:48 2013
New Revision: 1543154

URL: http://svn.apache.org/r1543154
Log:
Merged revisions 1543101 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1543101 | dkulp | 2013-11-18 13:33:54 -0500 (Mon, 18 Nov 2013) | 2 lines

  Cleanup the runtime folder to prevent target dir from ballooning

........

Modified:
    cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java

Modified: cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java?rev=1543154&r1=1543153&r2=1543154&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java (original)
+++ cxf/branches/2.7.x-fixes/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java Mon Nov 18 21:04:48 2013
@@ -37,7 +37,6 @@ import static org.ops4j.pax.exam.karaf.o
 import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.editConfigurationFilePut;
 import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.features;
 import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.karafDistributionConfiguration;
-import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.keepRuntimeFolder;
 import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.replaceConfigurationFile;
 
 @ExamReactorStrategy(PerClass.class)
@@ -91,7 +90,6 @@ public class BasicIntegrationTest {
             editConfigurationFilePut("etc/org.apache.cxf.xkms.client.cfg", "xkms.endpoint", XKMS_ENDPOINT),
             features(xkmsFeatures, "cxf-xkms-service", "cxf-xkms-client", "spring-dm"),
             configureConsole().ignoreLocalConsole(),
-            keepRuntimeFolder()
             //CoreOptions.vmOption("-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005")
         };
     }