diff --git a/Maintenance/test_handling/create_testresult_page b/Maintenance/test_handling/create_testresult_page
index fa5d2ef1843..ac7d8d5c28a 100755
--- a/Maintenance/test_handling/create_testresult_page
+++ b/Maintenance/test_handling/create_testresult_page
@@ -459,8 +459,8 @@ sub print_platform_descriptions()
OS and compiler |
Tester |
y |
-w |
t |
+w |
n |
r |
CMake |
@@ -498,8 +498,8 @@ EOF
my $tester_address = $_;
my $county = $testresults[$platform_num]->{"y"};
- my $countw = $testresults[$platform_num]->{"w"};
my $countt = $testresults[$platform_num]->{"t"};
+ my $countw = $testresults[$platform_num]->{"w"};
my $countn = $testresults[$platform_num]->{"n"};
my $countr = $testresults[$platform_num]->{"r"};
@@ -517,8 +517,8 @@ EOF
print OUTPUT "\n";
print OUTPUT "$tester_name | \n";
print OUTPUT "$county | \n";
- print OUTPUT "$countw | \n";
print OUTPUT "$countt | \n";
+ print OUTPUT "$countw | \n";
print OUTPUT "$countn | \n";
print OUTPUT "$countr | \n";
$index = 8;