diff options
author | Olivier Lamy <olamy@apache.org> | 2011-06-21 16:40:39 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-06-21 16:40:39 +0000 |
commit | a26b625c437b646700ed954c7e261093498dc859 (patch) | |
tree | ab1e1499db4d7f189571f990d145f212549b4284 /archiva-modules/archiva-web/archiva-webapp-test/pom.xml | |
parent | feb736e52948db61dd97f0d512590100a8199527 (diff) | |
download | archiva-a26b625c437b646700ed954c7e261093498dc859.tar.gz archiva-a26b625c437b646700ed954c7e261093498dc859.zip |
push more work on selenium test using id rather than labels
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1138081 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index c3039ae97..5dce4b304 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -38,7 +38,7 @@ <cargo.install.dir>cargo-installs</cargo.install.dir> <maxWaitTimeInMs>60000</maxWaitTimeInMs> <!-- TODO: review how appropriate the memory settings are - should work with less --> - <cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m -Duser.language=en</cargo.jvm.args> + <cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args> <seleniumPluginVersion>2.0-SNAPSHOT</seleniumPluginVersion> </properties> @@ -383,8 +383,6 @@ <systemProperties> <appserver.base>${project.build.directory}/appserver-base</appserver.base> <appserver.home>${project.build.directory}/appserver-base</appserver.home> - <user.language>en</user.language> - <user.region>US</user.region> </systemProperties> </container> <configuration> @@ -584,7 +582,7 @@ <cargo.jvm.args> -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=${cargo.debug.port} - -Xmx512m -XX:MaxPermSize=256m -Duser.language=en + -Xmx512m -XX:MaxPermSize=256m </cargo.jvm.args> <cargo.debug.port>8000</cargo.debug.port> <!-- wait an unusual amount of time (1hr) to allow debugging to occur --> |