Browse Source

[svn r21829] Changed text

Arthur Portugal 15 years ago
parent
commit
ccf770a83c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/simpletest/reporter.php

+ 2 - 2
tests/simpletest/reporter.php

@@ -41,14 +41,14 @@ class HtmlReporter extends SimpleReporter {
     function paintHeader($test_name) {
         $this->sendNoCacheHeaders();
         print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">";
-        print "<html>\n<head>\n<title>$test_name</title>\n";
+        print "<html>\n<head>\n<title>huachin!!</title>\n";
         print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=" .
                 $this->_character_set . "\">\n";
         print "<style type=\"text/css\">\n";
         print $this->_getCss() . "\n";
         print "</style>\n";
         print "</head>\n<body>\n";
-        print "<h1>$test_name</h1>\n";
+        print "<h1>Probando codigo de Dokeos!</h1>\n";
         flush();
     }