提交 d3f6606c 编写于 作者: C Christian Noon

Fixed issue where JSON response serializer was being used instead of plist.

上级 025f33bc
......@@ -325,7 +325,7 @@ class ResponseSerializationTestCase: BaseTestCase {
func testThatPropertyListResponseSerializerFailsWhenDataIsInvalidPropertyListData() {
// Given
let serializer = Request.JSONResponseSerializer()
let serializer = Request.propertyListResponseSerializer()
let data = "definitely not valid plist data".dataUsingEncoding(NSUTF8StringEncoding)!
// When
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册