Skip to content

Commit

Permalink
Issue #1346772 by xjm: Fixed StatisticsLoggingTestCase->testLogging()…
Browse files Browse the repository at this point in the history
… is unstable.
  • Loading branch information
webchick committed Nov 21, 2011
1 parent efe039b commit d8b5172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/statistics/statistics.test
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d8b5172

Please sign in to comment.