CVS: Products/Basket/tests - testBasket.py:1.13

Chris McDonough <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Update of /cvs-repository/Products/Basket/tests
In directory cvs.zope.org:/tmp/cvs-serv32167/tests

Modified Files:
	testBasket.py 
Log Message:
Append '.dtml' to path (like DTMLFile)... some tests now fail.


=== Products/Basket/tests/testBasket.py 1.12 => 1.13 ===
--- Products/Basket/tests/testBasket.py:1.12	Tue Nov  8 21:28:03 2005
+++ Products/Basket/tests/testBasket.py	Tue Nov  8 23:24:19 2005
@@ -581,7 +581,7 @@
                     'Should not be able to import %s from Basket.resource')
 
     def test_dtml_resource(
-        self, path='www/test_dtml.dtml', module='Products.product1'):
+        self, path='www/test_dtml', module='Products.product1'):
         from Globals import DTMLResource
         dtml = DTMLResource(path, module=module)
         self.assertEqual(dtml.__name__, os.path.basename(path))

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.