[FIX] sale: change test because product's demo datas have changed
[odoo/odoo.git] / addons / sale / test / sale_order_demo.yml
index 84aaa43..c911815 100644 (file)
@@ -17,8 +17,8 @@
   I verify that the onchange was correctly triggered
 -
   !assert {model: sale.order, id: sale.sale_order_test1, string: The onchange function of product was not correctly triggered}:
-    - order_line[0].name == u'[LCD17] 17\u201d LCD Monitor'
-    - order_line[0].price_unit == 1350.0
+    - order_line[0].name == u'[A8767] Apple In-Ear Headphones'
+    - order_line[0].price_unit == 79.0
     - order_line[0].product_uom_qty == 8
     - order_line[0].product_uom.id == ref('product.product_uom_unit')
 
@@ -35,7 +35,7 @@
   I verify that the onchange was correctly triggered
 -
   !assert {model: sale.order, id: sale.sale_order_test2, string: The onchange function of product was not correctly triggered}:
-    - order_line[0].name == u'[LCD17] 17\u201d LCD Monitor'
-    - order_line[0].price_unit == 1350.0 * 12
+    - order_line[0].name == u'[A8767] Apple In-Ear Headphones'
+    - order_line[0].price_unit == 79.0 * 12
     - order_line[0].product_uom.id == ref('product.product_uom_dozen')
     - order_line[0].product_uom_qty == 16
\ No newline at end of file