Skip to content

Commit 16c79f8

Browse files
committed
HPCC4J-641 DFSClient test suite dataset fix
- Fixed issue with DFSClient test suite using incorrect datasets - Removed XML dataset from tests Signed-off-by: James McMullan [email protected]
1 parent 7050cb3 commit 16c79f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dfsclient/src/test/java/org/hpccsystems/dfs/client/DFSReadWriteTest.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@
6565
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
6666
public class DFSReadWriteTest extends BaseRemoteTest
6767
{
68-
// private static final String[] datasets = { "~benchmark::integer::20kb", "~unit_test::all_types::thor", "~unit_test::all_types::xml", "~unit_test::all_types::json", "~unit_test::all_types::csv" };
69-
private static final String[] datasets = { "~unit_test::all_types::xml", "~unit_test::all_types::json", "~unit_test::all_types::csv" };
70-
private static final int[] expectedCounts = { 1250, 100000, 100000, 100000, 100000, 100000};
68+
private static final String[] datasets = { "~benchmark::integer::20kb", "~unit_test::all_types::thor", "~unit_test::all_types::json", "~unit_test::all_types::csv" };
69+
private static final int[] expectedCounts = { 1250, 100000, 100000, 100000};
7170

7271
private static final Version newProtocolVersion = new Version(8,12,10);
7372

0 commit comments

Comments
 (0)