[Zope3-checkins] CVS: Zope3/src/zope/app/apidoc/browser - ftests.py:1.3

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


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

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


=== Zope3/src/zope/app/apidoc/browser/ftests.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/apidoc/browser/ftests.py:1.2	Tue Mar 30 18:04:49 2004
+++ Zope3/src/zope/app/apidoc/browser/ftests.py	Tue Apr  6 16:57:59 2004
@@ -16,7 +16,7 @@
 $Id$
 """
 import unittest
-from zope.testing.functional import BrowserTestCase
+from zope.app.tests.functional import BrowserTestCase
 
 class APIDocTests(BrowserTestCase):
     """Just a couple of tests ensuring that the templates render."""




More information about the Zope3-Checkins mailing list