]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 574879: Create a test that assures the correctness of Search.pm's
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 7 Jul 2010 21:34:25 +0000 (14:34 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 7 Jul 2010 21:34:25 +0000 (14:34 -0700)
commit87ea46f7fa2b269f065181f7765352184bb59717
tree20e37379d319535c954480e86765a580342118bd
parent814b24fdc9407a741967322041ff817665f8e00b
Bug 574879: Create a test that assures the correctness of Search.pm's
boolean charts
r=glob, a=mkanat
17 files changed:
Bugzilla.pm
Bugzilla/Bug.pm
Bugzilla/Constants.pm
Bugzilla/Error.pm
Bugzilla/Install.pm
Bugzilla/Install/Filesystem.pm
Bugzilla/Search.pm
xt/README [new file with mode: 0644]
xt/lib/Bugzilla/Test/Search.pm [new file with mode: 0644]
xt/lib/Bugzilla/Test/Search/AndTest.pm [new file with mode: 0644]
xt/lib/Bugzilla/Test/Search/Constants.pm [new file with mode: 0644]
xt/lib/Bugzilla/Test/Search/FakeCGI.pm [new file with mode: 0644]
xt/lib/Bugzilla/Test/Search/FieldTest.pm [new file with mode: 0644]
xt/lib/Bugzilla/Test/Search/InjectionTest.pm [new file with mode: 0644]
xt/lib/Bugzilla/Test/Search/OperatorTest.pm [new file with mode: 0644]
xt/lib/Bugzilla/Test/Search/OrTest.pm [new file with mode: 0644]
xt/search.t [new file with mode: 0644]