From a66344453bcb01042abdf4f09f5ca663ec99d80d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 24 Nov 2010 16:58:13 +0000 Subject: - Patch #74673 by jhodgdon, mcarbone, sin, douggreen: added back a test. --- modules/search/search.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/search') diff --git a/modules/search/search.test b/modules/search/search.test index 78c3cfae2..a1ef61250 100644 --- a/modules/search/search.test +++ b/modules/search/search.test @@ -1198,7 +1198,7 @@ class SearchNumbersTestCase extends DrupalWebTestCase { 'large' => '444444444444444444444444444444444444444', 'gigantic' => '5555555555555555555555555555555555555555555555555', 'over fifty characters' => '666666666666666666666666666666666666666666666666666666666666', - //'date', '01/02/2009', + 'date', '01/02/2009', 'commas', '987,654,321', ); @@ -1276,7 +1276,7 @@ class SearchNumberMatchingTestCase extends DrupalWebTestCase { // . and -. $this->numbers = array( '123456789', - //'12/34/56789', + '12/34/56789', '12.3456789', '12-34-56789', '123,456,789', -- cgit v1.2.3