From 99d75bfc88793bc277f57b720f078d60d08e5710 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 1 Jun 2010 14:01:18 +0000 Subject: [PATCH] Monotone-Parent: 641421d6e4ce7672544edb67ce851e86c8df9e22 Monotone-Revision: 95edcab55e932c1784a9a2923ecf868a5618c713 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-01T14:01:18 Monotone-Branch: ca.inverse.sogo --- Tests/Integration/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Integration/README b/Tests/Integration/README index db62e4ed4..5cab950d4 100644 --- a/Tests/Integration/README +++ b/Tests/Integration/README @@ -52,5 +52,5 @@ AssertionError: event creation/modification: expected status code '403' (receive - Always set a doc string on the test methods, especially for complex test cases. -- When writing tests, be aware that contrary to unit tests, functional tests +- When writing tests, be aware that contrarily to unit tests, functional tests often imply a logical order between the different steps.