mirror of https://github.com/apache/archiva.git
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
This commit is contained in:
parent
228af298a1
commit
4e132d24ec
|
@ -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() );
|
||||
|
||||
|
|
Loading…
Reference in New Issue