[Erp5-report] r28058 - /experimental/FSPatch/Products/ERP5Type/tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 13 10:20:38 CEST 2009


Author: luke
Date: Mon Jul 13 10:20:37 2009
New Revision: 28058

URL: http://svn.erp5.org?rev=28058&view=rev
Log:
 - obsoleted by r28043, ref: http://mail.nexedi.com/pipermail/erp5-dev/2009-July/002240.html

Removed:
    experimental/FSPatch/Products/ERP5Type/tests/runUnitTest_forceFileStorage.diff

Removed: experimental/FSPatch/Products/ERP5Type/tests/runUnitTest_forceFileStorage.diff
URL: http://svn.erp5.org/experimental/FSPatch/Products/ERP5Type/tests/runUnitTest_forceFileStorage.diff?rev=28057&view=auto
==============================================================================
--- experimental/FSPatch/Products/ERP5Type/tests/runUnitTest_forceFileStorage.diff [utf8] (original)
+++ experimental/FSPatch/Products/ERP5Type/tests/runUnitTest_forceFileStorage.diff (removed)
@@ -1,33 +1,0 @@
-Index: runUnitTest.py
-===================================================================
---- runUnitTest.py	(revision 20837)
-+++ runUnitTest.py	(working copy)
-@@ -34,6 +34,11 @@
-                              and exit without invoking any tests
-   --load                     load Data.fs and skip adding erp5 sites and
-                              business templates
-+  --use_file_storage         instead of temporary demo storage, use file storage
-+                             ie. keep changes made by test(s) in Data.fs - use 
-+                             with caution since consequent test run with --load
-+                             option may fail due to existing data. (Useful only
-+                             with combination with --load option)
-   --erp5_sql_connection_string=STRING
-                              ZSQL Connection string for erp5_sql_connection, by
-                              default, it will use "test test"                            
-@@ -348,6 +353,7 @@
-         "erp5_catalog_storage=",
-         "save",
-         "load",
-+        "use_file_storage",
-         "email_from_address=",
-         "run_only=",
-         "update_business_templates"] )
-@@ -404,6 +410,8 @@
-     elif opt == "--load":
-       os.environ["erp5_load_data_fs"] = "1"
-       load = True
-+    elif opt == "--use_file_storage":
-+      os.environ["erp5_force_data_fs"] = "1"
-     elif opt == "--erp5_catalog_storage":
-       os.environ["erp5_catalog_storage"] = arg
-     elif opt == "--run_only":




More information about the Erp5-report mailing list