diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-09-01 00:53:17 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-09-01 00:53:17 -0700 |
commit | d2cea7905e342c2a9a7cec03058ab762d0d1ba7f (patch) | |
tree | 9bc2dae6a1df01960d13b9e03086a4f8f8d5fa5a /modules/gallery/tests | |
parent | c0d4937e433b66b0ac4042f7b38c1af6c94f80bf (diff) |
Remove debugging code
Diffstat (limited to 'modules/gallery/tests')
-rw-r--r-- | modules/gallery/tests/Xss_Security_Test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/tests/Xss_Security_Test.php b/modules/gallery/tests/Xss_Security_Test.php index 34ecc4fe..85624517 100644 --- a/modules/gallery/tests/Xss_Security_Test.php +++ b/modules/gallery/tests/Xss_Security_Test.php @@ -21,7 +21,6 @@ class Xss_Security_Test extends Unit_Test_Case { public function find_unescaped_variables_in_views_test() { $found = array(); foreach (glob("*/*/views/*.php") as $view) { - if ($view != "modules/tag/views/admin_tags.html.php") continue; // List of all tokens without whitespace, simplifying parsing. $tokens = array(); foreach (token_get_all(file_get_contents($view)) as $token) { |