Commit 56c10ba8 authored by Rafael Monnerat's avatar Rafael Monnerat

Fix typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43191 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 169dc6cf
......@@ -58,7 +58,7 @@ class TestUNG(ERP5TypeTestCase):
'erp5_jquery_plugin_jqchart',
'erp5_jquery_plugin_colorpicker',
'erp5_jquery_plugin_elastic',
'erp5_jquery_plugin_wdcalendar'
'erp5_jquery_plugin_wdcalendar',
'erp5_jquery_sheet_editor',
'erp5_xinha_editor',
'erp5_svg_editor',
......@@ -104,4 +104,4 @@ class TestUNG(ERP5TypeTestCase):
web_page.setSubjectList("Ung")
self.stepTic()
title_list = self.getTitleListToBySubjectDomain()
self.assertTrue("Ung" in title_list, title_list)
\ No newline at end of file
self.assertTrue("Ung" in title_list, title_list)
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