Fixed a bug in UnitTest

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4867 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2010-12-17 19:44:35 +00:00
parent 095fc1922a
commit 5dd0e8388b
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ public class RMDTrackBuilderUnitTest extends BaseTest {
}
// make sure that we removed and updated the index
Assert.assertTrue(Tribble.indexFile(vcfFile).lastModified() == indexTimeStamp,"Fail: index file was modified");
Assert.assertTrue(Tribble.indexFile(vcfFile).lastModified() >= indexTimeStamp,"Fail: index file was modified");
}
/**