Skip to content
Snippets Groups Projects
Commit 8fd2f49c authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1346772 by xjm: Fixed StatisticsLoggingTestCase->testLogging() is unstable.

parent dfa187c4
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -130,7 +130,7 @@ class StatisticsLoggingTestCase extends DrupalWebTestCase { ...@@ -130,7 +130,7 @@ class StatisticsLoggingTestCase extends DrupalWebTestCase {
$this->assertEqual(array_intersect_key($log[6], $expected), $expected); $this->assertEqual(array_intersect_key($log[6], $expected), $expected);
// Create a path longer than 255 characters. // 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. // Test that the long path is properly truncated when logged.
$this->drupalGet($long_path); $this->drupalGet($long_path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment