summaryrefslogtreecommitdiff
path: root/tests/functional-tests/common/utils/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/common/utils/helpers.py')
-rw-r--r--tests/functional-tests/common/utils/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional-tests/common/utils/helpers.py b/tests/functional-tests/common/utils/helpers.py
index 5c82dfdc5..2e8d3813c 100644
--- a/tests/functional-tests/common/utils/helpers.py
+++ b/tests/functional-tests/common/utils/helpers.py
@@ -178,7 +178,7 @@ class ExtractorHelper ():
}
"""
metadata = {}
- preupdate, embedded = self.extractor.GetMetadata (filename, mime)
+ preupdate, embedded, where = self.extractor.GetMetadata (filename, mime)
for attribute_value in self.__process_lines (embedded):
att, value = attribute_value.split (" ", 1)
if metadata.has_key (att):