Skip to content

Commit

Permalink
[hotfix] [tests] Remove leftover sysout logging code
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Oct 5, 2016
1 parent 4fc54e3 commit 417c5a4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -837,9 +837,6 @@ public void testCountTrigger() throws Exception {
expectedOutput.add(new StreamRecord<>(new Tuple2<>("key1", 4), Long.MAX_VALUE));
expectedOutput.add(new StreamRecord<>(new Tuple2<>("key2", 4), Long.MAX_VALUE));

System.out.println("BEFORE GOT: " + outputBeforeClose);
System.out.println("GOT: " + testHarness.getOutput());

TestHarnessUtil.assertOutputEqualsSorted("Output was not correct.", expectedOutput, Iterables.concat(outputBeforeClose, testHarness.getOutput()), new Tuple2ResultSortComparator());

testHarness.close();
Expand Down

0 comments on commit 417c5a4

Please sign in to comment.