]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2757 merged fix into trunk
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 13 Jan 2011 02:22:59 +0000 (02:22 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 13 Jan 2011 02:22:59 +0000 (02:22 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7873 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/tests/suite.php

index de344ec17edc83c17c601548b32c8e51c620d880..8f2eb41a379f9c960d643563c7a43169e53bfc1e 100644 (file)
@@ -47,5 +47,5 @@ if (TextReporter::inCli()) {
 // Ensure that only logged-in users can see this page
 //admin_gatekeeper();
 $old = elgg_set_ignore_access(TRUE);
-$suite->Run(new HtmlReporter());
+$suite->Run(new HtmlReporter('utf-8'));
 elgg_set_ignore_access($old);