[IMP] Purchase: change the tag
authorAtik Agewan (OpenERP) <aag@tinyerp.com>
Thu, 25 Aug 2011 08:50:38 +0000 (14:20 +0530)
committerAtik Agewan (OpenERP) <aag@tinyerp.com>
Thu, 25 Aug 2011 08:50:38 +0000 (14:20 +0530)
bzr revid: aag@tinyerp.com-20110825085038-reiitbn3rjxz4y22

addons/purchase/test/purchase_order_cancel_draft.yml

index 2ce246b..7820816 100644 (file)
   !python {model: purchase.order}: |
     self.action_cancel_draft(cr, uid, [ref("purchase_order_pendrive1")])   
 -
-  I check that the order which was in cancel state has transmit to draft state.
+  I check that the order is in draft state.
 -
   !assert {model: purchase.order, id: purchase_order_pendrive1}:
     - state == 'draft'