pod cleanup
This commit is contained in:
@@ -74,7 +74,7 @@ sub setup : Tests(setup) {
|
||||
2 => '802.11G Radio',
|
||||
3 => '802.11A Radio',
|
||||
4 => 'PowerPCElvis Ethernet',
|
||||
},
|
||||
},
|
||||
|
||||
},
|
||||
};
|
||||
|
||||
@@ -78,7 +78,7 @@ sub model : Tests(5) {
|
||||
$test->{info}{_id} = '.100.3.6.1.4.1.20540.2.1';
|
||||
is($test->{info}->model(), '.100.3.6.1.4.1.20540.2.1',
|
||||
q(Model is expected value when id doesn't translate));
|
||||
|
||||
|
||||
$test->{info}->clear_cache();
|
||||
is($test->{info}->model(), undef, q(No data returns undef model));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user