From d8b517295c4159e5b3aa40ac5d0931c6ce491866 Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 21 Nov 2011 14:47:08 -0800 Subject: Issue #1346772 by xjm: Fixed StatisticsLoggingTestCase->testLogging() is unstable. --- modules/statistics/statistics.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/statistics/statistics.test b/modules/statistics/statistics.test index a0147679b..f12490acf 100644 --- a/modules/statistics/statistics.test +++ b/modules/statistics/statistics.test @@ -130,7 +130,7 @@ class StatisticsLoggingTestCase extends DrupalWebTestCase { $this->assertEqual(array_intersect_key($log[6], $expected), $expected); // Create a path longer than 255 characters. - $long_path = $this->randomString(256); + $long_path = $this->randomName(256); // Test that the long path is properly truncated when logged. $this->drupalGet($long_path); -- cgit v1.2.3