[qa] test_framework: Properly print exceptions and assert empty dict

This commit is contained in:
MarcoFalke
2016-04-26 18:11:42 +02:00
parent 5555528b47
commit fada064f67
2 changed files with 2 additions and 2 deletions

View File

@@ -487,7 +487,7 @@ def assert_array_result(object_array, to_match, expected, should_not_find = Fals
in object_array
"""
if should_not_find == True:
expected = { }
assert_equal(expected, { })
num_matched = 0
for item in object_array:
all_match = True