Commit db68bb6e authored by Jérome Perrin's avatar Jérome Perrin

test_result: sort test results by status

We want to have FAILED test results before PASSED, to easily see the
failed tests.
Apparently this was a local change on nexedi ERP5 for some time but the
change got lost in yesterday's update. Let's commit it to make this
permanent.
parent bd14f3a6
......@@ -535,6 +535,10 @@
<key> <string>sort</string> </key>
<value>
<list>
<tuple>
<string>string_index</string>
<string>ascending</string>
</tuple>
<tuple>
<string>errors</string>
<string>descending</string>
......
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