MDL-49799 behat: replaced asd.com with example.com
asd.com is a valid domain, we should use reserved domain names for testing
This commit is contained in:
@@ -64,8 +64,8 @@ class core_ldaplib_testcase extends advanced_testcase {
|
||||
'expected' => 'James\\20\\22Jim\22\\20\\3d\\20Smith\\2c\\20III',
|
||||
),
|
||||
array (
|
||||
'test' => ' <jsmith@test.local> ',
|
||||
'expected' => '\\20\\20\\3cjsmith@test.local\\3e\\20',
|
||||
'test' => ' <jsmith@example.com> ',
|
||||
'expected' => '\\20\\20\\3cjsmith@example.com\\3e\\20',
|
||||
),
|
||||
);
|
||||
|
||||
@@ -149,12 +149,12 @@ class core_ldaplib_testcase extends advanced_testcase {
|
||||
'expected' => 'James "Jim" = Smith, III',
|
||||
),
|
||||
array (
|
||||
'test' => '\\20\\20\\3cjsmith@test.local\\3e\\20',
|
||||
'expected' => ' <jsmith@test.local> ',
|
||||
'test' => '\\20\\20\\3cjsmith@example.com\\3e\\20',
|
||||
'expected' => ' <jsmith@example.com> ',
|
||||
),
|
||||
array (
|
||||
'test' => '\\ \\<jsmith@test.local\\>\\ ',
|
||||
'expected' => ' <jsmith@test.local> ',
|
||||
'test' => '\\ \\<jsmith@example.com\\>\\ ',
|
||||
'expected' => ' <jsmith@example.com> ',
|
||||
),
|
||||
array (
|
||||
'test' => 'Lu\\C4\\8Di\\C4\\87',
|
||||
|
||||
Reference in New Issue
Block a user