We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59a022 commit 47560f5Copy full SHA for 47560f5
test-complete/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientConnection.java
@@ -857,9 +857,11 @@ public static void tearDown() throws Exception {
857
setDefaultUser("nobody",restServerName);
858
setAuthentication("digest",restServerName);
859
}
860
+ // Associate the Server with Documents. Due to test orders being undeterministic not sure which DB will be associated.
861
+ associateRESTServerWithDB(restServerName,"Documents");
862
cleanupRESTServer(dbName, fNames);
- deleteForest(UberfNames[0]);
863
deleteDB(UberdbName);
864
+ deleteForest(UberfNames[0]);
865
866
deleteRESTUser("eval-user");
867
deleteUserRole("test-eval");
0 commit comments