This is an automated email from the ASF dual-hosted git repository.
holivier pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 93eb9c6 Documented: Framework, migration all docbook files to asciidoc (OFBIZ-11587)
93eb9c6 is described below
commit 93eb9c65a24afce5bfa98f11d52818aca38aa641
Author: holivier <
[hidden email]>
AuthorDate: Thu Sep 10 15:27:40 2020 +0200
Documented: Framework, migration all docbook files to asciidoc
(OFBIZ-11587)
- Correction on tag added in README.adoc, wrong comment characters,
- and correction in included:: in unit-tests.adoc to have correct
paragraph level
---
README.adoc | 8 ++++----
framework/testtools/src/docs/asciidoc/unit-tests.adoc | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.adoc b/README.adoc
index 4dfd0a2..944d5ee 100644
--- a/README.adoc
+++ b/README.adoc
@@ -22,7 +22,7 @@ under the License.
image:
https://img.shields.io/badge/License-Apache%202.0-blue.svg[link="
http://www.apache.org/licenses/LICENSE-2.0"]
-If you are reading this file in AsciiDoc format you may want to see it in
+If you are reading this file in AsciiDoc format you may want to see it in
https://ci.apache.org/projects/ofbiz/site/trunk/readme/html5/README.html[HTML] +
or
https://ci.apache.org/projects/ofbiz/site/trunk/readme/pdf/README.pdf[PDF] format
@@ -395,7 +395,7 @@ dash!
Loads all data sets; meant for initial loading of generic OFBiz data. Can be
applied for development, testing, demonstration, etc. purposes. Be aware that
executing this task can result in your data being overwritten in your database
-of choice.
+of choice.
`gradlew loadAll` OR `gradlew "ofbiz --load-data"`
@@ -482,7 +482,7 @@ parameters are passed:
[[testing-tasks]]
=== Testing tasks
-# tag::testingtasks[]
+// tag::testingtasks[]
[[execute-all-unit-tests]]
==== Execute all unit tests
@@ -542,7 +542,7 @@ listens on port *5005*
`gradlew "ofbiz --test component=entity --test suitename=entitytests" --debug-jvm`
-# end::testingtasks[]
+// end::testingtasks[]
[[miscellaneous-tasks]]
diff --git a/framework/testtools/src/docs/asciidoc/unit-tests.adoc b/framework/testtools/src/docs/asciidoc/unit-tests.adoc
index e6faa48..6cc2b56 100644
--- a/framework/testtools/src/docs/asciidoc/unit-tests.adoc
+++ b/framework/testtools/src/docs/asciidoc/unit-tests.adoc
@@ -94,7 +94,7 @@ like this:
== How to run a unit test?
You can run unit test by run 'gradle' with following target:
-include::../../../../../README.adoc[tag=testingtasks]
+include::../../../../../README.adoc[tag=testingtasks, leveloffset=-1]
== Possible error messages