[BACK]Return to 50-network.t-stub CVS log [TXT][DIR] Up to [local] / trango / Net-Telnet-Trango / t

Diff for /trango/Net-Telnet-Trango/t/50-network.t-stub between version 1.2 and 1.3

version 1.2, 2007/02/05 19:39:33 version 1.3, 2007/02/05 21:36:42
Line 1 
Line 1 
 #!perl -T  #!perl -T
 # $RedRiver: 10-network-ap.t,v 1.1 2007/02/05 19:21:02 andrew Exp $  # $RedRiver: 50-network.t,v 1.2 2007/02/05 19:39:33 andrew Exp $
   
 use Test::More tests => 2;  use Test::More tests => 2;
 use File::Spec;  use File::Spec;
Line 10 
Line 10 
   
 diag( "Testing Net::Telnet::Trango $Net::Telnet::Trango::VERSION, Perl $], $^X" );  diag( "Testing Net::Telnet::Trango $Net::Telnet::Trango::VERSION, Perl $], $^X" );
   
 my $cfg_file = File::Spec->catfile('t', 'do_network.tests');  my $cfg_file = File::Spec->catfile('t', 'tests.cfg');
   
 SKIP: {  SKIP: {
     my %cfg;      my %cfg;
Line 26 
Line 26 
     }      }
   
     skip 'No AP or Password in config file', 1      skip 'No AP or Password in config file', 1
         unless $cfg{AP} && $cfg{PASSWD};          unless $cfg{AP} && $cfg{AP_PASSWD};
   
     ok( sub { return 1 } );      ok( sub { return 1 } );
 }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>