[FIX] typo method name

bzr revid: xmo@openerp.com-20140219140241-5p6u4t818mkuo74w
This commit is contained in:
Xavier Morel 2014-02-19 15:02:41 +01:00
parent d5cb5c2a14
commit 86a537e6a7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ inject = [
]
class TestUi(openerp.tests.HttpCase):
def test_01_pubic_homepage(self):
def test_01_public_homepage(self):
self.phantom_js("/", "console.log('ok')", "openerp.website.snippet")
@unittest2.expectedFailure