Commit d5066e31 authored by Vincent Pelletier's avatar Vincent Pelletier

testICal, testRSS: Listbox expects "sort" edit as a list of 2-tuples

parent 9365e586
......@@ -241,7 +241,7 @@ class TestICal(ERP5TypeTestCase):
('creation_date', 'Creation date'),
('description','Description'),
('Base_getICalComponent', 'Component')],
sort=[('creation_date | descending')],
sort=[('creation_date', 'descending')],
list_action='list',
list_method='searchFolder',
count_method='countFolder',
......
......@@ -163,7 +163,7 @@ class TestRSS(ERP5TypeTestCase):
('Base_getRSSAuthor','author'),
('link','link'),
('absolute_url', 'guid')],
sort=[('creation_date | descending')],
sort=[('creation_date', 'descending')],
list_action='list',
search=1,
select=1,
......
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