everything uses yaml for now
[perl-cwmp.git] / t / 05-store.t
index fc848d1..e458d42 100755 (executable)
@@ -23,7 +23,8 @@ 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' );