From 743b321154b326094cc5fb805268c83906c246bd Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 4 Jun 2009 12:23:12 -0700 Subject: Change "CLEAN" to an empty string to see if it's better visually. Looks like it is. --- modules/gallery/tests/Xss_Security_Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gallery/tests/Xss_Security_Test.php') diff --git a/modules/gallery/tests/Xss_Security_Test.php b/modules/gallery/tests/Xss_Security_Test.php index 8bee8c42..03151c8c 100644 --- a/modules/gallery/tests/Xss_Security_Test.php +++ b/modules/gallery/tests/Xss_Security_Test.php @@ -125,7 +125,7 @@ class Xss_Security_Test extends Unit_Test_Case { foreach ($entries as $entry) { fwrite($fd, sprintf("%-60s %-3s %-5s %s\n", - $view, $entry[0], $entry[1] ? "CLEAN" : "DIRTY", $entry[2])); + $view, $entry[0], $entry[1] ? "" : "DIRTY", $entry[2])); } } fclose($fd); -- cgit v1.2.3