| | |
| | | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > |
| | | <suite name="OpenDS" verbose="1" > |
| | | <test name="default"> |
| | | <!-- DO NOT REMOVE! - THIS LINE WILL BE REPLACED WITH TAGS GENERATED BY ANT --> |
| | | <packages> |
| | | <package name="org.opends.server.*" /> |
| | | </packages> |
| | | </test> |
| | | |
| | | <test name="precommit"> |
| | |
| | | return true; |
| | | } |
| | | |
| | | if (result == ResultCode.NO_SUCH_OBJECT) |
| | | if ((result == ResultCode.NO_SUCH_OBJECT) || |
| | | (result == ResultCode.OBJECTCLASS_VIOLATION)) |
| | | { |
| | | /* |
| | | * The entry or it's new parent has not been found |
| | |
| | | { |
| | | // This test suite depends on having the schema available. |
| | | TestCaseUtils.startServer(); |
| | | |
| | | schemaCheck = DirectoryServer.checkSchema(); |
| | | |
| | | // find a free port for the changelog server |
| | | ServerSocket socket = TestCaseUtils.bindFreePort(); |
| | | changelogPort = socket.getLocalPort(); |