ugh fix prior sloppy change to WindowTest

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/458471dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/458471dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/458471dd

Branch: refs/heads/develop
Commit: 458471dd4469caf10264388c33dea5f84df36266
Parents: ca75e6a
Author: Dale LaBossiere <dlab...@us.ibm.com>
Authored: Thu Oct 26 18:31:20 2017 -0400
Committer: Dale LaBossiere <dlab...@us.ibm.com>
Committed: Thu Oct 26 18:31:20 2017 -0400

----------------------------------------------------------------------
 .../src/test/java/org/apache/edgent/test/window/WindowTest.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/458471dd/api/window/src/test/java/org/apache/edgent/test/window/WindowTest.java
----------------------------------------------------------------------
diff --git 
a/api/window/src/test/java/org/apache/edgent/test/window/WindowTest.java 
b/api/window/src/test/java/org/apache/edgent/test/window/WindowTest.java
index ca2863d..92002f7 100644
--- a/api/window/src/test/java/org/apache/edgent/test/window/WindowTest.java
+++ b/api/window/src/test/java/org/apache/edgent/test/window/WindowTest.java
@@ -486,7 +486,6 @@ public class WindowTest {
         
         numTuples += batches.get(batches.size() -1).size();
         assertEquals("Number of batch tuples", count.get(), numTuples);
-        assertEquals("Number of batches", MAX_TUP_CNT/100, batches.size());
         assertTrue("Number of batches exp:"+MAX_TUP_CNT/100+" 
got:"+batches.size(),
                 withinToleranceAmt((double)MAX_TUP_CNT/100, 
(double)batches.size(), 1)); // +/- 1
     }

Reply via email to