[Erp5-report] r30462 - /erp5/trunk/products/ERP5Type/tests/runUnitTest.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 10 12:08:16 CET 2009


Author: leonardo
Date: Tue Nov 10 12:08:14 2009
New Revision: 30462

URL: http://svn.erp5.org?rev=30462&view=rev
Log:
Fix --load operation by reverting another side-effect of importing the Testing package

Modified:
    erp5/trunk/products/ERP5Type/tests/runUnitTest.py

Modified: erp5/trunk/products/ERP5Type/tests/runUnitTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/runUnitTest.py?rev=30462&r1=30461&r2=30462&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] Tue Nov 10 12:08:14 2009
@@ -314,6 +314,7 @@
   import App.config
   cfg = App.config.getConfiguration()
   cfg.testinghome = instance_home
+  cfg.instancehome = instance_home
   App.config.setConfiguration(cfg)
 
   if WIN:




More information about the Erp5-report mailing list