mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
More integration fallout.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14554 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -190,7 +190,7 @@ public class FSDeploymentTest extends AVMServiceTestBase
|
||||
assertFalse("Fudge has not been excluded", firstDeployment.contains(new DeploymentEvent(DeploymentEvent.Type.CREATED, null, "/a/b/fudge.bak")));
|
||||
|
||||
// Check that files exist on target
|
||||
File target = new File("target");
|
||||
File target = new File("sampleTarget");
|
||||
assertTrue("target dir does not extist", target.exists());
|
||||
assertTrue("target dir is not a directory", target.isDirectory());
|
||||
|
||||
|
Reference in New Issue
Block a user