added v_name and v_port tests

This commit is contained in:
Max Baker
2003-08-04 21:49:43 +00:00
parent c2fd3bd3a4
commit c44fc3ddbe

View File

@@ -73,6 +73,12 @@ foreach my $fn (@fns){
test_fn($dev,$fn);
}
print "\nTesting Misc...\n\n";
my @misc = qw/v_name v_port/;
foreach my $fn (@misc){
test_fn($dev,$fn);
}
#--------------------------------
sub test_global {
my $dev = shift;