[DUMMY] delivery: style fixes
authorRaphael Collet <rco@openerp.com>
Thu, 5 Jan 2012 10:10:19 +0000 (11:10 +0100)
committerRaphael Collet <rco@openerp.com>
Thu, 5 Jan 2012 10:10:19 +0000 (11:10 +0100)
bzr revid: rco@openerp.com-20120105101019-zyzg9exq3kld66ac

addons/delivery/__openerp__.py
addons/delivery/test/carrier_cost_delivery.yml
addons/sale/test/test_bug907211.yml

index 301f98c..1080fac 100644 (file)
@@ -44,10 +44,10 @@ When creating invoices from picking, OpenERP is able to add and compute the ship
         'partner_view.xml'
     ],
     'demo_xml': ['delivery_demo.xml'],
-    'test':[
-            'test/delivery_report.yml',
-            'test/carrier_cost_delivery.yml',
-            ],
+    'test': [
+        'test/delivery_report.yml',
+        'test/carrier_cost_delivery.yml',
+    ],
     'installable': True,
     'active': False,
     'certificate': '0033981912253',
index 4800d0d..75ce503 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." # Due to Bug #908020
\ No newline at end of file
+    #assert line_data.price_subtotal == 0, "Added Delivey cost is wrong." # Due to Bug #908020
index dd0678b..37349d7 100644 (file)
@@ -65,4 +65,4 @@
     invoice = self.browse(cr ,uid ,invoice_ids[0] ,context)
 
     assert len(invoice.invoice_line) == 4, "Invoice lines are not created properly."
-    assert invoice.amount_total == 2100, "Invoice total is wrong."
\ No newline at end of file
+    assert invoice.amount_total == 2100, "Invoice total is wrong."