You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ay...@apache.org on 2014/09/15 17:37:37 UTC

git commit: activate the disabled tests (forgot to activate them in CAMEL-7801)

Repository: camel
Updated Branches:
  refs/heads/master 4ed1d6825 -> 1e5c05ffc


activate the disabled tests (forgot to activate them in CAMEL-7801)


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

Branch: refs/heads/master
Commit: 1e5c05ffce0e000945e45a09a263ad3f4b4b9355
Parents: 4ed1d68
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Mon Sep 15 17:37:09 2014 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Mon Sep 15 17:37:29 2014 +0200

----------------------------------------------------------------------
 .../camel/support/XMLTokenExpressionIteratorGroupingTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1e5c05ff/camel-core/src/test/java/org/apache/camel/support/XMLTokenExpressionIteratorGroupingTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/support/XMLTokenExpressionIteratorGroupingTest.java b/camel-core/src/test/java/org/apache/camel/support/XMLTokenExpressionIteratorGroupingTest.java
index f0c6f11..62d8351 100644
--- a/camel-core/src/test/java/org/apache/camel/support/XMLTokenExpressionIteratorGroupingTest.java
+++ b/camel-core/src/test/java/org/apache/camel/support/XMLTokenExpressionIteratorGroupingTest.java
@@ -332,7 +332,7 @@ public class XMLTokenExpressionIteratorGroupingTest extends TestCase {
             'w', 2, new ByteArrayInputStream(TEST_BODY), "utf-8", RESULTS_WRAPPED_SIZE2);
     }
 
-    public void disabledtestExtractWrappedSize3L() throws Exception {
+    public void testExtractWrappedSize3L() throws Exception {
         invokeAndVerify("//c:C", 
             'w', 3, new ByteArrayInputStream(TEST_BODY), "utf-8", RESULTS_WRAPPED_SIZE3L);
     }
@@ -348,7 +348,7 @@ public class XMLTokenExpressionIteratorGroupingTest extends TestCase {
             'w', 4, new ByteArrayInputStream(TEST_BODY), "utf-8", RESULTS_WRAPPED_SIZE4);
     }
 
-    public void disabledtestExtractWrappedSize5L() throws Exception {
+    public void testExtractWrappedSize5L() throws Exception {
         invokeAndVerify("//c:C", 
             'w', 5, new ByteArrayInputStream(TEST_BODY), "utf-8", RESULTS_WRAPPED_SIZE5L);
     }