Add database support.

This commit is contained in:
hjp 2007-06-18 19:43:09 +00:00
parent 0475702456
commit 00d6862522
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use Test::More tests => 15;
BEGIN { use_ok( 'Simba::CA' ); }
my $ca = Simba::CA->new();
my $ca = Simba::CA->new({ dbi_file => $ENV{SIMBA_DB_CONN} || "$ENV{HOME}/.dbi/simba"});
ok($ca, 'new CA');
my $uid;