r287@brr: dpavlin | 2007-11-26 01:28:00 +0100
[perl-cwmp.git] / t / 05-store.t
index 746ad4c..6748641 100755 (executable)
@@ -9,10 +9,12 @@ use Data::Dump qw/dump/;
 use Cwd qw/abs_path/;
 use lib 'lib';
 
+#use Devel::LeakTrace::Fast;
+
 BEGIN {
        use_ok('CWMP::Store');
-       use_ok('CWMP::Store::DBMDeep');
        use_ok('CWMP::Store::YAML');
+       use_ok('CWMP::Store::JSON');
 }
 
 ok(my $abs_path = abs_path($0), "abs_path");
@@ -80,6 +82,6 @@ sub test_store {
 
 # now test all stores
 
-test_store('DBMDeep');
 test_store('YAML');
+test_store('JSON');