Skip to content

Commit 13fb6f5

Browse files
committed
Updated test for p-u 3.0.21
1 parent ad4fad2 commit 13fb6f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/codehaus/plexus/archiver/BasePlexusArchiverTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ protected void waitUntilNewTimestamp( File outputFile, long timestampReference )
5757
while ( timestampReference >= outputFile.lastModified() )
5858
{
5959
FileUtils.copyFile( tmpFile, outputFile );
60+
outputFile.setLastModified(System.currentTimeMillis());
6061
Thread.yield();
6162
}
6263

0 commit comments

Comments
 (0)