Skip to content

Commit

Permalink
Fixing one issue in the POD coverage tests
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/ledger-smb/code/branches/1.3@5411 4979c152-3d1c-0410-bac9-87ea11338e46
  • Loading branch information
einhverfr committed Dec 25, 2012
1 parent 8304b74 commit b5161b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Changelog for 1.3.27
* Update INSTALL - section "Adding configuration to Apache 2.x" (Havard S)
* Fixed bad targets of AP Aging and Tax Paid reports (Chris T, 3594694)
* By default, customer/vendor search orders by name (Chris T, 3596195)
* Fixed erroneous error in pod coverage test (Chris T)

Chris T is Chris Travers
Havard S is Havard Sorli
Expand Down
3 changes: 1 addition & 2 deletions t/98-pod-coverage.t
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ eval "use Test::Pod::Coverage";
if ($@){
plan skip_all => "Test::Pod::Coverage required for testing POD coverage";
} else {
plan tests => 31;
plan tests => 30;
}
pod_coverage_ok("LedgerSMB");
pod_coverage_ok("LedgerSMB::Form");
Expand All @@ -28,7 +28,6 @@ pod_coverage_ok("LedgerSMB::Template::HTML");
pod_coverage_ok("LedgerSMB::Template::LaTeX");
pod_coverage_ok("LedgerSMB::Template::ODS");
pod_coverage_ok("LedgerSMB::Template::TXT");
pod_coverage_ok("LedgerSMB::Template::XLS");
pod_coverage_ok("LedgerSMB::User");
pod_coverage_ok("LedgerSMB::DBObject::Date");
pod_coverage_ok("LedgerSMB::DBObject::Draft");
Expand Down

0 comments on commit b5161b5

Please sign in to comment.