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
eggs = ${eggs:eggs}
extra-paths = ${eggs:extra-paths}
entry-points =
runUnitTest=Products.ERP5Type.tests.runUnitTest:main
runUnitTest=runUnitTest:main
scripts = runUnitTest
initialization =
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