added some more test cases

This commit is contained in:
blackhedd 2006-12-15 14:12:02 +00:00
parent a56d249a80
commit 3f14b54014
2 changed files with 12 additions and 0 deletions

View file

@ -88,6 +88,7 @@ module Net
@pdu_type = args[:pdu_type] # leave nil unless specified; there's no reasonable default value.
@error_status = args[:error_status] || 0
@error_index = args[:error_index] || 0
@variables = args[:variables] || []
end
#--