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

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6058 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-02-10 13:54:20 +00:00
parent 452603a5fc
commit c40196ecc5
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 {