This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 680d099 CAMEL-13588: restore example tags
680d099 is described below
commit 680d0996b2a7edf09a64bc037be7deed21d1eefc
Author: Zoran Regvart <[email protected]>
AuthorDate: Mon Jul 29 13:07:26 2019 +0200
CAMEL-13588: restore example tags
---
.../java/org/apache/camel/test/spring/CamelSpringRunnerPlainTest.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringRunnerPlainTest.java
b/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringRunnerPlainTest.java
index d21008d..f5d0fb6 100644
---
a/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringRunnerPlainTest.java
+++
b/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringRunnerPlainTest.java
@@ -39,6 +39,7 @@ import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
+// tag::example[]
@RunWith(CamelSpringRunner.class)
// must tell Spring to bootstrap with Camel
@BootstrapWith(CamelTestContextBootstrapper.class)
@@ -108,3 +109,5 @@ public class CamelSpringRunnerPlainTest {
}
}
+// end::example[]
+