[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools/tests - test_include.py:1.9

Fred L. Drake, Jr. fred at zope.com
Fri Apr 16 17:54:34 EDT 2004


Update of /cvs-repository/Packages/zpkgtools/zpkgtools/tests
In directory cvs.zope.org:/tmp/cvs-serv14592/zpkgtools/tests

Modified Files:
	test_include.py 
Log Message:
normalize_path(), normalize_path_or_url():  make these utility functions,
not methods on the Specification object


=== Packages/zpkgtools/zpkgtools/tests/test_include.py 1.8 => 1.9 ===
--- Packages/zpkgtools/zpkgtools/tests/test_include.py:1.8	Thu Apr  1 15:21:02 2004
+++ Packages/zpkgtools/zpkgtools/tests/test_include.py	Fri Apr 16 17:54:34 2004
@@ -93,11 +93,11 @@
     # public API.
 
     def test_normalize_path(self):
-        normalize = self.spec.normalize_path
+        normalize = include.normalize_path
         self.check_normalize_paths(normalize)
 
     def test_normalize_path_or_url(self):
-        normalize = self.spec.normalize_path_or_url
+        normalize = include.normalize_path_or_url
         self.check_normalize_paths(normalize)
         self.check_normalize_urls(normalize)
 




More information about the Zope-CVS mailing list