[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1318] trunk/t/98-pod-coverage.t
- Subject: SF.net SVN: ledger-smb: [1318] trunk/t/98-pod-coverage.t
- From: ..hidden..
- Date: Sun, 24 Jun 2007 16:36:51 -0700
Revision: 1318
http://svn.sourceforge.net/ledger-smb/?rev=1318&view=rev
Author: tetragon
Date: 2007-06-24 16:36:51 -0700 (Sun, 24 Jun 2007)
Log Message:
-----------
Adding LedgerSMB::Database to coverage test list
Modified Paths:
--------------
trunk/t/98-pod-coverage.t
Modified: trunk/t/98-pod-coverage.t
===================================================================
--- trunk/t/98-pod-coverage.t 2007-06-24 23:35:19 UTC (rev 1317)
+++ trunk/t/98-pod-coverage.t 2007-06-24 23:36:51 UTC (rev 1318)
@@ -8,12 +8,13 @@
use strict;
use warnings;
-use Test::More tests => 5;
+use Test::More tests => 6;
use Test::More;
eval "use Test::Pod::Coverage";
plan skip_all => "Test::Pod::Coverage required for testing POD coverage" if $@;
pod_coverage_ok("LedgerSMB");
+pod_coverage_ok("LedgerSMB::Database");
pod_coverage_ok("LedgerSMB::Locale");
pod_coverage_ok("LedgerSMB::Log");
pod_coverage_ok("LedgerSMB::Menufile");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.