[Repoze-checkins] r1253 - repoze.monty/trunk/repoze/monty

Chris McDonough chrism at agendaless.com
Tue Jul 8 19:15:37 EDT 2008


Author: Chris McDonough <chrism at agendaless.com>
Date: Tue Jul  8 19:15:36 2008
New Revision: 1253

Log:
Note required file upload tests.


Modified:
   repoze.monty/trunk/repoze/monty/tests.py

Modified: repoze.monty/trunk/repoze/monty/tests.py
==============================================================================
--- repoze.monty/trunk/repoze/monty/tests.py	(original)
+++ repoze.monty/trunk/repoze/monty/tests.py	Tue Jul  8 19:15:36 2008
@@ -174,7 +174,7 @@
         self.assertEqual(other['fname'], u'other')
         self.assertEqual(other['lname'], u'guy')
 
-    # needed tests: :ignore_empty,
+    # needed tests: :ignore_empty, file upload tests
 
     # needed record tests: :default, :ignore_empty
 


More information about the Repoze-checkins mailing list