Changeset 8

Show
Ignore:
Timestamp:
2008年07月11日 20时04分50秒 (4 years ago)
Author:
jiangx
Message:

bugfix: controller for login changed to security

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pysvnmanager/tests/__init__.py

    r7 r8  
    4949 
    5050    def login(self, username, password=""): 
    51         res = self.app.get(url_for(controller='login')) 
     51        res = self.app.get(url_for(controller='security')) 
    5252        form = res.forms[0] 
    5353        form['username'] = username