[Erp5-report] r10070 - /erp5/trunk/products/ERP5Form/tests/testListBox.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 18 10:24:34 CEST 2006


Author: seb
Date: Mon Sep 18 10:24:29 2006
New Revision: 10070

URL: http://svn.erp5.org?rev=10070&view=rev
Log:
fixed the test, asContext does not exist on the ERP5Site itself

Modified:
    erp5/trunk/products/ERP5Form/tests/testListBox.py

Modified: erp5/trunk/products/ERP5Form/tests/testListBox.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/tests/testListBox.py?rev=10070&r1=10069&r2=10070&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testListBox.py (original)
+++ erp5/trunk/products/ERP5Form/tests/testListBox.py Mon Sep 18 10:24:29 2006
@@ -226,7 +226,7 @@
         """return [context.asContext(alternate_title = u'\xe9lisa')]""")
  
     # set the listbox to use this as list method
-    listbox = portal.FooModule_viewFooList.listbox
+    listbox = portal.foo_module.FooModule_viewFooList.listbox
     listbox.ListBox_setPropertyList(
       field_list_method = list_method_id,
       field_columns = ['alternate_title | Alternate Title',],)




More information about the Erp5-report mailing list