[py-svn] r36129 - py/dist/py/path/svn/testing

fijal at codespeak.net fijal at codespeak.net
Wed Jan 3 19:27:30 CET 2007


Author: fijal
Date: Wed Jan  3 19:27:28 2007
New Revision: 36129

Modified:
   py/dist/py/path/svn/testing/test_urlcommand.py
Log:
Fix a test

Modified: py/dist/py/path/svn/testing/test_urlcommand.py
==============================================================================
--- py/dist/py/path/svn/testing/test_urlcommand.py	(original)
+++ py/dist/py/path/svn/testing/test_urlcommand.py	Wed Jan  3 19:27:28 2007
@@ -68,7 +68,7 @@
         assert info.last_author == 'hpk'
         assert info.created_rev == 2256
         assert info.kind == 'file'
-        assert time.gmtime(info.mtime)[:6] == (now.year, 11, 24, 17, 55, 0)
+        assert time.gmtime(info.mtime)[:6] == (2006, 11, 24, 17, 55, 0)
         assert info.size ==  165
         assert info.time == info.mtime * 1000000
 


More information about the py-svn mailing list