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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 29 11:33:09 CEST 2008


Author: luke
Date: Tue Apr 29 11:33:08 2008
New Revision: 20840

URL: http://svn.erp5.org?rev=20840&view=rev
Log:
 - applies cleanly on 20838, translated patch preamble to LANG=C

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

Modified: experimental/FSPatch/Products/ERP5Type/tests/runUnitTest_forceFileStorage.diff
URL: http://svn.erp5.org/experimental/FSPatch/Products/ERP5Type/tests/runUnitTest_forceFileStorage.diff?rev=20840&r1=20839&r2=20840&view=diff
==============================================================================
--- experimental/FSPatch/Products/ERP5Type/tests/runUnitTest_forceFileStorage.diff (original)
+++ experimental/FSPatch/Products/ERP5Type/tests/runUnitTest_forceFileStorage.diff Tue Apr 29 11:33:08 2008
@@ -1,7 +1,7 @@
 Index: runUnitTest.py
 ===================================================================
---- runUnitTest.py	(wersja 18850)
-+++ runUnitTest.py	(kopia robocza)
+--- 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
@@ -14,18 +14,18 @@
    --erp5_sql_connection_string=STRING
                               ZSQL Connection string for erp5_sql_connection, by
                               default, it will use "test test"                            
-@@ -336,6 +341,7 @@
+@@ -348,6 +353,7 @@
          "erp5_catalog_storage=",
          "save",
          "load",
 +        "use_file_storage",
          "email_from_address=",
-         "run_only="] )
-   except getopt.GetoptError, msg:
-@@ -387,6 +393,8 @@
-       os.environ["erp5_save_data_fs"] = "1"
+         "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":




More information about the Erp5-report mailing list