summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-11-21 18:23:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-11-21 18:23:51 +0000
commit343c6184f7ac98ae28f4bd457a0b2c17d12530ce (patch)
tree09938a13b305106ba0ce8175e89f280447b5f096 /t
parent3f70ce6626d1985425893f4104f87de7b46ab45a (diff)
Committing David Mora's single payment interface enhancements
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2410 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 't')
-rw-r--r--t/43-dbtest.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/43-dbtest.t b/t/43-dbtest.t
index 9cc9fd15..bb286d26 100644
--- a/t/43-dbtest.t
+++ b/t/43-dbtest.t
@@ -5,7 +5,7 @@ if (!defined $ENV{LSMB_TEST_DB}){
plan skip_all => 'Skipping all. Told not to test db.';
}
else {
- plan tests => 50;
+ plan tests => 51;
if (defined $ENV{LSMB_NEW_DB}){
$ENV{PGDATABASE} = $ENV{LSMB_NEW_DB};
}