[ZPT] CVS: Zope/lib/python/Products/PageTemplates/tests - testTALES.py:1.4.4.1

Chris McDonough chrism@zope.com
Tue, 3 Sep 2002 03:44:18 -0400


Update of /cvs-repository/Zope/lib/python/Products/PageTemplates/tests
In directory cvs.zope.org:/tmp/cvs-serv3114/lib/python/Products/PageTemplates/tests

Modified Files:
      Tag: chrism-install-branch
	testTALES.py 
Log Message:
Merge of head into installer-branch.  Sorry.  :-(


=== Zope/lib/python/Products/PageTemplates/tests/testTALES.py 1.4 => 1.4.4.1 ===
--- Zope/lib/python/Products/PageTemplates/tests/testTALES.py:1.4	Wed Aug 14 18:17:24 2002
+++ Zope/lib/python/Products/PageTemplates/tests/testTALES.py	Tue Sep  3 03:43:46 2002
@@ -114,4 +114,4 @@
     return unittest.makeSuite(TALESTests)
 
 if __name__=='__main__':
-    main()
+    unittest.main(defaultTest='test_suite')