Tests working with dnssec

This commit is contained in:
Martin Lensment 2014-10-13 10:33:36 +03:00
parent eaa553dc9d
commit 79d2b69809
5 changed files with 28 additions and 52 deletions

View file

@ -41,7 +41,7 @@ module Epp::Common
def handle_errors(obj = nil)
@errors ||= []
if obj
obj.generate_epp_errors
obj.construct_epp_errors
@errors += obj.errors[:epp_errors]
end