[Zope3-checkins] CVS: Zope3 - test.py:1.28
Barry Warsaw
barry@wooz.org
Thu, 19 Dec 2002 17:25:03 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv10752
Modified Files:
test.py
Log Message:
Fix the gui options
=== Zope3/test.py 1.27 => 1.28 ===
--- Zope3/test.py:1.27 Thu Dec 19 17:23:46 2002
+++ Zope3/test.py Thu Dec 19 17:25:03 2002
@@ -384,7 +384,7 @@
import unittestgui
suites = []
for file in files:
- suites.append(module_from_path(file) + '.test_suite')
+ suites.append(finder.module_from_path(file) + '.test_suite')
suites = ", ".join(suites)
minimal = (GUI == 'minimal')