cubicweb/server/test/unittest_migractions.py
changeset 11416 9c2fbb872e91
parent 11415 f87da59faea1
child 11744 a6dc650bc230
--- a/cubicweb/server/test/unittest_migractions.py	Fri Jul 08 10:17:14 2016 +0200
+++ b/cubicweb/server/test/unittest_migractions.py	Fri Jul 08 10:17:42 2016 +0200
@@ -602,9 +602,7 @@
             self.assertEqual(len(constraints), 1, constraints)
             rdef = migrschema['promo'].rdefs['Personne', 'String']
             cstr = rdef.constraint_by_type('StaticVocabularyConstraint')
-            cstrname = 'cstr' + md5((rdef.subject.type + rdef.rtype.type + cstr.type() +
-                                     (cstr.serialize() or '')).encode('ascii')).hexdigest()
-            self.assertIn(cstrname, constraints)
+            self.assertIn(cstr.name_for(rdef), constraints)
 
     def _erqlexpr_rset(self, cnx, action, ertype):
         rql = 'RQLExpression X WHERE ET is CWEType, ET %s_permission X, ET name %%(name)s' % action