Commit fb2f6c44 authored by Roque's avatar Roque

erp5_web_project_ui_test: fix test

parent 2e8e11c3
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Zuite" module="Products.Zelenium.zuite"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>project_ui_zuite</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -30,7 +30,7 @@ import unittest
from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import ERP5TypeFunctionalTestCase
class TestRenderJSUICore(ERP5TypeFunctionalTestCase):
class TestProjectUICore(ERP5TypeFunctionalTestCase):
foreground = 0
run_only = "project_ui_zuite"
......@@ -45,5 +45,5 @@ class TestRenderJSUICore(ERP5TypeFunctionalTestCase):
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestRenderJSUICore))
suite.addTest(unittest.makeSuite(TestProjectUICore))
return suite
\ No newline at end of file
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