Fixed some unit tests by cleaning up resources properly.

This commit is contained in:
Matthias Koefferlein 2019-03-02 12:10:10 +01:00
parent 9c75ee8c92
commit 32c44a8693
1 changed files with 7 additions and 0 deletions

View File

@ -3800,6 +3800,12 @@ CODE
end
def _finish
clear_connections
# cleans up the L2N object
modified
end
private
def modified
@ -4996,6 +5002,7 @@ CODE
# clean up temp data
@dss && @dss._destroy
@netter && @netter._finish
if final && @log_file
@log_file.close