Commit 9eb21799 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix typos : Chack -> Check.

parent cb460a3e
...@@ -580,7 +580,7 @@ class TestERP5WebWithDms(ERP5TypeTestCase, ZopeTestCase.Functional): ...@@ -580,7 +580,7 @@ class TestERP5WebWithDms(ERP5TypeTestCase, ZopeTestCase.Functional):
"""Tests html preview of an OOo document with images as extensible content. """Tests html preview of an OOo document with images as extensible content.
For this test, Presentation_checkConversionFormatPermission does not allow For this test, Presentation_checkConversionFormatPermission does not allow
access to original format for Unauthenticated users. access to original format for Unauthenticated users.
Chack that user can still access to other format. Check that user can still access to other format.
""" """
portal = self.portal portal = self.portal
script_id = 'Presentation_checkConversionFormatPermission' script_id = 'Presentation_checkConversionFormatPermission'
......
...@@ -1850,7 +1850,7 @@ document.write('<sc'+'ript type="text/javascript" src="http://somosite.bg/utb.ph ...@@ -1850,7 +1850,7 @@ document.write('<sc'+'ript type="text/javascript" src="http://somosite.bg/utb.ph
self.assertEquals(result_list, []) self.assertEquals(result_list, [])
def test_conversionCache_reseting(self): def test_conversionCache_reseting(self):
"""Chack that modifying a document with edit method, """Check that modifying a document with edit method,
compute a new cache key and refresh cached conversions. compute a new cache key and refresh cached conversions.
""" """
web_page_portal_type = 'Web Page' web_page_portal_type = 'Web Page'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment