[MERGE] Merge fix of sequecne
authorSbh (Openerp) <sbh@tinyerp.com>
Wed, 20 Jun 2012 11:53:56 +0000 (17:23 +0530)
committerSbh (Openerp) <sbh@tinyerp.com>
Wed, 20 Jun 2012 11:53:56 +0000 (17:23 +0530)
bzr revid: sbh@tinyerp.com-20120620115356-zhl1uerx8jvnqrof

openerp/tests/test_ir_sequence.py

index 2943676..fcc5888 100644 (file)
@@ -114,7 +114,7 @@ class test_ir_sequence_change_implementation(unittest2.TestCase):
         d = dict(code='test_sequence_type_3', name='Test sequence type')
         c = registry('ir.sequence.type').create(cr, ADMIN_USER_ID, d, {})
         assert c
-        d = dict(code='test_sequence_type_3', name='Test sequence', 'implementation': 'standard')
+        d = dict(code='test_sequence_type_3', name='Test sequence')
         c = registry('ir.sequence').create(cr, ADMIN_USER_ID, d, {})
         assert c
         d = dict(code='test_sequence_type_4', name='Test sequence type')