|
@@ -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();
|
|
|
}
|
|
|
|