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:
@@ -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>
|
||||
Reference in New Issue
Block a user