← Back to team overview

openerp-dev-web team mailing list archive

lp:~openerp-dev/openobject-addons/trunk-contact-google-sync-bug-yaml_test_fixes-uco into lp:~openerp-dev/openobject-addons/trunk-contact-google-sync

 

Ujjvala Collins (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-contact-google-sync-bug-yaml_test_fixes-uco into lp:~openerp-dev/openobject-addons/trunk-contact-google-sync.

Requested reviews:
  OpenERP R&D Team (openerp-dev)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-contact-google-sync-bug-yaml_test_fixes-uco/+merge/52512

[FIX] sync_google_contact: yaml error.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-contact-google-sync-bug-yaml_test_fixes-uco/+merge/52512
Your team OpenERP R&D Team is requested to review the proposed merge of lp:~openerp-dev/openobject-addons/trunk-contact-google-sync-bug-yaml_test_fixes-uco into lp:~openerp-dev/openobject-addons/trunk-contact-google-sync.
=== modified file 'sync_google_contact/test/test_sync_google_contact_import_address.yml'
--- sync_google_contact/test/test_sync_google_contact_import_address.yml	2011-03-01 10:59:11 +0000
+++ sync_google_contact/test/test_sync_google_contact_import_address.yml	2011-03-08 05:28:00 +0000
@@ -11,7 +11,7 @@
   I login into that account.
 -
   !python {model: google.login.contact}: |
-    self.check_login(cr, uid, [ref('google_login_contact_id0')], context)
+    self.login(cr, uid, [ref('google_login_contact_id0')], context)
 - |
   Now I select from which group I want to get the contact details.
 -

=== modified file 'sync_google_contact/test/test_sync_google_contact_import_partner.yml'
--- sync_google_contact/test/test_sync_google_contact_import_partner.yml	2011-03-01 10:59:11 +0000
+++ sync_google_contact/test/test_sync_google_contact_import_partner.yml	2011-03-08 05:28:00 +0000
@@ -11,7 +11,7 @@
   I login into that account.
 -
   !python {model: google.login.contact}: |
-    self.check_login(cr, uid, [ref('google_login_contact_id1')], context)
+    self.login(cr, uid, [ref('google_login_contact_id1')], context)
 - |
   Now I select from which group I want to get the contact details and I want to create partner for all contacts.
 -


Follow ups