Commit 28b5268a authored by Ivan Tyagov's avatar Ivan Tyagov

Mark as expected failures.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38880 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 864c76db
......@@ -72,6 +72,7 @@ import httplib
import urllib
from AccessControl import Unauthorized
from Products.ERP5Type import Permissions
from Products.ERP5Type.tests.backportUnittest import expectedFailure
QUIET = 0
......@@ -850,7 +851,7 @@ class TestDocument(TestDocumentMixin):
web_page.getReference(),
web_page.getLanguage(),
web_page.getVersion())))
@expectedFailure
def test_10_SearchString(self):
"""
Test search string search generation and parsing.
......@@ -1022,7 +1023,7 @@ class TestDocument(TestDocumentMixin):
parsed_string = parse(search_string)
self.assertEquals(parsed_string['portal_type'], ['Document','Presentation','Web Page'])
@expectedFailure
def test_11_Base_getAdvancedSearchResultList(self):
"""
Test search string search capabilities using Base_getAdvancedSearchResultList script.
......
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