Included page: .RestFixtureTests.SetUp (edit)
| script | smartrics.rest.test.fitnesse.fixture.HttpServerFixture | |
| check | is started | true |
| reset resources database | ||
Issue #189 Restfixture.default.headers does not work in 4.2 and 4.1 version branch
In Suite Setup we have the default headers setup. Headers shoud be verified servers side
| Table: Rest Fixture | http://localhost:9876 | |||
| GET | 200 |
Content-Type : application/json expected Set-Cookie : JID="ABC.${a.y}"; Content-Type : application/json;charset=ISO-8859-1 Content-Length : 77 Server : Jetty(6.0.2) actual |
{ "resource" : { "name" : "a funky name", "data" : "an important message" } } |
|