[Checkins] SVN: Products.CMFCore/trunk/Products/CMFCore/tests/test_FSFile.py Merged c113178 from 2.2 branch

Hanno Schlichting hannosch at hannosch.eu
Sun Jun 6 08:59:15 EDT 2010


Log message for revision 113179:
  Merged c113178 from 2.2 branch
  

Changed:
  U   Products.CMFCore/trunk/Products/CMFCore/tests/test_FSFile.py

-=-
Modified: Products.CMFCore/trunk/Products/CMFCore/tests/test_FSFile.py
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/tests/test_FSFile.py	2010-06-06 12:54:46 UTC (rev 113178)
+++ Products.CMFCore/trunk/Products/CMFCore/tests/test_FSFile.py	2010-06-06 12:59:15 UTC (rev 113179)
@@ -230,7 +230,7 @@
         mtype, ignore_enc = mimetypes.guess_type(file_name)
         file = self._makeOne(file_name, file_name)
         file = file.__of__(self.root)
-        data = file.index_html(self.REQUEST, self.RESPONSE)
+        file.index_html(self.REQUEST, self.RESPONSE)
         self.assertEqual(self.RESPONSE.getHeader('content-type'),
                          '%s; charset=utf-8' % mtype)
 



More information about the checkins mailing list