]> granicus.if.org Git - postgis/commitdiff
Fix swapped obtained/expected in regression failure report
authorSandro Santilli <strk@keybit.net>
Sat, 25 May 2013 16:47:19 +0000 (16:47 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 25 May 2013 16:47:19 +0000 (16:47 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11497 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test.pl

index 38c4877827d5472253b395b6f4b7698744c7c013..2d4186a66507be3830ab1d1418f1d7442fa3e7fd 100755 (executable)
@@ -1191,7 +1191,7 @@ sub uninstall_spatial
 
 sub diff
 {
-       my ($obtained_file, $expected_file) = @_;
+       my ($expected_file, $obtained_file) = @_;
        my $diffstr = '';
 
        open(OBT, $obtained_file) || die "Cannot open $obtained_file\n";