Show
Ignore:
Timestamp:
08/09/09 01:43:29 (3 years ago)
Author:
tom
Message:

updating documentation and educommons.com links

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • enpraxis.educommons/trunk/enpraxis/educommons/tests/seleniumtests/accountsLogin.py

    r512 r566  
    3333    def test_admin_account(self): 
    3434        sel = self.selenium 
    35         sel.login("admin","admin") 
     35        sel.login("admin","test1234") 
    3636        self.failUnless(sel.is_element_present('//a[@id="user-name"]/span[text()="admin"]')) 
    3737        self.assertEqual("admin (Administrator)",sel.get_text('//li[a[@id="user-name"]]'))