[FIX] Fixed issue with testing context in eval.js, due to a previous change in get_session_info (context -> user_context)

bzr revid: vta@openerp.com-20130111094314-odrm9enzrmcrtcu6
This commit is contained in:
vta vta@openerp.com 2013-01-11 10:43:14 +01:00
parent 6da448e0ad
commit 56e97a98bb
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ openerp.testing.section('eval.edc', {
db: '3',
login: user.login,
uid: user.id,
context: {
user_context: {
uid: user.id,
lang: user.lang,
tz: user.tz