[Zope3-checkins] CVS: Zope3/src/zope/configuration/tests - test_names.py:1.3 test_xml.py:1.3

Jim Fulton jim@zope.com
Sun, 23 Mar 2003 11:45:46 -0500


Update of /cvs-repository/Zope3/src/zope/configuration/tests
In directory cvs.zope.org:/tmp/cvs-serv2186/src/zope/configuration/tests

Modified Files:
	test_names.py test_xml.py 
Log Message:
Renamed "packages" to "site-management folders".
Reanemd "view sub-packages" to "page folders".


=== Zope3/src/zope/configuration/tests/test_names.py 1.2 => 1.3 ===
--- Zope3/src/zope/configuration/tests/test_names.py:1.2	Wed Dec 25 09:13:34 2002
+++ Zope3/src/zope/configuration/tests/test_names.py	Sun Mar 23 11:45:45 2003
@@ -41,7 +41,7 @@
         c=resolve('zopeproducts.contact.contact.Contact')
         self.assertEquals(c.n, 2)
 
-    def testPackagePath(self):
+    def testSiteManagementFolderPath(self):
         from zope.configuration.name import resolve
 
         c=resolve('zope.configuration.tests.contact')
@@ -60,7 +60,7 @@
 
         self.assertEquals(id(c), id(zope))
 
-    def testPackage(self):
+    def testSiteManagementFolder(self):
         from zope.configuration.name import resolve
         c=resolve('zope.configuration.tests')
         import zope.configuration.tests


=== Zope3/src/zope/configuration/tests/test_xml.py 1.2 => 1.3 ===
--- Zope3/src/zope/configuration/tests/test_xml.py:1.2	Wed Dec 25 09:13:34 2002
+++ Zope3/src/zope/configuration/tests/test_xml.py	Sun Mar 23 11:45:45 2003
@@ -77,7 +77,7 @@
         x()
         file.close()
 
-    def testIncludeNoPackageAndIncluderNoPackage(self):
+    def testIncludeNoSiteManagementFolder(self):
         from os.path import split
         file = TempFile()
         full_name = file.name