Commit 770c5009 authored by Jérome Perrin's avatar Jérome Perrin

fixup! Revert "Meta data discovery uses subordination through Career rather than Assignments."

parent 615cceb0
......@@ -1464,7 +1464,7 @@ class TestIngestion(ERP5TypeTestCase):
file_object = makeFileUpload('TEST-en-002.doc')
document = contribution_tool.newContent(file=file_object)
document.discoverMetadata(document.getSourceReference(), 'contributor1')
self.stepTic()
self.tic()
self.assertEquals(document.getSourceReference(), 'TEST-en-002.doc')
self.assertEquals('function/musician/wind/saxophone', document.getFunction())
self.assertEquals('anybody', document.getGroup())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment