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:
parent
095fc1922a
commit
5dd0e8388b
|
|
@ -163,7 +163,7 @@ public class RMDTrackBuilderUnitTest extends BaseTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
// make sure that we removed and updated the index
|
// 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");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue