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

remove apacheDSWorkDir since custom tmp dir is created

This commit is contained in:
Rob Winch
2013-12-13 16:38:35 -06:00
parent ca1080fb96
commit 54ffa28bde
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -29,13 +29,11 @@ integrationTest {
include('**/ApacheDSServerIntegrationTests.class')
// exclude('**/OpenLDAPIntegrationTestSuite.class')
maxParallelForks = 1
systemProperties['apacheDSWorkDir'] = "${buildDir}/apacheDSWork"
}
// Runs a server for running the integration tests against (from an IDE, for example)
task(ldapServer, dependsOn: 'integrationTestClasses', type: JavaExec) {
classpath = sourceSets.integrationTest.runtimeClasspath
main = 'org.springframework.security.ldap.ApacheDSServerIntegrationTests'
systemProperties['apacheDSWorkDir'] = "${buildDir}/apacheDSWork"
}