# HG changeset patch # User Paul Boddie # Date 1432231984 -7200 # Node ID 0fdb4147637590409d3924c7ee62b7f6239fc743 # Parent 5bdbfb3974b6a8daca7f011cd2365b938d1551d6 Added a clarification about the kind of recurrence identifier needed. diff -r 5bdbfb3974b6 -r 0fdb41476375 tests/test_handle.py --- a/tests/test_handle.py Thu May 21 20:12:40 2015 +0200 +++ b/tests/test_handle.py Thu May 21 20:13:04 2015 +0200 @@ -80,6 +80,7 @@ accept, store_dir, user, uid, recurrenceid = (sys.argv[1:nargs+1] + [None])[:nargs] except ValueError: print >>sys.stderr, "Need 'accept' or 'decline', a store directory, user URI, event UID and optional RECURRENCE-ID." + print >>sys.stderr, "The RECURRENCE-ID must be in the form employed by the store." sys.exit(1) store = imip_store.FileStore(store_dir)