/[pxelator]/lib/PXElator/t/config.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 /lib/PXElator/t/config.t

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

revision 134 by dpavlin, Fri Jul 31 13:16:11 2009 UTC revision 135 by dpavlin, Tue Aug 4 13:19:08 2009 UTC
# Line 4  use warnings; Line 4  use warnings;
4  use strict;  use strict;
5  use autodie;  use autodie;
6    
7  use Test::More tests => 3;  use Test::More tests => 4;
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
9    
10  use_ok 'config';  use_ok 'config';
# Line 13  ok( my $test = config::shared( 'test', 4 Line 13  ok( my $test = config::shared( 'test', 4
13  diag $test;  diag $test;
14  cmp_ok( $test, '==', config::shared( 'test' ), 'get shared' );  cmp_ok( $test, '==', config::shared( 'test' ), 'get shared' );
15    
16    ok( config::webconverger(), 'webconverger' );

Legend:
Removed from v.134  
changed lines
  Added in v.135

  ViewVC Help
Powered by ViewVC 1.1.26