[Zope3-checkins] CVS: Products3/z3checkins/ftests - test_z3checkins.py:1.2

Marius Gedminas mgedmin at codeworks.lt
Mon Sep 8 07:36:32 EDT 2003


Update of /cvs-repository/Products3/z3checkins/ftests
In directory cvs.zope.org:/tmp/cvs-serv6821/ftests

Modified Files:
	test_z3checkins.py 
Log Message:
Fix failing functional test

=== Products3/z3checkins/ftests/test_z3checkins.py 1.1 => 1.2 ===
--- Products3/z3checkins/ftests/test_z3checkins.py:1.1	Fri Aug  1 05:43:20 2003
+++ Products3/z3checkins/ftests/test_z3checkins.py	Mon Sep  8 06:36:31 2003
@@ -35,7 +35,7 @@
 
     def test_resources(self):
         for resource in self.resources:
-            response = self.publish('/z3c/@@/%s' % resource)
+            response = self.publish('/z3c/++resource++%s' % resource)
             self.assertEqual(response.getStatus(), 200)
 
     def test_add_checkin_message(self):




More information about the Zope3-Checkins mailing list