From 3873b687340efd79567b634ffafb685a1ae74be0 Mon Sep 17 00:00:00 2001
From: Gabriel Monnerat <gabriel@tiolive.com>
Date: Mon, 27 Jun 2011 14:26:37 -0300
Subject: [PATCH] fix steps order

---
 product/ERP5/tests/testERP5Credential.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/tests/testERP5Credential.py b/product/ERP5/tests/testERP5Credential.py
index dfa5a50a0e..0b80da2404 100644
--- a/product/ERP5/tests/testERP5Credential.py
+++ b/product/ERP5/tests/testERP5Credential.py
@@ -792,8 +792,8 @@ class TestERP5Credential(ERP5TypeTestCase):
   def testMailMessagePosted(self):
     """ Test if the Mail Message was posted correctly """
     sequence_list = SequenceList()
-    sequence_string = 'SetCredentialRequestAutomaticApprovalPreferences '\
-                      'SetPreferredCredentialAlarmAutomaticCallAsFalse '\
+    sequence_string = 'SetPreferredCredentialAlarmAutomaticCallAsFalse '\
+                      'SetCredentialRequestAutomaticApprovalPreferences '\
                       'CreateCredentialRequestSample '\
                       'CheckIfMailMessageWasPosted '\
                       'stepUnSetCredentialAutomaticApprovalPreferences'\
-- 
2.30.9