Commit c284f7c6 authored by Vincent Pelletier's avatar Vincent Pelletier

testUNGSecurity: ERPSite_createUNGUser expects a login.

parent 62d8d3ac
...@@ -156,7 +156,9 @@ class TestUNGSecurity(ERP5TypeTestCase): ...@@ -156,7 +156,9 @@ class TestUNGSecurity(ERP5TypeTestCase):
self.logout() self.logout()
form_dict = dict(firstname="My First Name", form_dict = dict(firstname="My First Name",
lastname="My Last Name", lastname="My Last Name",
password="ung_password") password="ung_password",
login_name=self.id(),
)
self.portal.REQUEST.form.update(form_dict) self.portal.REQUEST.form.update(form_dict)
self.changeSkin("UNGDoc") self.changeSkin("UNGDoc")
self.portal.ERPSite_createUNGUser() self.portal.ERPSite_createUNGUser()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment