[FIX] website: enable test for blog, event...

This commit is contained in:
Christophe Matthieu 2014-07-02 14:09:57 +02:00
parent ca02d8820a
commit 8914453a50
6 changed files with 6 additions and 6 deletions

View File

@ -19,6 +19,6 @@
#
##############################################################################
#import test_ui
import test_ui
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,5 +1,7 @@
import openerp.tests
@openerp.tests.common.at_install(False)
@openerp.tests.common.post_install(True)
class TestUi(openerp.tests.HttpCase):
def test_admin(self):
self.phantom_js("/", "openerp.Tour.run('blog', 'test')", "openerp.Tour.tours.blog")

View File

@ -19,6 +19,6 @@
#
##############################################################################
#import test_ui
import test_ui
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,5 +1,7 @@
import openerp.tests
@openerp.tests.common.at_install(False)
@openerp.tests.common.post_install(True)
class TestUi(openerp.tests.HttpCase):
def test_admin(self):
self.phantom_js("/", "openerp.Tour.run('event', 'test')", "openerp.Tour.tours.event")

View File

@ -1,5 +1,3 @@
import os
import openerp.tests
@openerp.tests.common.at_install(False)

View File

@ -1,5 +1,3 @@
import os
import openerp.tests
@openerp.tests.common.at_install(False)