[Zope3-checkins] CVS: Zope3/src/zope/app/traversing/ftests - test_vhosting.py:1.12

Jim Fulton jim at zope.com
Tue Apr 6 16:58:13 EDT 2004


Update of /cvs-repository/Zope3/src/zope/app/traversing/ftests
In directory cvs.zope.org:/tmp/cvs-serv5422/src/zope/app/traversing/ftests

Modified Files:
	test_vhosting.py 
Log Message:
Moved the functional tests to zope.app, since they depend on zope.app.


=== Zope3/src/zope/app/traversing/ftests/test_vhosting.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/traversing/ftests/test_vhosting.py:1.11	Tue Feb 24 11:51:39 2004
+++ Zope3/src/zope/app/traversing/ftests/test_vhosting.py	Tue Apr  6 16:58:11 2004
@@ -18,7 +18,7 @@
 
 import unittest
 from zope.app.tests import ztapi
-from zope.testing.functional import BrowserTestCase
+from zope.app.tests.functional import BrowserTestCase
 from zope.app.folder import Folder
 from transaction import get_transaction
 from zope.app.publisher.browser.resource import Resource




More information about the Zope3-Checkins mailing list