details:   https://code.openbravo.com/erp/devel/pi/rev/20100cb9945a
changeset: 29457:20100cb9945a
user:      Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
date:      Wed May 11 12:36:52 2016 +0200
summary:   Related to issue 32504: Add one more sleep in MCC1 costing test.

diffstat:

 src-test/src/org/openbravo/test/costing/TestCosting.java |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 641370759303 -r 20100cb9945a 
src-test/src/org/openbravo/test/costing/TestCosting.java
--- a/src-test/src/org/openbravo/test/costing/TestCosting.java  Wed May 11 
12:28:00 2016 +0200
+++ b/src-test/src/org/openbravo/test/costing/TestCosting.java  Wed May 11 
12:36:52 2016 +0200
@@ -4093,6 +4093,9 @@
       // Run price correction background
       runPriceBackground();
 
+      // Add sleep to avoid assert errors
+      Thread.sleep(1000);
+
       // Create goods shipment, run costing background, post it and assert it
       ShipmentInOut goodsShipment2 = createGoodsShipment(product, price4, 
quantity3, day5);
 

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to