Created
May 5, 2015 15:53
-
-
Save codedmart/e2f6121dd718040e6c19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Failures: | |
| 1) client returns errors appropriately reports FailureResponse | |
| uncaught exception: IOException of type UserError (user error (Pattern match failure in do expression at test/Servant/ClientSpec.hs:274:7-14)) | |
| 2) client returns errors appropriately reports DecodeFailure | |
| uncaught exception: IOException of type UserError (user error (Pattern match failure in do expression at test/Servant/ClientSpec.hs:280:7-14)) | |
| 3) client returns errors appropriately reports ConnectionError | |
| uncaught exception: IOException of type UserError (user error (Pattern match failure in do expression at test/Servant/ClientSpec.hs:287:7-14)) | |
| 4) client returns errors appropriately reports UnsupportedContentType | |
| uncaught exception: IOException of type UserError (user error (Pattern match failure in do expression at test/Servant/ClientSpec.hs:293:7-14)) | |
| 5) client returns errors appropriately reports InvalidContentTypeHeader | |
| uncaught exception: IOException of type UserError (user error (Pattern match failure in do expression at test/Servant/ClientSpec.hs:299:7-14)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment