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
af2f8916
Commit
af2f8916
authored
Oct 07, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the xt/search.t test to not have a testfail (orange) result on MySQL.
(Just some missing "this test is OK" bits for longdescs.count injection tests.)
parent
02a04970
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Constants.pm
xt/lib/Bugzilla/Test/Search/Constants.pm
+2
-2
No files found.
xt/lib/Bugzilla/Test/Search/Constants.pm
View file @
af2f8916
...
@@ -1208,11 +1208,11 @@ use constant INJECTION_BROKEN_FIELD => {
...
@@ -1208,11 +1208,11 @@ use constant INJECTION_BROKEN_FIELD => {
'longdescs.count'
=>
{
'longdescs.count'
=>
{
search
=>
1
,
search
=>
1
,
db_skip
=>
[
'Pg'
],
db_skip
=>
[
'Pg'
],
operator_ok
=>
[
qw(allwordssubstr anywordssubstr casesubstring
operator_ok
=>
[
qw(allwords
allwords
substr anywordssubstr casesubstring
changedbefore changedafter greaterthan greaterthaneq
changedbefore changedafter greaterthan greaterthaneq
lessthan lessthaneq notregexp notsubstring
lessthan lessthaneq notregexp notsubstring
nowordssubstr regexp substring anywords
nowordssubstr regexp substring anywords
notequals nowords)
],
notequals nowords
equals anyexact
)
],
},
},
keywords
=>
{
keywords
=>
{
search
=>
1
,
search
=>
1
,
...
...
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