added proper message

This commit is contained in:
Satyam Sah
2025-04-04 15:05:39 +05:30
parent 2ded9e6c4b
commit e817e7d64f

View File

@@ -322,8 +322,8 @@ public class ImporterActionExecuterTest
importerActionExecuter.setUncompressedBytesLimit("100000");
importerActionExecuter.execute(action, zipFileNodeRef);
NodeRef importedFolder = nodeService.getChildByName(targetFolderNodeRef, ContentModel.ASSOC_CONTAINS, "accentCharTestZip");
assertNotNull("import action failed", importedFolder);
assertTrue("unzip action failed",nodeService.getChildAssocs(importedFolder).size() == 1);
assertNotNull("unzip action failed", importedFolder);
assertTrue("multiple folder structure created",nodeService.getChildAssocs(importedFolder).size() == 1);
}
catch (AlfrescoRuntimeException e)
{