From ceee7931e4652b802ef54602b7fecda28f3e65c3 Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 14 Feb 2012 13:32:21 -0500 Subject: [PATCH] Issue #1347836 by LSU_JBob, Albert Volkman, linclark: Comment cleanup in common.test. --- modules/simpletest/tests/common.test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test index 5650d8c012d7..b3fc849a30df 100644 --- a/modules/simpletest/tests/common.test +++ b/modules/simpletest/tests/common.test @@ -353,7 +353,7 @@ class CommonURLUnitTest extends DrupalWebTestCase { } /** - * Tests for the check_plain(), filter_xss() and format_string() functions. + * Tests for check_plain(), filter_xss(), format_string(), and check_url(). */ class CommonXssUnitTest extends DrupalUnitTestCase { @@ -424,6 +424,9 @@ class CommonXssUnitTest extends DrupalUnitTestCase { } } +/** + * Tests file size parsing and formatting functions. + */ class CommonSizeTestCase extends DrupalUnitTestCase { protected $exact_test_cases; protected $rounded_test_cases;