]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
alias_in_use error message test
authorDylan William Hardison <dylan@hardison.net>
Mon, 27 Feb 2017 03:26:53 +0000 (03:26 +0000)
committerDylan William Hardison <dylan@hardison.net>
Mon, 27 Feb 2017 03:27:01 +0000 (03:27 +0000)
xt/webservice/bug_update.t

index 423b00c4254186f8b9df157884fec0cf8312c635..32cac40eac671a4b3c68fb803dde7c3c2db60057 100644 (file)
@@ -336,7 +336,7 @@ sub invalid_values {
               error => 'aliases cannot be longer than',
               test  => 'alias cannot be too long' },
             { value => $second_bug->{alias},
-              error => 'has already taken the alias',
+              error => 'Please choose another alias or visit that bug and change its alias',
               test  => 'duplicate alias fails' },
             { value => 123456,
               error => 'at least one letter',