From: Dylan William Hardison Date: Mon, 27 Feb 2017 03:26:53 +0000 (+0000) Subject: alias_in_use error message test X-Git-Tag: release-5.1.2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56f3befea88221b1b1ffb19f7787583968ed5501;p=thirdparty%2Fbugzilla.git alias_in_use error message test --- diff --git a/xt/webservice/bug_update.t b/xt/webservice/bug_update.t index 423b00c425..32cac40eac 100644 --- a/xt/webservice/bug_update.t +++ b/xt/webservice/bug_update.t @@ -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',