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

Diff for /trango/Net-Telnet-Trango/t/54-network-ap-su.t between version 1.3 and 1.4

version 1.3, 2007/02/06 19:17:26 version 1.4, 2007/02/06 20:59:10
Line 1 
Line 1 
 #!perl -T  #!perl -T
 # $RedRiver: 54-network-ap-su.t,v 1.2 2007/02/06 19:10:48 andrew Exp $  # $RedRiver: 54-network-ap-su.t,v 1.3 2007/02/06 19:17:26 andrew Exp $
   
 use Test::More tests => 37;  use Test::More tests => 37;
 use File::Spec;  use File::Spec;
Line 8 
Line 8 
         use_ok( 'Net::Telnet::Trango' );          use_ok( 'Net::Telnet::Trango' );
 }  }
   
 diag("Testing Net::Telnet::Trango $Net::Telnet::Trango::VERSION, Perl $], $^X");  diag("54: Tests that run on both APs and SUs associated or not");
 diag("  Tests that run on both APs and SUs associated or not");  
   
 my $cfg_file = File::Spec->catfile('t', 'tests.cfg');  my $cfg_file = File::Spec->catfile('t', 'tests.cfg');
   

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

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