Ver código fonte

fix test for windoz os (hope not breaking semantic)

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1562340 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-1.3.7
skygo 10 anos atrás
pai
commit
4e132d24ec

+ 3
- 0
archiva-modules/archiva-base/archiva-consumers/archiva-core-consumers/src/test/java/org/apache/maven/archiva/consumers/core/repository/CleanupReleasedSnapshotsRepositoryPurgeTest.java Ver arquivo

@@ -137,6 +137,9 @@ public class CleanupReleasedSnapshotsRepositoryPurgeTest
listenerControl.replay();

File file = new File( repoRoot, INDEX_PATH );
// windows fix
file.mkdirs();
file.createNewFile();
assertTrue( file.exists() );


Carregando…
Cancelar
Salvar