regression tests: Sort hash keys before comparing (merge r5582 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@5637 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-06-29 05:27:14 +00:00
parent 99100ec2a1
commit dc87061cec
3 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ BEGIN {
}
use Data::Dumper;
$Data::Dumper::Sortkeys = 1;
use SCST::SCST;
sub addTargets {

View File

@@ -8,6 +8,7 @@ BEGIN {
}
use Data::Dumper;
$Data::Dumper::Sortkeys = 1;
use SCST::SCST;
sub setup {

View File

@@ -8,6 +8,7 @@ BEGIN {
}
use Data::Dumper;
$Data::Dumper::Sortkeys = 1;
use SCST::SCST;
sub setup {