[damned-lies] Fix vertimus test broken in commit 8aeaae56



commit 1ac3687f31d35f871d1acdf0bde1f0ccdb5d6d2e
Author: Claude Paroz <claude 2xlibre net>
Date:   Thu Nov 11 18:01:28 2010 +0100

    Fix vertimus test broken in commit 8aeaae56

 vertimus/tests/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vertimus/tests/__init__.py b/vertimus/tests/__init__.py
index da35a33..15d5939 100644
--- a/vertimus/tests/__init__.py
+++ b/vertimus/tests/__init__.py
@@ -121,7 +121,7 @@ class VertimusTest(TeamTest):
 
         for p in (self.pc, self.pcoo):
             action_names = [a.name for a in state.get_available_actions(p)]
-            self.assertEqual(action_names, ['RP', 'RT', 'TR', 'WC', None, 'IC', 'AA'])
+            self.assertEqual(action_names, ['RP', 'RT', 'TR', 'TC', 'WC', None, 'IC', 'AA'])
 
     def test_state_proofreading(self):
         sdb = StateDb(branch=self.b, domain=self.d, language=self.l, person=self.pr)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]