Added visitor patterns to WSF_VALUE
Handling UTF-8 unencoding for WSF_VALUE ... Added WSF_TABLE_VALUE to handle list[]=a&list[]=b ... Library encoder: added UTF8 facilities
This commit is contained in:
23
library/server/wsf/tests/src/test_wsf_value.e
Normal file
23
library/server/wsf/tests/src/test_wsf_value.e
Normal file
@@ -0,0 +1,23 @@
|
||||
note
|
||||
description: "Summary description for {TEST_WSF_VALUE}."
|
||||
author: ""
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
class
|
||||
TEST_WSF_VALUE
|
||||
|
||||
inherit
|
||||
EQA_TEST_SET
|
||||
|
||||
feature {NONE} -- Events
|
||||
|
||||
test_table
|
||||
local
|
||||
tb: WSF_TABLE_VALUE
|
||||
do
|
||||
create tb.make ("table")
|
||||
assert ("Ok", True)
|
||||
end
|
||||
|
||||
end
|
||||
@@ -16,6 +16,6 @@
|
||||
<library name="http_client" location="..\..\..\client\http_client\http_client-safe.ecf"/>
|
||||
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
|
||||
<library name="thread" location="$ISE_LIBRARY\library\thread\thread-safe.ecf"/>
|
||||
<tests name="src" location=".\" recursive="false"/>
|
||||
<tests name="src" location=".\src" recursive="true"/>
|
||||
</target>
|
||||
</system>
|
||||
|
||||
@@ -16,6 +16,6 @@
|
||||
<library name="http_client" location="..\..\..\client\http_client\http_client.ecf"/>
|
||||
<library name="testing" location="$ISE_LIBRARY/library/testing/testing.ecf"/>
|
||||
<library name="thread" location="$ISE_LIBRARY\library\thread\thread-safe.ecf"/>
|
||||
<tests name="src" location="." recursive="true"/>
|
||||
<tests name="src" location="./src" recursive="true"/>
|
||||
</target>
|
||||
</system>
|
||||
|
||||
Reference in New Issue
Block a user