Pspp.t: Sort value labels before comparing them.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 9 Aug 2014 11:11:07 +0000 (13:11 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 9 Aug 2014 11:11:07 +0000 (13:11 +0200)
This test failed on some platforms because it was iterating a hash.  The
order of an iterated hash is undefined.  This change sorts before comparing
thus avoiding the problem.

Thanks to Friedrich Beckmann for this patch.


No differences found