Author: jacopoc
Date: Sun Mar 18 09:21:22 2012
New Revision: 1302101
URL:
http://svn.apache.org/viewvc?rev=1302101&view=revLog:
re-enabled manufacturing automated test that I temporarily disabled yesterday.
Modified:
ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/test/ProductionRunTests.xml
Modified: ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/test/ProductionRunTests.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/test/ProductionRunTests.xml?rev=1302101&r1=1302100&r2=1302101&view=diff==============================================================================
--- ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/test/ProductionRunTests.xml (original)
+++ ofbiz/trunk/applications/manufacturing/script/org/ofbiz/manufacturing/test/ProductionRunTests.xml Sun Mar 18 09:21:22 2012
@@ -268,20 +268,16 @@ under the License.
<field field="productionRunHeader.estimatedCompletionDate" type="Timestamp"/>
</call-class-method>
<set field="taskTimeDifference" value="${originalProductionRunEstimatedTime - newProductionRunEstimatedTime}" type="Double"/>
-<!--
<assert>
<if-compare-field field="productionRunHeader.estimatedStartDate" operator="equals" to-field="productionRunNewStartDate" type="Timestamp"/>
<if-compare-field field="productionRunTask.estimatedStartDate" operator="equals" to-field="productionRunNewStartDate" type="Timestamp"/>
<or>
<if-compare field="taskTimeDifference" operator="equals" value="0.0" type="Double"/>
--->
<!-- a difference of +1 or -1 is accepted because it could be caused by DST change happening in one of the two time periods -->
-<!--
<if-compare field="taskTimeDifference" operator="equals" value="1.0" type="Double"/>
<if-compare field="taskTimeDifference" operator="equals" value="-1.0" type="Double"/>
</or>
</assert>
--->
<check-errors/>
</simple-method>