Fixed the "wsf_tests" autocase suite, which was wrong for cookies, and other minor changes.

This commit is contained in:
2016-10-12 11:21:27 +02:00
parent 57b1691243
commit ef704790a8
4 changed files with 26 additions and 14 deletions

View File

@@ -51,7 +51,7 @@ feature -- Helper
if b = Void then
b := ""
end
Result := "/" + b + a_query_url
Result := b + a_query_url
end
end

View File

@@ -11,6 +11,6 @@ feature -- Access
port_number: INTEGER = 9091
base_url: STRING = "" --"/test/"
base_url: STRING = "/test/"
end