1
0
mirror of synced 2026-05-22 21:33:16 +00:00

SEC-1677: Create integrationTest task for Java projects and make all tests in itest module run as integration tests only.

This commit is contained in:
Luke Taylor
2011-02-14 14:57:30 +00:00
parent a225dc3776
commit 44fb3aa4ab
33 changed files with 28 additions and 24 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ dependencies {
"org.springframework:spring-web:$springVersion"
testRuntime project(':spring-security-config')
}
}
@@ -1,4 +1,3 @@
print authentication.name;
for authority in authentication.authorities:
+1 -1
View File
@@ -21,7 +21,7 @@ dependencies {
'net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:2.2'
}
test {
integrationTest {
useTestNG();
options {
jvmArgs = ["-ea", '-Xms128m', '-Xmx500m']