[Zope-CVS] CVS: Products/Basket/tests - testBasket.py:1.13
    Chris McDonough 
    chrism at plope.com
       
    Tue Nov  8 23:24:49 EST 2005
    
    
  
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))
    
    
More information about the Zope-CVS
mailing list