[Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex/tests - mhindex.py:1.16.6.1

Chris McDonough chrism@zope.com
Sat, 26 Oct 2002 15:52:15 -0400


Update of /cvs-repository/Zope/lib/python/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv31373/lib/python/Products/ZCTextIndex/tests

Modified Files:
      Tag: chrism-install-branch
	mhindex.py 
Log Message:
Merge with HEAD.  Again, sorry for the spew (what's left of it... someone seems to have filtered some of this branch's checkins out).


=== Zope/lib/python/Products/ZCTextIndex/tests/mhindex.py 1.16 => 1.16.6.1 ===
--- Zope/lib/python/Products/ZCTextIndex/tests/mhindex.py:1.16	Wed Jul 10 14:02:09 2002
+++ Zope/lib/python/Products/ZCTextIndex/tests/mhindex.py	Sat Oct 26 15:51:44 2002
@@ -544,7 +544,7 @@
             st = os.stat(path)
         except os.error, msg:
             return 0
-        return st[ST_MTIME]
+        return int(st[ST_MTIME])
 
     def maycommit(self):
         self.trans_count += 1