Commit 1bb79a39 authored by Tomáš Peterka's avatar Tomáš Peterka Committed by Tomáš Peterka

[erp5_ui_test] Be always explicit (with sorting) and bugfix fr arguments to FooModule_createObjects

parent 0f26fa07
......@@ -2,6 +2,8 @@
from DateTime import DateTime
category_list = ('a', 'b', 'a/a1', 'a/a2')
big_category_list = ('c1', 'c10', 'c2', 'c20', 'c3', 'c4')
start = int(start)
num = int(num)
for i in range(start, start + num):
category = category_list[i % len(category_list)]
......
......@@ -18,7 +18,7 @@ d = dict(
field_all_columns = '',
field_search_columns = '',
field_sort_columns = '',
field_sort = 'id', # Very important, this allow to test tales expression on listbox_XXX fields
field_sort = 'id | DESC', # Very important, this allow to test tales expression on listbox_XXX fields
field_editable_columns = 'id',
field_stat_columns = '',
field_url_columns = '',
......
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