Hello,

we have the following test:

<invoke method="DELETE" url="${my.url}/id/123"/>
<storeResponseCode property="status"/>
<verifyProperty name="status" text="204"/>

Canoo R1813 (the newest build) fails this test, whereas the older release version 3.0.0 succeeds. The failure message on the report is:

expected value    204
actual value    200

Apparently Canoo erroneously thinks that the HTTP response code is 200. We did verify that the HTTP response code is actually 204 (and the older Canoo correctly identifies it as such).

The tested URL belongs to a REST API, i. e. the response is not HTML, but XML.

Ulrich

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to