=================================================================== RCS file: /cvs/trango/Net-Telnet-Trango/t/53-network-add_su-ap-su.t,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- trango/Net-Telnet-Trango/t/53-network-add_su-ap-su.t 2007/02/06 17:26:54 1.1 +++ trango/Net-Telnet-Trango/t/53-network-add_su-ap-su.t 2007/02/06 17:40:36 1.2 @@ -1,7 +1,7 @@ #!perl -T -# $RedRiver: 51-network-add_su-ap.t,v 1.4 2007/02/06 16:52:21 andrew Exp $ +# $RedRiver: 53-network-add_su-ap-su.t,v 1.1 2007/02/06 17:26:54 andrew Exp $ -use Test::More tests => 20; +use Test::More tests => 17; use File::Spec; BEGIN { @@ -9,13 +9,13 @@ } diag("Testing Net::Telnet::Trango $Net::Telnet::Trango::VERSION, Perl $], $^X"); -diag(" AP tests when adding an SU to an AP"); +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 ($cir, $mir) = (128, 256); SKIP: { - my $skipped = 19; + my $skipped = 16; my %cfg; if (-e $cfg_file) { if (open my $fh, $cfg_file) {