Skip to content

Commit b020aa2

Browse files
committed
fix(ENGKNOW-2950): CONTENT_LOCATION_MANAGED renamed DATA_LOCATION and new means full parent path.
1 parent a48f053 commit b020aa2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

gortools/src/test/java/gorsat/UTestPartGor.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -309,16 +309,4 @@ public void testPartGorMixedTagsReplacement() {
309309
Assert.assertEquals("a,b,c | 'a','b','c' | \"a\",\"b\",\"c\"", result);
310310
}
311311

312-
@Test
313-
public void partGorWithFileName() throws IOException {
314-
String contents = "#col1\tcol2\tcol3\tcol4\tcol5\tcol6\tlis_PN\n" +
315-
"data/bucket_1.gorz\tbucket_1\tchr1\t0\tchrZ\t1000000000\tSAMPLE_SIM842_000001\n" +
316-
"data/bucket_10.gorz\tbucket_10\tchr1\t0\tchrZ\t1000000000\tSAMPLE_SIM842_000010\n";
317-
318-
File dictFile = FileTestUtils.createTempFile(workDir.getRoot(), "variants.gord", contents);
319-
320-
String query = "partgor -dict " + dictFile.getAbsolutePath() + " <(gorrow chr1,1,1 | calc x \"#{tags:q}\" | calc fn 's3://test/test.gor')";
321-
String results = TestUtils.runGorPipe(query);
322-
}
323-
324312
}

0 commit comments

Comments
 (0)