[FIX] typo method name
authorXavier Morel <xmo@openerp.com>
Wed, 19 Feb 2014 14:02:41 +0000 (15:02 +0100)
committerXavier Morel <xmo@openerp.com>
Wed, 19 Feb 2014 14:02:41 +0000 (15:02 +0100)
bzr revid: xmo@openerp.com-20140219140241-5p6u4t818mkuo74w

addons/website/tests/test_ui.py

index 244e991..b4b58a1 100644 (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