Changeset 1544

Show
Ignore:
Timestamp:
02/02/07 16:41:13
Author:
pvanhoof
Message:

Changed the unit test account

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tests/shared/account-store.c

    r1541 r1544  
    5151per_account_get_pass_func (TnyAccount *account, const gchar *prompt, gboolean *cancel) 
    5252{ 
    53         return g_strdup ("unittest"); 
     53        return g_strdup ("tnytest"); 
    5454} 
    5555 
     
    115115 
    116116                tny_account_set_proto (account, "imap"); 
    117                 tny_account_set_name (account, "IMAP unit test account"); 
    118                 tny_account_set_user (account, "tinymailunittest"); 
    119                 tny_account_set_hostname (account, "mail.tinymail.org"); 
    120                 tny_account_set_id (account, "unique_imap"); 
     117                tny_account_set_name (account, "imap1.tinymail.org"); 
     118                tny_account_set_user (account, "tnytest"); 
     119                tny_account_set_hostname (account, "imap1.tinymail.org"); 
     120                tny_account_set_id (account, "tnytest@imap1.tinymail.org"); 
    121121                tny_account_set_forget_pass_func (account, per_account_forget_pass_func); 
    122122                tny_account_set_pass_func (account, per_account_get_pass_func);