From 38e085ae8f4499cf5ca2a3d97e718682bcbdb8b4 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 16 Mar 2012 20:41:52 +0000 Subject: [PATCH] Monotone-Parent: ae2a845cc86e684e944e2ffbb629f7bd634d985f Monotone-Revision: 0d1809a8a5fbb980e78d197e8f5c0c634b960a2e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-16T20:41:52 Monotone-Branch: ca.inverse.sogo --- Tests/Integration/test-webdavsync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Integration/test-webdavsync.py b/Tests/Integration/test-webdavsync.py index d6dc34fca..e28048ddc 100755 --- a/Tests/Integration/test-webdavsync.py +++ b/Tests/Integration/test-webdavsync.py @@ -54,7 +54,7 @@ class WebdavSyncTest(unittest.TestCase): self.assertTrue(token > 0) query1EndTime = int(math.ceil(query1.start + query1.duration)) self.assertTrue(token <= query1EndTime, - "token = %d > query1EndTime = %d" % (token, query1EndTime)) + "token = %d > query1EndTime = %d" % (token, query1EndTime)) # we make sure that any token is accepted when the collection is # empty, but that the returned token differs