/[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 150 by dpavlin, Sat Oct 27 22:53:14 2007 UTC revision 154 by dpavlin, Sat Oct 27 22:53:58 2007 UTC
# Line 23  unlink $path if -e $path; Line 23  unlink $path if -e $path;
23    
24  ok( my $store = CWMP::Store->new({  ok( my $store = CWMP::Store->new({
25          debug => $debug,          debug => $debug,
26          module => 'DBMDeep',  #       module => 'DBMDeep',
27            module => 'YAML',
28          path => $path,          path => $path,
29  }), 'new' );  }), 'new' );
30  isa_ok( $store, 'CWMP::Store' );  isa_ok( $store, 'CWMP::Store' );

Legend:
Removed from v.150  
changed lines
  Added in v.154

  ViewVC Help
Powered by ViewVC 1.1.26