summaryrefslogtreecommitdiff
path: root/modules/gallery/tests/Xss_Security_Test.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-04 12:23:12 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-04 12:23:12 -0700
commit743b321154b326094cc5fb805268c83906c246bd (patch)
tree7a2e85b613c6d3c5e62423b8e75ea1347281db70 /modules/gallery/tests/Xss_Security_Test.php
parent1acc64add71fb6e42c377c0ed1ff354516969cd6 (diff)
Change "CLEAN" to an empty string to see if it's better visually.
Looks like it is.
Diffstat (limited to 'modules/gallery/tests/Xss_Security_Test.php')
-rw-r--r--modules/gallery/tests/Xss_Security_Test.php2
1 files changed, 1 insertions, 1 deletions
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);