Author: mes
Date: 2012-07-21 11:08:07 -0700 (Sat, 21 Jul 2012)
New Revision: 29953
Modified:
core3/impl/trunk/session-impl/integration-test/src/test/java/org/cytoscape/session/BasicIntegrationTest.java
Log:
fixed pax exam memory problem
Modified:
core3/impl/trunk/session-impl/integration-test/src/test/java/org/cytoscape/session/BasicIntegrationTest.java
===================================================================
---
core3/impl/trunk/session-impl/integration-test/src/test/java/org/cytoscape/session/BasicIntegrationTest.java
2012-07-21 00:38:41 UTC (rev 29952)
+++
core3/impl/trunk/session-impl/integration-test/src/test/java/org/cytoscape/session/BasicIntegrationTest.java
2012-07-21 18:08:07 UTC (rev 29953)
@@ -16,13 +16,7 @@
package org.cytoscape.session;
import static org.junit.Assert.*;
-import static org.ops4j.pax.exam.CoreOptions.systemProperty;
-import static org.ops4j.pax.exam.CoreOptions.felix;
-import static org.ops4j.pax.exam.CoreOptions.junitBundles;
-import static org.ops4j.pax.exam.CoreOptions.mavenBundle;
-import static org.ops4j.pax.exam.CoreOptions.options;
-import static org.ops4j.pax.exam.CoreOptions.repository;
-import static org.ops4j.pax.exam.CoreOptions.frameworkStartLevel;
+import static org.ops4j.pax.exam.CoreOptions.*;
import java.io.File;
@@ -125,6 +119,7 @@
return options(
systemProperty("org.osgi.framework.system.packages.extra").value("com.sun.xml.internal.bind"),
junitBundles(),
+ vmOption("-Xmx512M"),
// Use Felix as runtime
felix(),
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.