Monotone-Parent: 641421d6e4ce7672544edb67ce851e86c8df9e22

Monotone-Revision: 95edcab55e932c1784a9a2923ecf868a5618c713

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-06-01T14:01:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-06-01 14:01:18 +00:00
parent 667ed3c150
commit 99d75bfc88
+1 -1
View File
@@ -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.