commented destructive test
This commit is contained in:
parent
bdb930092f
commit
ec33fbb147
|
@ -634,16 +634,16 @@ public class CKANPackageTest extends ContextTest {
|
|||
// logger.debug("{}", res);
|
||||
}
|
||||
|
||||
// @Ignore
|
||||
@Test
|
||||
@Ignore
|
||||
// @Test
|
||||
public void deleteAllItemsInAllOrganizations() {
|
||||
CKANPackage ckanPackage = new CKANPackage();
|
||||
MultivaluedMap<String, String> mvm = new MultivaluedHashMap<String,String>();
|
||||
mvm.add(GCatConstants.OWN_ONLY_QUERY_PARAMETER, "false");
|
||||
UriInfo uriInfo = getUriInfo(mvm);
|
||||
ckanPackage.setUriInfo(uriInfo);
|
||||
String res = ckanPackage.deleteAll(true);
|
||||
logger.debug("{}", res);
|
||||
// String res = ckanPackage.deleteAll(true);
|
||||
// logger.debug("{}", res);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue