[FIX] product,project_plannning : corrected yml reporttest file
authorAnup (OpenERP) <ach@tinyerp.com>
Fri, 17 Sep 2010 10:01:49 +0000 (15:31 +0530)
committerAnup (OpenERP) <ach@tinyerp.com>
Fri, 17 Sep 2010 10:01:49 +0000 (15:31 +0530)
bzr revid: ach@tinyerp.com-20100917100149-u73wv83t30w8oqho

addons/product/test/product_report.yml
addons/project_planning/test/project_plannning_report.yml

index 9ff3872..6e80083 100644 (file)
@@ -1,5 +1,5 @@
 -
-  In order to test the PDF reports defined on Products, we will print a Products Pricelists report
+  In order to test the PDF reports defined on Products, we will print a Products Pricelists Report
 - 
   !python {model: product.product}: |
     import netsvc, tools, os
@@ -14,4 +14,4 @@
     }
     (data, format) = netsvc.LocalService('report.product.pricelist').create(cr, uid, [ref('product.product_product_pc1'), ref('product.product_product_pc3')], data_dict, {})
     if tools.config['test_report_directory']:
-        file(os.path.join(tools.config['test_report_directory'], 'product-product pricelist'+format), 'wb+').write(data)
+        file(os.path.join(tools.config['test_report_directory'], 'product-product_pricelist'+format), 'wb+').write(data)
index 770522c..a7597af 100644 (file)
@@ -1,6 +1,6 @@
 -
-  In order to test the PDF reports defined on a Project Planning, we will print Project Planning report
-- 
+  In order to test the PDF reports defined on a Project Planning, we will print Project Planning Report
+-
   !python {model: report_account_analytic.planning}: |
     import netsvc, tools, os
     (data, format) = netsvc.LocalService('report.report_account_analytic.planning.print').create(cr, uid, [ref('project_planning.project_plannning_1')], {}, {})