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)
commit9f3aceccf7a1f7c08312be6cb34aa688bd958677
tree14806499db5b5db2245858f63463a059db233c52
parentd487d1f72f6c4e8ec178fa8d8ce0aadf4aa34fcd
Pspp.t: Sort value labels before comparing them.

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.
perl-module/t/Pspp.t