Details
Description
In file org.terrier.compression.bit.TestCompressedBitFiles there is a test with outcome error due to hardcoded pathname at line 93:
BufferedReader br = Files.openFileReader("/users/craigm/src/tr3/linksList");
BufferedReader br = Files.openFileReader("/users/craigm/src/tr3/linksList");
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 4.2 [ 10080 ] | |
Resolution | Fixed [ 1 ] |
I dont think the specific test class TestCompressedBitFiles_Specific2 is included in the normal tests, right?
Probable candidate for removal nevertheless.