You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2018/12/07 12:42:28 UTC

[06/18] tomee git commit: Update README.md

Update README.md

Added detail of how to run the test and the path of WeatherServiceTest.java

Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/20496f9f
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/20496f9f
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/20496f9f

Branch: refs/heads/master
Commit: 20496f9feb10da74c06ef401c2c74404b1a22b5e
Parents: 1396ab4
Author: Jose Henrique Ventura <ja...@gmail.com>
Authored: Wed Dec 5 15:44:52 2018 +0000
Committer: GitHub <no...@github.com>
Committed: Wed Dec 5 15:44:52 2018 +0000

----------------------------------------------------------------------
 examples/mp-faulttolerance-retry/README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/20496f9f/examples/mp-faulttolerance-retry/README.md
----------------------------------------------------------------------
diff --git a/examples/mp-faulttolerance-retry/README.md b/examples/mp-faulttolerance-retry/README.md
index fced047..df18c59 100644
--- a/examples/mp-faulttolerance-retry/README.md
+++ b/examples/mp-faulttolerance-retry/README.md
@@ -199,5 +199,13 @@ WARNING - Timeout when accessing AccuWeather Forecast Service. Delay before this
 
 ##### Run the tests
 
-You can also try it out using the [WeatherServiceTest.java](../../../../../WeatherServiceTest.java) available in the project.
+You can also try it out using the [WeatherServiceTest.java](src/test/java/org/superbiz/rest/WeatherServiceTest.java) available in the project.
+
+    mvn clean test
+    
+```
+[INFO] Results:
+[INFO] 
+[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
+```