75
75
test_type = child.getAttribute('type')
76
76
if test_type == '': test_type = DEFAULT_TEST_TYPE
77
77
part.add_stderr_test(getTextData(child), test_type)
78
82
elif child.tagName == 'file':
79
83
test_type = child.getAttribute('type')
80
84
if test_type == '': test_type = DEFAULT_TEST_TYPE