commit | ef3a003c7f876021dda8c52bf58eb1611d24df15 | [log] [tgz] |
---|---|---|
author | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Thu Sep 06 23:30:30 2012 +0000 |
committer | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Thu Sep 06 23:30:30 2012 +0000 |
tree | a5c2093e6364ce8309d485a00daf03df80696880 | |
parent | dcd80ce886b2856c37683264e6f7444eeb1f70a7 [diff] |
Minor cleanup. git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_lsm_tree@1897 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/edu/uci/ics/hyracks/storage/am/lsm/invertedindex/common/LSMInvertedIndexTestHarness.java b/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/edu/uci/ics/hyracks/storage/am/lsm/invertedindex/common/LSMInvertedIndexTestHarness.java index cc4d1f9..c529329 100644 --- a/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/edu/uci/ics/hyracks/storage/am/lsm/invertedindex/common/LSMInvertedIndexTestHarness.java +++ b/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/edu/uci/ics/hyracks/storage/am/lsm/invertedindex/common/LSMInvertedIndexTestHarness.java
@@ -115,11 +115,7 @@ memFreePageManager = new DualIndexInMemoryFreePageManager(memNumPages, new LIFOMetaDataFrameFactory()); ioManager = TestStorageManagerComponentHolder.getIOManager(); rnd.setSeed(RANDOM_SEED); - invIndexFileRef = ioManager.getIODevices().get(0).createFileReference(onDiskDir + invIndexFileName); - //File invIndexFile = new File(onDiskDir + invIndexFileName); - //invIndexFile.deleteOnExit(); - //invIndexFileRef = new FileReference(invIndexFile); } public void tearDown() throws HyracksDataException {