Commit 03084582 authored by Sebastien Robin's avatar Sebastien Robin

run all test must be set to 1


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6119 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1d79630b
......@@ -57,7 +57,7 @@ class TestERP5Catalog(ERP5TypeTestCase):
return ('erp5_base',)
# Different variables used for this test
run_all_test = 0
run_all_test = 1
def afterSetUp(self, quiet=1, run=1):
self.login()
......@@ -638,7 +638,7 @@ class TestERP5Catalog(ERP5TypeTestCase):
source_organisation.getUid(),
testMethod(src__=1, **kw) )
def test_19_SearchFolderWithNonAsciiCharacter(self, quiet=0, run=1):
def test_19_SearchFolderWithNonAsciiCharacter(self, quiet=0, run=run_all_test):
# Test if portal_synchronizations was created
if not run: return
if not quiet:
......
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