File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/com/marklogic/client/test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public void testXQueryModuleCRUD()
4949 new File ("src/test/resources/module.xqy" )).withFormat (Format .TEXT ));
5050
5151 // get the list of descriptors
52- ExtensionLibraryDescriptor [] descriptors = libsMgr .list ();
52+ ExtensionLibraryDescriptor [] descriptors = libsMgr .list ("/ext/my/path/to/my/" );
5353 assertEquals ("number of modules installed" , 1 , descriptors .length );
5454
5555 for (ExtensionLibraryDescriptor descriptor : descriptors ) {
@@ -67,8 +67,8 @@ public void testXQueryModuleCRUD()
6767 // pass;
6868 }
6969
70- descriptors = libsMgr .list ();
71- assertEquals ("number of modules installed" , descriptors .length , 0 );
70+ descriptors = libsMgr .list ("/ext/my/path/to/my/" );
71+ assertEquals ("number of modules installed" , 0 , descriptors .length );
7272
7373 }
7474}
You can’t perform that action at this time.
0 commit comments