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

Gintautas Miliauskas gintas at pov.lt
Sun Mar 14 05:56:50 EST 2004


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

Modified Files:
	test_z3checkins.py 
Log Message:
- Updated imports to work with the new hierarchy.
- Renamed CheckinsFolder to CheckinFolder


=== Products3/z3checkins/ftests/test_z3checkins.py 1.6 => 1.7 ===
--- Products3/z3checkins/ftests/test_z3checkins.py:1.6	Fri Feb 27 07:06:12 2004
+++ Products3/z3checkins/ftests/test_z3checkins.py	Sun Mar 14 05:56:49 2004
@@ -23,10 +23,10 @@
 
     def setUp(self):
         BrowserTestCase.setUp(self)
-        response = self.publish('/+/action.html',
-                                basic='mgr:mgrpw',
-                                form={'type_name': u'CheckinFolder', 'id': u'z3c'})
+        response = self.publish('/+/action.html', basic='mgr:mgrpw',
+                form={'type_name': u'CheckinFolder', 'id': u'z3c'})
         self.assertEqual(response.getStatus(), 302)
+
         response = self.publish(
             '/+/CheckinFolder=z3c',
             basic='mgr:mgrpw',




More information about the Zope3-Checkins mailing list