[
https://issues.apache.org/jira/browse/LIBCLOUD-923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16052392#comment-16052392
]
Danny Milosavljevic commented on LIBCLOUD-923:
----------------------------------------------
Possible fix: Add
{{
def _raw_data(self, method, url, body, headers):
return (httplib.OK, "1234abcd", {"test": "value"},
httplib.responses[httplib.OK])
}}
to {{libcloud/test/test_file_fixtures.py}}'s {{TestMockHttp}}.
> test_RawResponse_class_read_method - test fails
> -----------------------------------------------
>
> Key: LIBCLOUD-923
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-923
> Project: Libcloud
> Issue Type: Test
> Environment: I get a test failure with apache libcloud 2.0.0 in
> test_RawResponse_class_read_method.
> Reporter: Danny Milosavljevic
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)