Repository: camel
Updated Branches:
  refs/heads/master 23420ceaa -> 6051a0ea0


Fix import


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

Branch: refs/heads/master
Commit: 6051a0ea05571ab26d2ee995d20b59cd9c1a224d
Parents: 23420ce
Author: Antonin Stefanutti <anto...@stefanutti.fr>
Authored: Thu Apr 28 15:58:39 2016 +0200
Committer: Antonin Stefanutti <anto...@stefanutti.fr>
Committed: Thu Apr 28 15:58:39 2016 +0200

----------------------------------------------------------------------
 .../org/apache/camel/example/cdi/properties/CdiPropertiesTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6051a0ea/examples/camel-example-cdi-properties/src/test/java/org/apache/camel/example/cdi/properties/CdiPropertiesTest.java
----------------------------------------------------------------------
diff --git 
a/examples/camel-example-cdi-properties/src/test/java/org/apache/camel/example/cdi/properties/CdiPropertiesTest.java
 
b/examples/camel-example-cdi-properties/src/test/java/org/apache/camel/example/cdi/properties/CdiPropertiesTest.java
index b29573f..535473b 100644
--- 
a/examples/camel-example-cdi-properties/src/test/java/org/apache/camel/example/cdi/properties/CdiPropertiesTest.java
+++ 
b/examples/camel-example-cdi-properties/src/test/java/org/apache/camel/example/cdi/properties/CdiPropertiesTest.java
@@ -28,10 +28,10 @@ import org.apache.deltaspike.core.api.config.ConfigProperty;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
-import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.Matchers.equalTo;
 import static org.hamcrest.Matchers.hasSize;
 import static org.hamcrest.Matchers.is;
+import static org.junit.Assert.assertThat;
 
 @RunWith(CamelCdiRunner.class)
 public class CdiPropertiesTest {

Reply via email to