Fixed code and tests so that the integration tests now run via 'mvn test', provided that the LDAP server is running.

This commit is contained in:
Ulrik Sandberg
2008-10-26 19:59:45 +00:00
parent c495408e84
commit 3cc7d2476d
11 changed files with 21 additions and 41 deletions

View File

@@ -71,16 +71,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<!--
Requires an ldap server to be up and running. Uncomment to enable
integration tests
<build>
<testSourceDirectory>src/itest/java</testSourceDirectory>
<testResources>
<testResource>
<directory>src/itest/java</directory>
</testResource>
</testResources>
</build>
-->
</project>