RestFixtureTests.IssueFixes.Issue207

Included page: .RestFixtureTests.SetUp (edit)

script smartrics.rest.test.fitnesse.fixture.HttpServerFixture
check is started true
reset resources database

[[Issue #207][https://github.com/smartrics/RestFixture/issues/207] Unable to set baseUrl using symbol


Table: Rest Fixture http://localhost:9876
let host const
<a href="http://localhost:9876">http://localhost:9876</a>
<a href="http://localhost:9876">http://localhost:9876</a>

Table: Rest Fixture $host
GET
200
Content-Length : [\d]+
expected

Set-Cookie : JID="ABC.${a.y}";
Content-Type : application/xml;charset=ISO-8859-1
Content-Length : 183
Server : Jetty(6.0.2)
actual

 /resource/name[text()='a funky name'] <br/>
 /resource/data[text()='an important message']

expected

<resource>
    <name>a funky name</name>
    <data>an important message</data>
    <nstag xmlns:ns1='http://smartrics/ns1'>
        <ns1:number>3</ns1:number>
    </nstag>
</resource>
actual