/[cwmp]/google/trunk/t/05-store.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /google/trunk/t/05-store.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 224 by dpavlin, Sun Nov 25 12:51:52 2007 UTC revision 225 by dpavlin, Sun Nov 25 13:34:09 2007 UTC
# Line 4  use warnings; Line 4  use warnings;
4    
5  my $debug = shift @ARGV;  my $debug = shift @ARGV;
6    
7  use Test::More tests => 32;  use Test::More tests => 47;
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
9  use Cwd qw/abs_path/;  use Cwd qw/abs_path/;
10  use lib 'lib';  use lib 'lib';
11    
12  use Devel::LeakTrace::Fast;  #use Devel::LeakTrace::Fast;
13    
14  BEGIN {  BEGIN {
15          use_ok('CWMP::Store');          use_ok('CWMP::Store');
16          use_ok('CWMP::Store::DBMDeep');          use_ok('CWMP::Store::DBMDeep');
17          use_ok('CWMP::Store::YAML');          use_ok('CWMP::Store::YAML');
18            use_ok('CWMP::Store::JSON');
19  }  }
20    
21  ok(my $abs_path = abs_path($0), "abs_path");  ok(my $abs_path = abs_path($0), "abs_path");
# Line 86  sub test_store { Line 87  sub test_store {
87    
88  test_store('DBMDeep');  test_store('DBMDeep');
89  test_store('YAML');  test_store('YAML');
90    test_store('JSON');
91    

Legend:
Removed from v.224  
changed lines
  Added in v.225

  ViewVC Help
Powered by ViewVC 1.1.26