Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)

125616 rmunteanu: 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.2.N@125809 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Raluca Munteanu
2016-04-26 14:51:58 +00:00

View File

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