[IMP] Improved YML string in Delivery module
authorTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Tue, 27 Dec 2011 13:14:33 +0000 (18:44 +0530)
committerTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Tue, 27 Dec 2011 13:14:33 +0000 (18:44 +0530)
bzr revid: tpa@tinyerp.com-20111227131433-ps9xb2so1apo4jv0

addons/delivery/test/carrier_cost_delivery.yml

index e1e4c3e..4800d0d 100644 (file)
@@ -52,4 +52,4 @@
     assert len(line_ids), "Delivery cost is not Added"
 
     line_data = self.browse(cr ,uid ,line_ids[0] ,context)
-    #assert line_data.price_subtotal == 0, "Added Delivey cost is wrong."
\ No newline at end of file
+    #assert line_data.price_subtotal == 0, "Added Delivey cost is wrong." # Due to Bug #908020
\ No newline at end of file