From f9cb0e74db496a3ad2a2ef1a4190821c2a9177e9 Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Wed, 15 Feb 2012 19:33:37 +0000 Subject: [PATCH] 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 --- Tests/Integration/test-sieve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Integration/test-sieve.py b/Tests/Integration/test-sieve.py index 9b37b1b37..f1007c454 100644 --- a/Tests/Integration/test-sieve.py +++ b/Tests/Integration/test-sieve.py @@ -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,