[Zope-Checkins] CVS: Products/PythonScripts/tests - testPythonScript.py:1.12.68.5

Florent Guillaume fg at nuxeo.com
Sun Nov 21 13:02:40 EST 2004


Update of /cvs-repository/Products/PythonScripts/tests
In directory cvs.zope.org:/tmp/cvs-serv26329

Modified Files:
      Tag: Zope-2_7-branch
	testPythonScript.py 
Log Message:
Added a comment about the deprecation warning.


=== Products/PythonScripts/tests/testPythonScript.py 1.12.68.4 => 1.12.68.5 ===
--- Products/PythonScripts/tests/testPythonScript.py:1.12.68.4	Fri Feb 13 11:59:06 2004
+++ Products/PythonScripts/tests/testPythonScript.py	Sun Nov 21 13:02:39 2004
@@ -240,6 +240,8 @@
         self.assertEqual(f(), ('?.foo', "'string'"))
 
     def test_filepath(self):
+        # This test is meant to raise a deprecation warning.
+        # It used to fail mysteriously instead.
         f = self._filePS('filepath')
         self.assertEqual(f(), [0])
 



More information about the Zope-Checkins mailing list