This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new edbc856 Polish and cleanup documentation
edbc856 is described below
commit edbc85657e1c4a7bc66ce22af5d5c3a403297ac0
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Aug 21 08:19:24 2021 +0200
Polish and cleanup documentation
---
docs/user-manual/modules/ROOT/pages/testing.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/user-manual/modules/ROOT/pages/testing.adoc
b/docs/user-manual/modules/ROOT/pages/testing.adoc
index dde60e4..cdf7486 100644
--- a/docs/user-manual/modules/ROOT/pages/testing.adoc
+++ b/docs/user-manual/modules/ROOT/pages/testing.adoc
@@ -8,8 +8,8 @@ patterns with different
expression languages together with different forms
of Bean Integration and
Dependency Injection so its very easy
-for things to go wrong! {icon-frown}. Testing is the crucial weapon to ensure
-that things work as you would expect {icon-smile}.
+for things to go wrong!. Testing is the crucial weapon to ensure
+that things work as you would expect.
Camel is a Java library so you can easily wire up tests in whatever unit
testing framework you use (JUnit 3.x (deprecated) or 4.x).