Skip to content

Commit 47560f5

Browse files
Ajit GeorgeAjit George
authored andcommitted
Remove uber forest.
1 parent f59a022 commit 47560f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-complete/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientConnection.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,9 +857,11 @@ public static void tearDown() throws Exception {
857857
setDefaultUser("nobody",restServerName);
858858
setAuthentication("digest",restServerName);
859859
}
860+
// Associate the Server with Documents. Due to test orders being undeterministic not sure which DB will be associated.
861+
associateRESTServerWithDB(restServerName,"Documents");
860862
cleanupRESTServer(dbName, fNames);
861-
deleteForest(UberfNames[0]);
862863
deleteDB(UberdbName);
864+
deleteForest(UberfNames[0]);
863865

864866
deleteRESTUser("eval-user");
865867
deleteUserRole("test-eval");

0 commit comments

Comments
 (0)