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

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

version 1.3, 2007/02/06 20:42:40 version 1.4, 2007/02/06 20:59:10
Line 1 
Line 1 
 #!perl -T  #!perl -T
 # $RedRiver: 53-network-add_su-ap-su.t,v 1.2 2007/02/06 17:40:36 andrew Exp $  # $RedRiver: 53-network-add_su-ap-su.t,v 1.3 2007/02/06 20:42:40 andrew Exp $
   
 use Test::More tests => 17;  use Test::More tests => 17;
 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("53: AP tests when adding an SU to an AP and the SU should associate");
 diag("  AP tests when adding an SU to an AP and the SU should associate");  
   
 my $cfg_file = File::Spec->catfile('t', 'tests.cfg');  my $cfg_file = File::Spec->catfile('t', 'tests.cfg');
 my ($cir, $mir) = (128, 256);  my ($cir, $mir) = (128, 256);

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

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