summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-11-21 14:47:08 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2011-11-21 14:47:08 -0800
commitd8b517295c4159e5b3aa40ac5d0931c6ce491866 (patch)
treefdd8c0c03502632556f4ebd08490824e0efbeebf /modules
parentefe039b555d9437ee5111f1c80cf1a3f6e9715f4 (diff)
downloadbrdo-d8b517295c4159e5b3aa40ac5d0931c6ce491866.tar.gz
brdo-d8b517295c4159e5b3aa40ac5d0931c6ce491866.tar.bz2
Issue #1346772 by xjm: Fixed StatisticsLoggingTestCase->testLogging() is unstable.
Diffstat (limited to 'modules')
-rw-r--r--modules/statistics/statistics.test2
1 files changed, 1 insertions, 1 deletions
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);