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/09/15 06:28:52 UTC

[3/3] git commit: Fixed the NPE of JpaRouteTest

Fixed the NPE of JpaRouteTest


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

Branch: refs/heads/camel-2.14.x
Commit: 9f18e556c13c0a92443d60af698d4c6bc7239bd7
Parents: 5178bda
Author: Willem Jiang <wi...@gmail.com>
Authored: Mon Sep 15 12:28:17 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Sep 15 12:28:17 2014 +0800

----------------------------------------------------------------------
 .../src/test/java/org/apache/camel/itest/osgi/jpa/JpaRouteTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/9f18e556/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/jpa/JpaRouteTest.java
----------------------------------------------------------------------
diff --git a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/jpa/JpaRouteTest.java b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/jpa/JpaRouteTest.java
index b3ee2fb..3d111b8 100644
--- a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/jpa/JpaRouteTest.java
+++ b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/jpa/JpaRouteTest.java
@@ -103,7 +103,6 @@ public class JpaRouteTest extends OSGiIntegrationTestSupport {
             applicationContext.setBundleContext(bundleContext);
             applicationContext.refresh();
         }
-        cleanupRepository();
         return SpringCamelContext.springCamelContext(applicationContext);
     }