[Zope3-checkins] CVS: Zope3/doc - FTEST.txt:1.5

Fred L. Drake, Jr. fred@zope.com
Thu, 24 Jul 2003 17:41:07 -0400


Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv3279

Modified Files:
	FTEST.txt 
Log Message:
add missing package names


=== Zope3/doc/FTEST.txt 1.4 => 1.5 ===
--- Zope3/doc/FTEST.txt:1.4	Thu Jul 24 16:52:45 2003
+++ Zope3/doc/FTEST.txt	Thu Jul 24 17:41:02 2003
@@ -38,8 +38,9 @@
 
    - Functional test modules live in directories called 'ftests'.
 
-   - Functional test cases inherit from zope.functional.FunctionalTestCase
-     or zope.functional.BrowserTestCase instead of unittest.TestCase.
+   - Functional test cases inherit from
+     zope.testing.functional.FunctionalTestCase or
+     zope.testing.functional.BrowserTestCase instead of unittest.TestCase.
 
    - All global services, components etc. defined in assorted configure.zcml
      are available during test run time.