Commit c2cd77ef authored by Tatuya Kamada's avatar Tatuya Kamada

Follow Gadget objects default validation sate changing, now they are public.

parent 3020d52f
......@@ -423,7 +423,7 @@ class TestUNG(ERP5TypeTestCase):
self.portal.web_site_module.ung.WebSection_addGadgetList(gadget_id_list)
self.stepTic()
gadget = self.portal.portal_catalog.getResultValue(portal_type="Gadget",
validation_state="visible")
validation_state="public")
self.assertEquals(gadget_id_list, gadget.getId())
self.portal.knowledge_pad_module.deleteContent(id=obj.getId())
self.stepTic()
......
2011-11-15 tatuya
* Follow Gadget objects default validation sate changing, now they are public.
2011-06-09 gabriel.oliveira
* Force listbox page navigation to work
......@@ -123,4 +126,4 @@
* Added ERP5 Form to show contents allowed in UNG WebSite and added new styles to listbox
2010-10-14 gabriel
* Clean up the bt5 because all fields were moved to erp5_web_ung_core
\ No newline at end of file
* Clean up the bt5 because all fields were moved to erp5_web_ung_core
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment