mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
added proper message
This commit is contained in:
@@ -322,8 +322,8 @@ public class ImporterActionExecuterTest
|
|||||||
importerActionExecuter.setUncompressedBytesLimit("100000");
|
importerActionExecuter.setUncompressedBytesLimit("100000");
|
||||||
importerActionExecuter.execute(action, zipFileNodeRef);
|
importerActionExecuter.execute(action, zipFileNodeRef);
|
||||||
NodeRef importedFolder = nodeService.getChildByName(targetFolderNodeRef, ContentModel.ASSOC_CONTAINS, "accentCharTestZip");
|
NodeRef importedFolder = nodeService.getChildByName(targetFolderNodeRef, ContentModel.ASSOC_CONTAINS, "accentCharTestZip");
|
||||||
assertNotNull("import action failed", importedFolder);
|
assertNotNull("unzip action failed", importedFolder);
|
||||||
assertTrue("unzip action failed",nodeService.getChildAssocs(importedFolder).size() == 1);
|
assertTrue("multiple folder structure created",nodeService.getChildAssocs(importedFolder).size() == 1);
|
||||||
}
|
}
|
||||||
catch (AlfrescoRuntimeException e)
|
catch (AlfrescoRuntimeException e)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user