Can now read a MANIFEST from the file system. e.g. from an exploded share.war

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42833 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gethin James
2012-10-19 08:53:58 +00:00
parent 249b2cfe57
commit dfd8344895
2 changed files with 9 additions and 2 deletions

View File

@@ -162,6 +162,12 @@ public class ModuleManagementToolTest extends TestCase
assertNotNull(ampDirectory);
assertNotNull(ampV2Directory);
installerSharedTests(warDirectory, ampDirectory, ampV2Directory);
//Now try it on share
warDirectory = extractToDir(".war", "module/share-3.4.11.war");
assertNotNull(warDirectory);
assertNotNull(ampDirectory);
this.manager.installModule(ampDirectory, warDirectory);
}