diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateCckFieldValuesTest.php b/core/modules/migrate_drupal/src/Tests/d6/MigrateCckFieldValuesTest.php index ffbead0..e6a4472 100644 --- a/core/modules/migrate_drupal/src/Tests/d6/MigrateCckFieldValuesTest.php +++ b/core/modules/migrate_drupal/src/Tests/d6/MigrateCckFieldValuesTest.php @@ -155,7 +155,7 @@ public function testCckFields() { $this->assertEqual($node->field_test_identical2->value, '1', 'Integer value is correct'); // Test that link fields are migrated. - $this->assertIdentical($node->field_test_link->url, 'http://drupal.org/project/drupal'); + $this->assertIdentical($node->field_test_link->url, 'http://drupal.org/project/drupal?q=drupal&a=23'); $this->assertIdentical($node->field_test_link->title, 'Drupal project page'); $this->assertIdentical($node->field_test_link->route_parameters, []); $this->assertIdentical($node->field_test_link->options['attributes'], ['target' => '_blank']);