You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/03/26 00:50:35 UTC

svn commit: r927643 - /directory/studio/trunk/test-integration-ui/pom.xml

Author: seelmann
Date: Thu Mar 25 23:50:35 2010
New Revision: 927643

URL: http://svn.apache.org/viewvc?rev=927643&view=rev
Log:
more memory and fix server version for UI tests

Modified:
    directory/studio/trunk/test-integration-ui/pom.xml

Modified: directory/studio/trunk/test-integration-ui/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/test-integration-ui/pom.xml?rev=927643&r1=927642&r2=927643&view=diff
==============================================================================
--- directory/studio/trunk/test-integration-ui/pom.xml (original)
+++ directory/studio/trunk/test-integration-ui/pom.xml Thu Mar 25 23:50:35 2010
@@ -169,6 +169,7 @@
                     
                     <!-- launch the tests -->
                     <java fork="true" failonerror="true" classname="org.eclipse.core.launcher.Main">
+                      <jvmarg line="-Xmx1024m -XX:MaxPermSize=512m"/>
                       <arg line="${integration-cmdline-params} -nl en -debug debugoptions -application org.eclipse.swtbot.eclipse.junit4.headless.swtbottestapplication -data target/test-sandbox/workspace formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,target/test-sandbox/workspace/test-result.xml -testPluginName org.apache.directory.studio.test.integration.ui -className org.apache.directory.studio.test.integration.ui.AutomatedSuite"/>
                       <classpath>
                         <fileset dir="target/test-sandbox">
@@ -302,29 +303,24 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-server-unit</artifactId>
-      <version>1.5.6-SNAPSHOT</version>
-    </dependency> 
-    <dependency>
-      <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-core-integ</artifactId>
-      <version>1.5.6-SNAPSHOT</version>
+      <version>1.5.5</version>
     </dependency> 
     <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-server-integ</artifactId>
-      <version>1.5.6-SNAPSHOT</version>
+      <version>1.5.5</version>
     </dependency> 
     <dependency>
       <groupId>org.apache.directory.shared</groupId>
       <artifactId>shared-ldap</artifactId>
-      <version>0.9.17-SNAPSHOT</version>
+      <version>0.9.17</version>
       <scope>provided</scope>
     </dependency> 
     <dependency>
       <groupId>org.apache.directory.shared</groupId>
       <artifactId>shared-asn1</artifactId>
-      <version>0.9.17-SNAPSHOT</version>
+      <version>0.9.17</version>
       <scope>provided</scope>
     </dependency> 
     <dependency>