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

Shane Hathaway shane@cvs.zope.org
Thu, 29 Aug 2002 10:00:10 -0400


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

Modified Files:
	testTALES.py 
Log Message:
Fixed the test framework so this test module can run standalone.

=== Zope/lib/python/Products/PageTemplates/tests/testTALES.py 1.4 => 1.5 ===
--- 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	Thu Aug 29 10:00:08 2002
@@ -114,4 +114,4 @@
     return unittest.makeSuite(TALESTests)
 
 if __name__=='__main__':
-    main()
+    unittest.main(defaultTest='test_suite')