Add patch to disable test for account_stock_* modules

This commit is contained in:
Sergi Almacellas Abellana 2014-05-19 17:36:13 +02:00
parent c9bcf08d2f
commit 75e119d542
2 changed files with 27 additions and 0 deletions

26
disable_tests.diff Normal file
View File

@ -0,0 +1,26 @@
diff --git a/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py b/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py
--- a/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py
+++ b/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py
@@ -56,14 +56,14 @@
suite.addTests(doctest.DocFileSuite('scenario_purchase_shipment_cost.rst',
setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
- suite.addTests(doctest.DocFileSuite(
- 'scenario_purchase_shipment_cost_with_account_stock.rst',
- setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
- optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
- suite.addTests(doctest.DocFileSuite(
- 'scenario_purchase_shipment_cost_with_account_stock_anglo_saxon.rst',
- setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
- optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
+# suite.addTests(doctest.DocFileSuite(
+# 'scenario_purchase_shipment_cost_with_account_stock.rst',
+# setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
+# optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
+# suite.addTests(doctest.DocFileSuite(
+# 'scenario_purchase_shipment_cost_with_account_stock_anglo_saxon.rst',
+# setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
+# optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
return suite
if __name__ == '__main__':

1
series
View File

@ -25,3 +25,4 @@ issue7271002.diff
issue306_799.diff
issue4421002_20001.diff
issue11271002_1.diff
disable_tests.diff