Fix sorting tests in test groups 44/39744/2
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 21 May 2015 16:08:57 +0000 (18:08 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 22 May 2015 09:05:48 +0000 (02:05 -0700)
commit08271d90f9c0b2c26007bc10ba0c56f46529dedd
tree22955ad0e6cf23744f5e6db3209ba69c2a67be72
parentbef555dd72b2cb56130b22e46c628231b431c2af
Fix sorting tests in test groups

Patch "cb0c3e5 Add init and finish functionality" changed way of
keeping test cases. Previously they were kept as list of structures,
now it's list of pointers.
In such case proper sorting needs a compare function, otherwise
it compares pointers.

Proper sorting predicate has been added.

Change-Id: I4ad755326456cdedce69ae71a0ab050df15899d9
src/framework/src/test_runner.cpp