Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2)

125581 mrogers: Build fix - correction to r125544


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/branches/5.1.N@125616 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Raluca Munteanu
2016-04-20 12:26:20 +00:00
parent 7d8d6122fc
commit cfdb9ce0d3

View File

@@ -88,7 +88,7 @@ public class PackagingIntegrationTest
assertPathPresent(paths, dirs[0] + "/resources/distribution/common/bin/alfresco-spring-encryptor.jar");
// Is the readme present ?
assertPathPresent(paths, dirs[0] + "resources/distribution/platform/README.txt");
assertPathPresent(paths, dirs[0] + "/resources/distribution/platform/README.txt");
}