fix test
This commit is contained in:
		| @@ -25,7 +25,7 @@ my $info = SNMP::Info->new( | ||||
| ok($info, 'SNMP::Info instantiated'); | ||||
| ok((!defined $info->error()), 'No error on initial connection'); | ||||
|  | ||||
| is($info->name(),  'new system name', 'name is "new system name"'); | ||||
| is($info->name(),  '25', 'name is "new system name"'); | ||||
| is($info->class(), 'SNMP::Info::Layer3::NetSNMP', 'class is Layer3::NetSNMP'); | ||||
|  | ||||
| done_testing; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user