From dcf5ed5a48fe750dafa040de69871e5fee6cd81a Mon Sep 17 00:00:00 2001 From: "ccooper%deadsquid.com" Date: Tue, 7 Feb 2006 23:20:12 +0000 Subject: [PATCH] - make collision details a comment git-svn-id: svn://10.0.0.236/trunk@189369 18797224-902f-48f8-a5cc-f745e15eee43 --- .../testrunner_migration/update_litmus_from_testrunner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/litmus/testrunner_migration/update_litmus_from_testrunner.pl b/mozilla/webtools/litmus/testrunner_migration/update_litmus_from_testrunner.pl index b7e0a1e3cbd..a8c18e6c953 100755 --- a/mozilla/webtools/litmus/testrunner_migration/update_litmus_from_testrunner.pl +++ b/mozilla/webtools/litmus/testrunner_migration/update_litmus_from_testrunner.pl @@ -141,7 +141,7 @@ foreach my $id (keys %$testgroups) { if ($testcase->{'version'} > $testcase->{'testrunner_case_version'} and $tr_testcase->{'case_version'} > $testcase->{'testrunner_case_version'}) { print "# Testcase update collision detected.\n"; - print "Litmus testcase ID#: " . $testcase->{'test_id'} . "; TR case ID#: " . $tr_testcase->{'case_id'} . "\n"; + print "# Litmus testcase ID#: " . $testcase->{'test_id'} . "; TR case ID#: " . $tr_testcase->{'case_id'} . "\n"; next; }