Mathias Markl
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
muk_attachment_lobject/tests/test_attachment.py
|
|
@ -77,7 +77,8 @@ class AttachmentTestCase(common.HttpCase): |
|
|
|
self.assertTrue(human_size) |
|
|
|
stream = attach.with_context({'stream': True}).store_lobject |
|
|
|
self.assertTrue(stream.read()) |
|
|
|
|
|
|
|
|
|
|
|
@unittest.skip("skip") |
|
|
|
def test_download(self): |
|
|
|
self.param.set_param('ir_attachment.location', 'lobject') |
|
|
|
attach = self.attachment.create({ |
|
|
|