Commit bd472340 authored by Lucas Carvalho's avatar Lucas Carvalho

I've forgot to change it after renaming the class name.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41733 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d16400cc
......@@ -2614,5 +2614,5 @@ class TestLiveStandardConfiguratorWorkflow(ERP5TypeLiveTestCase, SecurityTestCas
import unittest
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestConfiguratorStandardWorkflow))
suite.addTest(unittest.makeSuite(TestLiveStandardConfiguratorWorkflow))
return suite
536
\ No newline at end of file
537
\ 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