diff options
author | David Lawrence <dkl@mozilla.com> | 2015-06-28 05:47:08 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-06-28 05:47:15 +0200 |
commit | 67658d0e3402d7421cc0381e20af6707390e7e4c (patch) | |
tree | 085e4d00bafdbedafe9e2147470f360d69323e3c /qa | |
parent | 777ba3eac1eb25e86923f13ab7821b1f604ff868 (diff) | |
download | bugzilla-67658d0e3402d7421cc0381e20af6707390e7e4c.tar.gz bugzilla-67658d0e3402d7421cc0381e20af6707390e7e4c.tar.xz |
Bug 1178301: webservice_bug_update.t Parse errors: Bad plan. You planned 927 tests but ran 921
Diffstat (limited to 'qa')
-rw-r--r-- | qa/t/webservice_bug_update.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/webservice_bug_update.t b/qa/t/webservice_bug_update.t index a9a01386a..8ca59cfa7 100644 --- a/qa/t/webservice_bug_update.t +++ b/qa/t/webservice_bug_update.t @@ -12,7 +12,7 @@ use Data::Dumper; use QA::Util; use QA::Tests qw(PRIVATE_BUG_USER STANDARD_BUG_TESTS); use Storable qw(dclone); -use Test::More tests => 927; +use Test::More tests => 921; use constant NONEXISTANT_BUG => 12_000_000; |