svn commit: r1820072 - /ofbiz/ofbiz-plugins/trunk/scrum/minilang/test/MyWorkTests.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1820072 - /ofbiz/ofbiz-plugins/trunk/scrum/minilang/test/MyWorkTests.xml

jleroux@apache.org
Author: jleroux
Date: Thu Jan  4 12:02:31 2018
New Revision: 1820072

URL: http://svn.apache.org/viewvc?rev=1820072&view=rev
Log:
No functional change,

Voluntarily put a test error in plugins to test the new Buildbot config.

It will be removed as soon as Buildbot will run w/o duplicate warnings

Modified:
    ofbiz/ofbiz-plugins/trunk/scrum/minilang/test/MyWorkTests.xml

Modified: ofbiz/ofbiz-plugins/trunk/scrum/minilang/test/MyWorkTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/scrum/minilang/test/MyWorkTests.xml?rev=1820072&r1=1820071&r2=1820072&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/scrum/minilang/test/MyWorkTests.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/scrum/minilang/test/MyWorkTests.xml Thu Jan  4 12:02:31 2018
@@ -25,7 +25,7 @@ under the License.
             <field-map field-name="userLoginId" value="scrumteam1"/>
         </entity-one>
         <set-current-user-login value-field="userLogin"/>
-        <set field="inMap.timesheetId" value="DEMO-TIMESHEET1" />
+        <set field="inMap.timesheetId" value="WRONG" />
         <set field="inMap.workEffortId" value="DEMO-TASK-1"/>
         <set field="inMap.planHours_o_0" value="2.0" type="Double"/>
         <set field="inMap.hoursDay0_o_0" value="1.0" type="Double"/>