[MIG] web_widget_float_formula: Migrate to 10.0

This commit is contained in:
Kelly Lougheed
2017-01-11 18:34:36 -08:00
committed by Dave Lasley
parent abfea0fff7
commit f19ee39524
6 changed files with 28 additions and 19 deletions

View File

@@ -2,14 +2,15 @@
# Copyright 2016 LasLabs Inc.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from openerp.tests import HttpCase
import odoo.tests
class TestJS(HttpCase):
class TestJS(odoo.tests.HttpCase):
def test_js(self):
self.phantom_js(
"/web/tests?module=web_widget_float_formula",
"console.log('ok')",
"",
login="admin",
login="admin"
)