Commit a2484d5f authored by Julien Muchembled's avatar Julien Muchembled

bin/runUnitTest: fix ZEO mode by not loading ZEO.ClientStorage too early

This is required by testConflictResolution & testInvalidationBug.
parent 7efd3421
...@@ -236,7 +236,7 @@ python = python2.6 ...@@ -236,7 +236,7 @@ python = python2.6
eggs = ${eggs:eggs} eggs = ${eggs:eggs}
extra-paths = ${eggs:extra-paths} extra-paths = ${eggs:extra-paths}
entry-points = entry-points =
runUnitTest=Products.ERP5Type.tests.runUnitTest:main runUnitTest=runUnitTest:main
scripts = runUnitTest scripts = runUnitTest
initialization = initialization =
import glob, imp, os, sys import glob, imp, os, sys
......
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