diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-08 05:06:56 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-08 05:06:56 +0000 |
commit | 54f9a9f0c03be76ad598509a922aa6b74f3b9420 (patch) | |
tree | 4529133b718159c48536378d152f660e6f12f01e /t | |
parent | e693a8071c7c1284da2b3718f05abdb1782c5d9b (diff) |
Adding pod to Locale.pm
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1168 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 't')
-rw-r--r-- | t/01-load.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/01-load.t b/t/01-load.t index b27a1154..8b83013e 100644 --- a/t/01-load.t +++ b/t/01-load.t @@ -2,8 +2,9 @@ use strict; use warnings; -use Test::More tests => 30; +use Test::More tests => 31; +use_ok('LedgerSMB'); use_ok('LedgerSMB::AA'); use_ok('LedgerSMB::AM'); use_ok('LedgerSMB::BP'); |