Community
Participate
Working Groups
I would expect, for example, the date/time columns to sort chronologically and the numerical columns to sort numerically. The current sort behavior creates a confusing situation for someone who wants to sort Test Result Summaries by execution time, as they will actually be sorted primarily by execution month (then day, then year). A confusing situation likewise exists for someone who wants to sort by the number of expected Test Steps, as the sort order will instead be based on the first digit of that number. An example order using this behavior would be: 1, 19, 270, 31; and I would expect an order of 1, 19, 31, 270.
fixed with http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=354aec9d6c94d39a90f8e0bbeebbd70b6a771d8e
The date/time column is now sorted chronological and a numerical column is sorted numerically.