Fixed the "wsf_tests" autocase suite, which was wrong for cookies, and other minor changes.
This commit is contained in:
@@ -51,7 +51,7 @@ feature -- Helper
|
||||
if b = Void then
|
||||
b := ""
|
||||
end
|
||||
Result := "/" + b + a_query_url
|
||||
Result := b + a_query_url
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
@@ -11,6 +11,6 @@ feature -- Access
|
||||
|
||||
port_number: INTEGER = 9091
|
||||
|
||||
base_url: STRING = "" --"/test/"
|
||||
base_url: STRING = "/test/"
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user