r145@llin (orig r144): dpavlin | 2007-10-28 00:12:55 +0200
[perl-cwmp.git] / t / 05-store.t
index fc848d1..fb42380 100755 (executable)
@@ -17,13 +17,14 @@ BEGIN {
 ok(my $abs_path = abs_path($0), "abs_path");
 $abs_path =~ s!/[^/]*$!/!;     #!fix-vim
 
-my $path = "$abs_path/var/state.db";
+my $path = "$abs_path/var/";
 
 unlink $path if -e $path;
 
 ok( my $store = CWMP::Store->new({
        debug => $debug,
-       module => 'DBMDeep',
+#      module => 'DBMDeep',
+       module => 'YAML',
        path => $path,
 }), 'new' );
 isa_ok( $store, 'CWMP::Store' );