sahaya / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Byte arrayed body doesn't play well with application/json content type #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Execute attached test. One of the 2 test is failing.

What is the expected output? What do you see instead?
I think expected output would be to have both test pass

What version of the product are you using? On what operating system?
Rest assured 1.4

Please provide any additional information below.

Original issue reported on code.google.com by fcamb...@gmail.com on 2 Feb 2012 at 10:50

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting. This has now been resolved in trunk. If you want to try 
it out please depend on 1.6-SNAPSHOT. You need to add the snapshot repo as well:

<repositories>
        <repository>
            <id>sonatype</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
            <snapshots />
        </repository>
</repositories>

Original comment by johan.ha...@gmail.com on 3 Feb 2012 at 9:45