1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Remove explict LDAP dir for integration tests

This commit is contained in:
Rob Winch
2014-06-18 09:50:17 -05:00
parent f4914b2271
commit 055eb72d60
2 changed files with 1 additions and 7 deletions
+1 -5
View File
@@ -52,8 +52,4 @@ dependencies {
test {
inputs.file file("$rootDir/docs/manual/src/docbook/appendix-namespace.xml")
}
integrationTest {
systemProperties['apacheDSWorkDir'] = "${buildDir}/apacheDSWork"
}
}