[Pywps-commits] r1120 - in branches/pywps-3.2-soap/tests/Templates/1_0_0: . inc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 8 16:25:07 CET 2011
Author: jesus
Date: 2011-02-08 16:25:07 +0100 (Tue, 08 Feb 2011)
New Revision: 1120
Modified:
branches/pywps-3.2-soap/tests/Templates/1_0_0/Execute.tmpl
branches/pywps-3.2-soap/tests/Templates/1_0_0/inc/Execute_Data_Outputs.tmpl
Log:
sync test unit templates
Modified: branches/pywps-3.2-soap/tests/Templates/1_0_0/Execute.tmpl
===================================================================
--- branches/pywps-3.2-soap/tests/Templates/1_0_0/Execute.tmpl 2011-02-08 15:23:17 UTC (rev 1119)
+++ branches/pywps-3.2-soap/tests/Templates/1_0_0/Execute.tmpl 2011-02-08 15:25:07 UTC (rev 1120)
@@ -55,7 +55,7 @@
</ows:Abstract>
</TMPL_IF>
<TMPL_IF reference>
- <wps:Reference xlink:href="<TMPL_VAR reference>" method="<TMPL_VAR method>" mimeType="<TMPL_VAR mimeType>" encoding="<TMPL_VAR encoding>" schema="<TMPL_VAR schema>"/>
+ <wps:Reference xlink:href="<TMPL_VAR reference>" method="<TMPL_VAR method>" mimeType="<TMPL_VAR mimetype>" encoding="<TMPL_VAR encoding>" schema="<TMPL_VAR schema>"/>
<TMPL_IF header>
<wps:Header key="<TMPL_VAR key>" value="<TMPL_VAR value>" />
</TMPL_IF>
Modified: branches/pywps-3.2-soap/tests/Templates/1_0_0/inc/Execute_Data_Outputs.tmpl
===================================================================
--- branches/pywps-3.2-soap/tests/Templates/1_0_0/inc/Execute_Data_Outputs.tmpl 2011-02-08 15:23:17 UTC (rev 1119)
+++ branches/pywps-3.2-soap/tests/Templates/1_0_0/inc/Execute_Data_Outputs.tmpl 2011-02-08 15:25:07 UTC (rev 1120)
@@ -1,9 +1,9 @@
<TMPL_IF reference>
- <wps:Reference mimeType="<TMPL_VAR mimeType>" encoding="<TMPL_VAR encoding>" schema="<TMPL_VAR schema>" href="<TMPL_VAR href>">
+ <wps:Reference mimeType="<TMPL_VAR mimetype>" encoding="<TMPL_VAR encoding>" schema="<TMPL_VAR schema>" href="<TMPL_VAR href>">
<TMPL_ELSE>
<wps:Data>
<TMPL_IF complexdata>
- <wps:ComplexData mimeType="<TMPL_VAR mimeType>" schema="<TMPL_VAR schema>" encoding="<TMPL_VAR encoding>">
+ <wps:ComplexData mimeType="<TMPL_VAR mimetype>" schema="<TMPL_VAR schema>" encoding="<TMPL_VAR encoding>">
<TMPL_IF cdata>
<![CDATA[<TMPL_VAR complexdata>]]>
<TMPL_ELSE>
More information about the Pywps-commits
mailing list