You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/08/20 09:36:11 UTC

git commit: CAMEL-7614 Fixed the camel-hbase - Unit test fails

Repository: camel
Updated Branches:
  refs/heads/master c88548c22 -> ece31da9a


CAMEL-7614 Fixed the camel-hbase - Unit test fails


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

Branch: refs/heads/master
Commit: ece31da9a46bfdedf3549638f78d1d18483926fc
Parents: c88548c
Author: Willem Jiang <wi...@gmail.com>
Authored: Wed Aug 20 15:35:37 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Wed Aug 20 15:35:37 2014 +0800

----------------------------------------------------------------------
 .../java/org/apache/camel/component/hbase/HBaseProducerTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ece31da9/components/camel-hbase/src/test/java/org/apache/camel/component/hbase/HBaseProducerTest.java
----------------------------------------------------------------------
diff --git a/components/camel-hbase/src/test/java/org/apache/camel/component/hbase/HBaseProducerTest.java b/components/camel-hbase/src/test/java/org/apache/camel/component/hbase/HBaseProducerTest.java
index bb5041e..2efd3b7 100644
--- a/components/camel-hbase/src/test/java/org/apache/camel/component/hbase/HBaseProducerTest.java
+++ b/components/camel-hbase/src/test/java/org/apache/camel/component/hbase/HBaseProducerTest.java
@@ -100,7 +100,7 @@ public class HBaseProducerTest extends CamelHBaseTestSupport {
                 }
             });
 
-            assertEquals(body[0][0][0], resp.getOut().getHeader(HbaseAttribute.HBASE_VALUE.asHeader()));
+            assertEquals(body[0][0][1], resp.getOut().getHeader(HbaseAttribute.HBASE_VALUE.asHeader()));
             assertEquals(body[0][1][2], resp.getOut().getHeader(HbaseAttribute.HBASE_VALUE.asHeader(2)));
         }
     }