Minor bugfix -- now that the testfile is in our testdata regenerate the idx file as needed to pass tests
This commit is contained in:
parent
9346c5b37a
commit
6e9a81aabe
|
|
@ -58,8 +58,8 @@ public class TestRMDTrackBuilder extends RMDTrackBuilder {
|
||||||
Index index;
|
Index index;
|
||||||
try {
|
try {
|
||||||
// Create a feature reader that creates checkable tribble iterators.
|
// Create a feature reader that creates checkable tribble iterators.
|
||||||
|
index = loadIndex(inputFile, codec);
|
||||||
featureReader = new TestFeatureReader(inputFile.getAbsolutePath(), codec);
|
featureReader = new TestFeatureReader(inputFile.getAbsolutePath(), codec);
|
||||||
index = loadFromDisk(inputFile, Tribble.indexFile(inputFile));
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue