|
From: Stas Z. <sta...@us...> - 2005-06-16 13:03:55
|
Update of /cvsroot/gmailagent/GA-libgmail2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24848 Modified Files: testlibgmail2.py Log Message: removed a few hard tabs Index: testlibgmail2.py =================================================================== RCS file: /cvsroot/gmailagent/GA-libgmail2/testlibgmail2.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** testlibgmail2.py 16 Jun 2005 05:32:00 -0000 1.6 --- testlibgmail2.py 16 Jun 2005 13:03:47 -0000 1.7 *************** *** 38,44 **** def test1_BasicAddContact(self): """Create and retrieve an entry-level contact""" ! name = 'John Smith' ! email = 'joh...@gm...' ! notes = 'I am average' account.addContact(name, email, notes) myContacts = account.getContacts() --- 38,44 ---- def test1_BasicAddContact(self): """Create and retrieve an entry-level contact""" ! name = 'John Smith' ! email = 'joh...@gm...' ! notes = 'I am average' account.addContact(name, email, notes) myContacts = account.getContacts() *************** *** 50,56 **** def test2_AdvancedAddContact(): """Create and retrieve a contact with a newline in the notes""" ! name = 'W4533m' ! email = 'fak...@gm...' ! notes = 'Is\nawesome' account.addContact(name, email, notes) myContacts = account.getContacts() --- 50,56 ---- def test2_AdvancedAddContact(): """Create and retrieve a contact with a newline in the notes""" ! name = 'W4533m' ! email = 'fak...@gm...' ! notes = 'Is\nawesome' account.addContact(name, email, notes) myContacts = account.getContacts() |