summaryrefslogtreecommitdiff
path: root/_test/index.php
diff options
context:
space:
mode:
authorchris <chris@jalakai.co.uk>2006-08-09 18:02:09 +0200
committerchris <chris@jalakai.co.uk>2006-08-09 18:02:09 +0200
commit74c0c50443b26fe6747fca8e267b335d6858c783 (patch)
treef8f4bc393b5e7242c3995b9fbfda7c330278b346 /_test/index.php
parent1f4490f23c9c4d37cf2d556f053aeca75da5b4d3 (diff)
downloadrpg-74c0c50443b26fe6747fca8e267b335d6858c783.tar.gz
rpg-74c0c50443b26fe6747fca8e267b335d6858c783.tar.bz2
cleanID unit tests
+ fix missing utf8 deaccent character mapping + set utf-8 charset for HTMLReporter (unit tests) darcs-hash:20060809160209-9b6ab-26c80a4830643b9790536f6d3a4adee0f451e4f0.gz
Diffstat (limited to '_test/index.php')
-rw-r--r--_test/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/index.php b/_test/index.php
index 99fae4b95..87cc10a35 100644
--- a/_test/index.php
+++ b/_test/index.php
@@ -49,7 +49,7 @@ function & DW_TESTS_GetReporter() {
break;
case DW_TESTS_OUTPUT_HTML:
default:
- $Reporter = new HTMLReporter();
+ $Reporter = new HTMLReporter('utf-8');
break;
}
}