From c8e3996fee3fb3e1eb07c8da3c2b1a0d67c9e1df Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 5 Aug 2009 16:44:50 +0000 Subject: [PATCH] Monotone-Parent: 07373a01b29415522044be3734f2799491696ebc Monotone-Revision: 7b27fe613fc83b2fb43c0d43ed6052f3e1041b69 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-08-05T16:44:50 Monotone-Branch: ca.inverse.sogo --- Tests/webdav-sync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/webdav-sync.py b/Tests/webdav-sync.py index 969a181fd..61edbb8a4 100755 --- a/Tests/webdav-sync.py +++ b/Tests/webdav-sync.py @@ -40,9 +40,9 @@ class WebdavSyncTest(unittest.TestCase): # empty collection: # without a token (query1) # with a token (query2) - # non-empty collection: + # (when done, non-empty collection: # without a token (query3) - # with a token (query4) + # with a token (query4)) query1 = webdavlib.WebDAVSyncQuery(resource, None, [ "getetag" ]) self.client.execute(query1)