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
7f6fea0b
Commit
7f6fea0b
authored
Aug 24, 2016
by
David Lawrence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Updated CI docker images and test suite to work with new perl deps location
parent
0ee74224
Show whitespace changes
Inline
Side-by-side
Showing
63 changed files
with
75 additions
and
75 deletions
+75
-75
taskgraph.json
taskgraph.json
+13
-13
generate_test_data.pl
xt/config/generate_test_data.pl
+1
-1
bugzilla.t
xt/rest/bugzilla.t
+1
-1
classification.t
xt/rest/classification.t
+1
-1
bug_edit.t
xt/selenium/bug_edit.t
+1
-1
choose_priority.t
xt/selenium/choose_priority.t
+1
-1
classifications.t
xt/selenium/classifications.t
+1
-1
config.t
xt/selenium/config.t
+1
-1
create_user_accounts.t
xt/selenium/create_user_accounts.t
+1
-1
custom_fields.t
xt/selenium/custom_fields.t
+1
-1
custom_fields_admin.t
xt/selenium/custom_fields_admin.t
+1
-1
dependencies.t
xt/selenium/dependencies.t
+1
-1
edit_products_properties.t
xt/selenium/edit_products_properties.t
+1
-1
email_preferences.t
xt/selenium/email_preferences.t
+1
-1
enter_new_bug.t
xt/selenium/enter_new_bug.t
+1
-1
flags.t
xt/selenium/flags.t
+1
-1
flags2.t
xt/selenium/flags2.t
+1
-1
groups.t
xt/selenium/groups.t
+1
-1
keywords.t
xt/selenium/keywords.t
+1
-1
login.t
xt/selenium/login.t
+1
-1
milestones.t
xt/selenium/milestones.t
+1
-1
password_complexity.t
xt/selenium/password_complexity.t
+1
-1
private_attachments.t
xt/selenium/private_attachments.t
+1
-1
qa_contact.t
xt/selenium/qa_contact.t
+1
-1
require_login.t
xt/selenium/require_login.t
+1
-1
sanity_check.t
xt/selenium/sanity_check.t
+1
-1
saved_searches.t
xt/selenium/saved_searches.t
+1
-1
search.t
xt/selenium/search.t
+1
-1
security.t
xt/selenium/security.t
+1
-1
shared_searches.t
xt/selenium/shared_searches.t
+1
-1
show_all_products.t
xt/selenium/show_all_products.t
+1
-1
shutdown.t
xt/selenium/shutdown.t
+1
-1
status_whiteboard.t
xt/selenium/status_whiteboard.t
+1
-1
strict_isolation.t
xt/selenium/strict_isolation.t
+1
-1
sudo_sessions.t
xt/selenium/sudo_sessions.t
+1
-1
target_milestones.t
xt/selenium/target_milestones.t
+1
-1
time_summary.t
xt/selenium/time_summary.t
+1
-1
user_groups.t
xt/selenium/user_groups.t
+1
-1
user_matching.t
xt/selenium/user_matching.t
+1
-1
user_preferences.t
xt/selenium/user_preferences.t
+1
-1
user_privs.t
xt/selenium/user_privs.t
+1
-1
votes.t
xt/selenium/votes.t
+1
-1
bug_add_attachment.t
xt/webservice/bug_add_attachment.t
+1
-1
bug_add_comment.t
xt/webservice/bug_add_comment.t
+1
-1
bug_attachments.t
xt/webservice/bug_attachments.t
+1
-1
bug_comments.t
xt/webservice/bug_comments.t
+1
-1
bug_create.t
xt/webservice/bug_create.t
+1
-1
bug_fields.t
xt/webservice/bug_fields.t
+1
-1
bug_get.t
xt/webservice/bug_get.t
+1
-1
bug_history.t
xt/webservice/bug_history.t
+1
-1
bug_legal_values.t
xt/webservice/bug_legal_values.t
+1
-1
bug_search.t
xt/webservice/bug_search.t
+1
-1
bug_update.t
xt/webservice/bug_update.t
+1
-1
bug_update_see_also.t
xt/webservice/bug_update_see_also.t
+1
-1
bugzilla.t
xt/webservice/bugzilla.t
+1
-1
group_create.t
xt/webservice/group_create.t
+1
-1
jsonp.t
xt/webservice/jsonp.t
+1
-1
product_create.t
xt/webservice/product_create.t
+1
-1
product_get.t
xt/webservice/product_get.t
+1
-1
user_create.t
xt/webservice/user_create.t
+1
-1
user_get.t
xt/webservice/user_get.t
+1
-1
user_login_logout.t
xt/webservice/user_login_logout.t
+1
-1
user_offer_account_by_email.t
xt/webservice/user_offer_account_by_email.t
+1
-1
No files found.
taskgraph.json
View file @
7f6fea0b
...
...
@@ -17,15 +17,15 @@
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"
dklawren/docker-bugzilla
"
,
"command"
:
[
"/runtests.sh"
],
"image"
:
"
bugzilla/bugzilla-ci
"
,
"command"
:
[
"/
docker/
runtests.sh"
],
"env"
:
{
"TEST_SUITE"
:
"sanity"
},
"artifacts"
:
{
"public/runtests_log"
:
{
"type"
:
"file"
,
"path"
:
"/runtests.log"
,
"path"
:
"/
tmp/
runtests.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
}
}
...
...
@@ -54,15 +54,15 @@
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"
dklawren/docker-bugzilla
"
,
"command"
:
[
"/runtests.sh"
],
"image"
:
"
bugzilla/bugzilla-ci
"
,
"command"
:
[
"/
docker/
runtests.sh"
],
"env"
:
{
"TEST_SUITE"
:
"docs"
},
"artifacts"
:
{
"public/runtests_log"
:
{
"type"
:
"file"
,
"path"
:
"/runtests.log"
,
"path"
:
"/
tmp/
runtests.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
}
}
...
...
@@ -91,15 +91,15 @@
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"
dklawren/docker-bugzilla
"
,
"command"
:
[
"/runtests.sh"
],
"image"
:
"
bugzilla/bugzilla-ci
"
,
"command"
:
[
"/
docker/
runtests.sh"
],
"env"
:
{
"TEST_SUITE"
:
"webservices"
},
"artifacts"
:
{
"public/runtests_log"
:
{
"type"
:
"file"
,
"path"
:
"/runtests.log"
,
"path"
:
"/
tmp/
runtests.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log"
:
{
...
...
@@ -133,15 +133,15 @@
"provisionerId"
:
"aws-provisioner-v1"
,
"workerType"
:
"b2gtest"
,
"payload"
:
{
"image"
:
"
dklawren/docker-bugzilla
"
,
"command"
:
[
"/runtests.sh"
],
"image"
:
"
bugzilla/bugzilla-ci
"
,
"command"
:
[
"/
docker/
runtests.sh"
],
"env"
:
{
"TEST_SUITE"
:
"selenium"
},
"artifacts"
:
{
"public/runtests_log"
:
{
"type"
:
"file"
,
"path"
:
"/runtests.log"
,
"path"
:
"/
tmp/
runtests.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
},
"public/httpd_error_log"
:
{
...
...
@@ -151,7 +151,7 @@
},
"public/selenium_log"
:
{
"type"
:
"file"
,
"path"
:
"/selenium.log"
,
"path"
:
"/
tmp/
selenium.log"
,
"expires"
:
"2018-02-17T17:33:38.806Z"
}
}
...
...
xt/config/generate_test_data.pl
View file @
7f6fea0b
...
...
@@ -31,7 +31,7 @@ BEGIN {
*
Bugzilla::User::APIKey::
_check_api_key
=
sub
{
return
$_
[
1
];
};
}
use
lib
$conf_path
;
use
lib
$conf_path
,
"$conf_path/local/lib/perl5"
;
use
Bugzilla
;
use
Bugzilla::
Attachment
;
...
...
xt/rest/bugzilla.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More tests => 11;
use QA::REST;
...
...
xt/rest/classification.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More tests => 7;
use QA::REST;
...
...
xt/selenium/bug_edit.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/choose_priority.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/classifications.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/config.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/create_user_accounts.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/custom_fields.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/custom_fields_admin.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/dependencies.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/edit_products_properties.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/email_preferences.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/enter_new_bug.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/flags.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/flags2.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/groups.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/keywords.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/login.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/milestones.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/password_complexity.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/private_attachments.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/qa_contact.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/require_login.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/sanity_check.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/saved_searches.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/search.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use QA::Util;
use Test::More "no_plan";
...
...
xt/selenium/security.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/shared_searches.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/show_all_products.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/shutdown.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/status_whiteboard.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/strict_isolation.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/sudo_sessions.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/target_milestones.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/time_summary.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/user_groups.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/user_matching.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/user_preferences.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/user_privs.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/selenium/votes.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More "no_plan";
...
...
xt/webservice/bug_add_attachment.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use QA::Util;
use MIME::Base64 qw(encode_base64 decode_base64);
...
...
xt/webservice/bug_add_comment.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use QA::Util;
use Test::More tests => 141;
...
...
xt/webservice/bug_attachments.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use QA::Util;
use QA::Tests qw(STANDARD_BUG_TESTS PRIVATE_BUG_USER);
...
...
xt/webservice/bug_comments.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use DateTime;
use QA::Util;
...
...
xt/webservice/bug_create.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Storable qw(dclone);
use Test::More tests => 293;
...
...
xt/webservice/bug_fields.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Data::Dumper;
use Test::More;
...
...
xt/webservice/bug_get.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Data::Dumper;
use DateTime;
...
...
xt/webservice/bug_history.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use QA::Util;
use QA::Tests qw(STANDARD_BUG_TESTS);
...
...
xt/webservice/bug_legal_values.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More tests => 269;
use QA::Util;
...
...
xt/webservice/bug_search.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use QA::Util;
use QA::Tests qw(PRIVATE_BUG_USER);
...
...
xt/webservice/bug_update.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Data::Dumper;
use QA::Util;
...
...
xt/webservice/bug_update_see_also.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use QA::Util;
use QA::Tests qw(PRIVATE_BUG_USER STANDARD_BUG_TESTS);
...
...
xt/webservice/bugzilla.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More tests => 11 * 3;
use QA::Util;
...
...
xt/webservice/group_create.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More tests => 77;
use QA::Util;
...
...
xt/webservice/jsonp.t
View file @
7f6fea0b
...
...
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More tests => 85;
use QA::Util;
...
...
xt/webservice/product_create.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More tests => 121;
use QA::Util;
...
...
xt/webservice/product_get.t
View file @
7f6fea0b
...
...
@@ -18,7 +18,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Test::More tests => 134;
use QA::Util;
...
...
xt/webservice/user_create.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use QA::Util;
use Test::More tests => 75;
...
...
xt/webservice/user_get.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use QA::Util;
use QA::Tests qw(PRIVATE_BUG_USER);
...
...
xt/webservice/user_login_logout.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use Data::Dumper;
use QA::Util;
...
...
xt/webservice/user_offer_account_by_email.t
View file @
7f6fea0b
...
...
@@ -14,7 +14,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib"
, "$RealBin/../../local/lib/perl5"
;
use QA::Util;
use Test::More tests => 29;
...
...
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