Skip to content

Commit 7cc098c

Browse files
committed
adding tests to verify java script resource extension works as expected with runtime db selection
1 parent ed9208c commit 7cc098c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-complete/src/test/java/com/marklogic/javaclient/TestJSResourceExtensions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ public static void setUpBeforeClass() throws Exception {
165165
public static void tearDownAfterClass() throws Exception {
166166
System.out.println("In tear down" );
167167
tearDownJavaRESTServer(dbName, fNames, restServerName);
168+
deleteRESTUser("eval-user");
169+
deleteUserRole("test-eval");
168170
}
169171

170172
@Before

0 commit comments

Comments
 (0)