Do not use the default number of days for the vacation replies...

gives us a chance to catch a future breakage

Monotone-Parent: fb63130e235a425b2051b359e3504ed4d8916859
Monotone-Revision: 7014c5053f06e41d5d808632f6c28b472a6037d8

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-02-15T19:33:37
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Jean Raby 2012-02-15 19:33:37 +00:00
parent b57db60cea
commit f9cb0e74db
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class sieveTest(unittest.TestCase):
def testSieveSimpleVacation(self):
""" enable simple vacation script """
vacation_msg="vacation test"
daysSelect=4
daysSelect=3
sieveScript = sieve_simple_vacation % { "mailaddr": self.user_email,
"vacation_msg": vacation_msg,