From ded2d63235ef1769e757383430e6dd0ec1d64301 Mon Sep 17 00:00:00 2001 From: "DBR (OpenERP)" Date: Thu, 22 Dec 2011 14:17:27 +0530 Subject: [PATCH] [IMP] improve Typo and remove extra space. bzr revid: dbr@tinyerp.com-20111222084727-34aef7zcbcc88dhv --- addons/mrp_repair/test/test_mrp_repair_afterinv.yml | 1 - addons/mrp_repair/test/test_mrp_repair_b4inv.yml | 3 +-- addons/mrp_repair/test/test_mrp_repair_cancel.yml | 2 +- addons/mrp_repair/test/test_mrp_repair_noneinv.yml | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/addons/mrp_repair/test/test_mrp_repair_afterinv.yml b/addons/mrp_repair/test/test_mrp_repair_afterinv.yml index 313bbabf292..0d4eb9b1c7c 100644 --- a/addons/mrp_repair/test/test_mrp_repair_afterinv.yml +++ b/addons/mrp_repair/test/test_mrp_repair_afterinv.yml @@ -34,4 +34,3 @@ !python {model: mrp.repair}: | repair_id = self.browse(cr, uid, [ref('mrp_repair_rmrp0')], context=context)[0] assert repair_id.invoice_id.id, _("No invoice exists for this repair order") - diff --git a/addons/mrp_repair/test/test_mrp_repair_b4inv.yml b/addons/mrp_repair/test/test_mrp_repair_b4inv.yml index 1e7b148cc3c..bfe717ecdd6 100644 --- a/addons/mrp_repair/test/test_mrp_repair_b4inv.yml +++ b/addons/mrp_repair/test/test_mrp_repair_b4inv.yml @@ -24,7 +24,6 @@ - !workflow {model: mrp.repair, action: action_repair_start, ref: mrp_repair_rmrp2} - - Repairing Process for product is Done and I End Repair process by click on "End Repair" button For Invoice Type b4repair. + Repairing Process for product is Done and I End Repair process by click on "End Repair" button For Invoice Type before repair. - !workflow {model: mrp.repair, action: action_repair_end, ref: mrp_repair_rmrp2} - diff --git a/addons/mrp_repair/test/test_mrp_repair_cancel.yml b/addons/mrp_repair/test/test_mrp_repair_cancel.yml index c9cde833907..6a355f35b41 100644 --- a/addons/mrp_repair/test/test_mrp_repair_cancel.yml +++ b/addons/mrp_repair/test/test_mrp_repair_cancel.yml @@ -1,5 +1,5 @@ - - In order to test the cancel floe of mrp_repair module, + In order to test the cancel flow of mrp_repair module, I start by creating new copy Repair order for "Basic PC" product. - !python {model: mrp.repair}: | diff --git a/addons/mrp_repair/test/test_mrp_repair_noneinv.yml b/addons/mrp_repair/test/test_mrp_repair_noneinv.yml index 481f86431ba..66d5017e840 100644 --- a/addons/mrp_repair/test/test_mrp_repair_noneinv.yml +++ b/addons/mrp_repair/test/test_mrp_repair_noneinv.yml @@ -24,4 +24,4 @@ !python {model: mrp.repair}: | repair_id = self.browse(cr, uid, [ref('mrp_repair_rmrp1')], context=context)[0] assert not repair_id.invoice_id.id, _("Invoice should not be exists for this repair order") - +