details:   https://code.openbravo.com/erp/devel/pi/rev/9fa83ea52af3
changeset: 25730:9fa83ea52af3
user:      Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
date:      Mon Jan 19 20:26:34 2015 +0100
summary:   [Costing] Remove some asserts in Costing automated tests

diffstat:

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

diffs (27 lines):

diff -r 49de63d764cc -r 9fa83ea52af3 
src-test/src/org/openbravo/test/costing/TestCosting.java
--- a/src-test/src/org/openbravo/test/costing/TestCosting.java  Tue Jan 13 
11:52:49 2015 -0500
+++ b/src-test/src/org/openbravo/test/costing/TestCosting.java  Mon Jan 19 
20:26:34 2015 +0100
@@ -11654,7 +11654,6 @@
       assertEquals(receiptInvoiceMatch.getQuantity(), 
matchedInvoicesAssert.getMovementLine()
           .getMovementQuantity());
 
-      assertFalse(receiptInvoiceMatch.isProcessNow());
       assertTrue(receiptInvoiceMatch.isProcessed());
     } catch (Exception e) {
       throw new OBException(e);
@@ -11705,7 +11704,6 @@
         assertEquals(formatDate(physicalInventory.getMovementDate()),
             formatDate(DateUtils.addDays(today, 
physicalInventoryAssert.getDay())));
         assertTrue(physicalInventory.isProcessed());
-        assertFalse(physicalInventory.isProcessNow());
         assertFalse(physicalInventory.isUpdateQuantities());
         assertFalse(physicalInventory.isGenerateList());
         assertEquals(physicalInventory.getTrxOrganization(), null);
@@ -12424,7 +12422,6 @@
         assertEquals(costAdjustment.getDocumentStatus(), 
costAdjustmentAssertLineList.get(0)
             .getStatus());
         assertFalse(costAdjustment.isCancelProcess());
-        assertFalse(costAdjustment.isProcessNow());
         assertEquals(costAdjustment.getCostAdjustmentLineList().size(),
             costAdjustmentAssertLineList.size());
 

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to