You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/03/04 13:22:51 UTC

camel git commit: Fixed test on windows

Repository: camel
Updated Branches:
  refs/heads/master b42359c50 -> 38d51034a


Fixed test on windows


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/38d51034
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/38d51034
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/38d51034

Branch: refs/heads/master
Commit: 38d51034a1c533869a57496657cf1597a97b7a96
Parents: b42359c
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Mar 4 13:24:08 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Mar 4 13:24:08 2015 +0100

----------------------------------------------------------------------
 .../apache/camel/processor/SplitterWithScannerIoExceptionTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/38d51034/camel-core/src/test/java/org/apache/camel/processor/SplitterWithScannerIoExceptionTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/processor/SplitterWithScannerIoExceptionTest.java b/camel-core/src/test/java/org/apache/camel/processor/SplitterWithScannerIoExceptionTest.java
index 786deb0..362e36e 100644
--- a/camel-core/src/test/java/org/apache/camel/processor/SplitterWithScannerIoExceptionTest.java
+++ b/camel-core/src/test/java/org/apache/camel/processor/SplitterWithScannerIoExceptionTest.java
@@ -26,7 +26,7 @@ public class SplitterWithScannerIoExceptionTest extends ContextTestSupport {
             return;
         }
 
-        getMockEndpoint("mock:a").expectedMessageCount(252);
+        getMockEndpoint("mock:a").expectedMinimumMessageCount(250);
         getMockEndpoint("mock:b").expectedMessageCount(0);
         getMockEndpoint("mock:b").setSleepForEmptyTest(3000);
         getMockEndpoint("mock:error").expectedMessageCount(1);