90
90
getUtility(ILibrarianClient).addFile,
91
91
name, wrong_length, StringIO(text), 'text/plain')
97
'txt.txt', 3, StringIO('txt'), 'text/plain', debugID='txt')
94
101
class TestFakeLibrarian(LibraryAccessScenarioMixin, TestCaseWithFactory):
95
102
"""Test the supported interface subset on the fake librarian."""