Python 3 fix for the ScientificPython PDB reader unit tests.
The order of the keys returned by a dictionary's keys() method changes randomly in Python 3, so now they are sorted prior to comparison.
Authored by: bugman 2012-10-15
Parent: [r17798]
Child: [r17800]