Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
56f3befe
Commit
56f3befe
authored
Feb 27, 2017
by
Dylan William Hardison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alias_in_use error message test
parent
d0452065
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bug_update.t
xt/webservice/bug_update.t
+1
-1
No files found.
xt/webservice/bug_update.t
View file @
56f3befe
...
@@ -336,7 +336,7 @@ sub invalid_values {
...
@@ -336,7 +336,7 @@ sub invalid_values {
error => 'aliases cannot be longer than',
error => 'aliases cannot be longer than',
test => 'alias cannot be too long' },
test => 'alias cannot be too long' },
{ value => $second_bug->{alias},
{ 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' },
test => 'duplicate alias fails' },
{ value => 123456,
{ value => 123456,
error => 'at least one letter',
error => 'at least one letter',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment