You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2017/07/29 20:05:12 UTC

svn commit: r1803390 - in /ofbiz/ofbiz-framework/trunk: README.md README.md.html

Author: nmalin
Date: Sat Jul 29 20:05:12 2017
New Revision: 1803390

URL: http://svn.apache.org/viewvc?rev=1803390&view=rev
Log:
Fixed: Correct the documentation to run an OFBiz suite test. The example gave the java class but to run a suite test we need to give the suite-name of test-suite element that we want to run each test-case.

Modified:
    ofbiz/ofbiz-framework/trunk/README.md
    ofbiz/ofbiz-framework/trunk/README.md.html

Modified: ofbiz/ofbiz-framework/trunk/README.md
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/README.md?rev=1803390&r1=1803389&r2=1803390&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/README.md Sat Jul 29 20:05:12 2017
@@ -423,13 +423,13 @@ listens on port __5005__
 
 #### Execute an integration test suite
 
-`gradlew "ofbiz --test component=widget --test suitename=org.apache.ofbiz.widget.test.WidgetMacroLibraryTests"`
+`gradlew "ofbiz --test component=widget --test suitename=widgettests"`
 
 #### Execute an integration test suite in debug mode
 
 listens on port __5005__
 
-`gradlew "ofbizDebug --test component=widget --test suitename=org.apache.ofbiz.widget.test.WidgetMacroLibraryTests"`
+`gradlew "ofbizDebug --test component=widget --test suitename=widgettests"`
 
 * * * * * * * * * * * *
 

Modified: ofbiz/ofbiz-framework/trunk/README.md.html
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/README.md.html?rev=1803390&r1=1803389&r2=1803390&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/README.md.html (original)
+++ ofbiz/ofbiz-framework/trunk/README.md.html Sat Jul 29 20:05:12 2017
@@ -226,10 +226,10 @@ under the License.
 <p>listens on port <strong>5005</strong></p>
 <p><code>gradlew &quot;ofbizDebug --test component=entity --test case=entity-tests&quot;</code></p>
 <h4 id="execute-an-integration-test-suite">Execute an integration test suite</h4>
-<p><code>gradlew &quot;ofbiz --test component=widget --test suitename=org.apache.ofbiz.widget.test.WidgetMacroLibraryTests&quot;</code></p>
+<p><code>gradlew &quot;ofbiz --test component=widget --test suitename=widgettests&quot;</code></p>
 <h4 id="execute-an-integration-test-suite-in-debug-mode">Execute an integration test suite in debug mode</h4>
 <p>listens on port <strong>5005</strong></p>
-<p><code>gradlew &quot;ofbizDebug --test component=widget --test suitename=org.apache.ofbiz.widget.test.WidgetMacroLibraryTests&quot;</code></p>
+<p><code>gradlew &quot;ofbizDebug --test component=widget --test suitename=widgettests&quot;</code></p>
 <hr />
 <h3 id="miscellaneous-tasks">Miscellaneous tasks</h3>
 <h4 id="launch-a-graphical-user-interface-of-gradle">Launch a graphical user interface of Gradle</h4>