Commit 4ba4d26f authored by Yusei Tahara's avatar Yusei Tahara

Remove expected failure mark.

parent 658aaa56
...@@ -315,13 +315,11 @@ class TestSQLCatalog(ERP5TypeTestCase): ...@@ -315,13 +315,11 @@ class TestSQLCatalog(ERP5TypeTestCase):
, operator='and'), operator='and'), , operator='and'), operator='and'),
{column: '2008/10/01 %s' % timezone}) {column: '2008/10/01 %s' % timezone})
if timezone == 'GMT+9': if timezone == 'GMT+9':
# Very temporary expected failure. Expected failure mark must be removed soon.(Yusei)
self.catalog(ReferenceQuery(ReferenceQuery( self.catalog(ReferenceQuery(ReferenceQuery(
ReferenceQuery(operator='>=', date=DateTime('2008/01/01 %s' % timezone)), ReferenceQuery(operator='>=', date=DateTime('2008/01/01 %s' % timezone)),
ReferenceQuery(operator='<', date=DateTime('2009/01/01 %s' % timezone)) ReferenceQuery(operator='<', date=DateTime('2009/01/01 %s' % timezone))
, operator='and'), operator='and'), , operator='and'), operator='and'),
{column: '2008 %s' % timezone}, {column: '2008 %s' % timezone})
expected_failure=True)
else: else:
self.catalog(ReferenceQuery(ReferenceQuery( self.catalog(ReferenceQuery(ReferenceQuery(
ReferenceQuery(operator='>=', date=DateTime('2008/01/01 %s' % timezone)), ReferenceQuery(operator='>=', date=DateTime('2008/01/01 %s' % timezone)),
......
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