[Pywps-commits] r1185 - trunk/tests/requests
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Aug 8 12:47:27 CEST 2011
Author: jesus
Date: 2011-08-08 12:47:26 +0200 (Mon, 08 Aug 2011)
New Revision: 1185
Modified:
trunk/tests/requests/wps_execute_request-literalinput.xml
Log:
FEATURE: There wasn't a way to input "@" as incoded "%40". Path by Andrea Francia (andrea__AT__andreafrancia.it)
Modified: trunk/tests/requests/wps_execute_request-literalinput.xml
===================================================================
--- trunk/tests/requests/wps_execute_request-literalinput.xml 2011-08-08 10:46:34 UTC (rev 1184)
+++ trunk/tests/requests/wps_execute_request-literalinput.xml 2011-08-08 10:47:26 UTC (rev 1185)
@@ -19,7 +19,7 @@
<wps:Input>
<ows:Identifier>string</ows:Identifier>
<wps:Data>
- <wps:LiteralData>spam</wps:LiteralData>
+ <wps:LiteralData>spam at foo.com</wps:LiteralData>
</wps:Data>
</wps:Input>
<wps:Input>
More information about the Pywps-commits
mailing list