Skip to content

Commit

Permalink
Version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
ghobona committed Nov 19, 2020
1 parent 16a9a74 commit 55fe317
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.opengis.cite</groupId>
<artifactId>ets-ogcapi-processes10</artifactId>
<version>1.1-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>OGC API-Processes 1.0 Conformance Test Suite</name>
Expand Down Expand Up @@ -49,7 +49,7 @@

<properties>
<ets-code>ogcapi-processes-1.0</ets-code>
<spec-version>1.0</spec-version>
<spec-version>0.1</spec-version>
<docker.teamengine.version>5.4</docker.teamengine.version>
</properties>

Expand Down
12 changes: 6 additions & 6 deletions src/main/scripts/ctl/ogcapi-processes-1.0-suite.ctl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ctl:package xmlns:ctl="http://www.occamlab.com/ctl"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:tns="http://www.opengis.net/cite/ogcapi-tiles-1.0"
xmlns:tns="http://www.opengis.net/cite/ogcapi-processes-1.0"
xmlns:saxon="http://saxon.sf.net/"
xmlns:tec="java:com.occamlab.te.TECore"
xmlns:tng="java:org.opengis.cite.ogcapiprocesses10.TestNGController">
Expand All @@ -10,16 +10,16 @@
<ctl:param name="testRunArgs">A Document node containing test run arguments (as XML properties).</ctl:param>
<ctl:param name="outputDir">The directory in which the test results will be written.</ctl:param>
<ctl:return>The test results as a Source object (root node).</ctl:return>
<ctl:description>Runs the OGC API - Tiles (${version}) test suite.</ctl:description>
<ctl:description>Runs the OGC API - processes (${version}) test suite.</ctl:description>
<ctl:code>
<xsl:variable name="controller" select="tng:new($outputDir)" />
<xsl:copy-of select="tng:doTestRun($controller, $testRunArgs)" />
</ctl:code>
</ctl:function>

<ctl:suite name="tns:ets-${ets-code}-${version}">
<ctl:title>OGC API - Tiles Conformance Test Suite</ctl:title>
<ctl:description>Checks OGC API - Tiles implementations for conformance.</ctl:description>
<ctl:title>OGC API - Processes Conformance Test Suite</ctl:title>
<ctl:description>Checks OGC API - processes implementations for conformance.</ctl:description>
<ctl:starting-test>tns:Main</ctl:starting-test>
</ctl:suite>

Expand All @@ -28,12 +28,12 @@
<ctl:code>
<xsl:variable name="form-data">
<ctl:form method="POST" width="800" height="600" xmlns="http://www.w3.org/1999/xhtml">
<h2>OGC API - Tiles Conformance Test Suite</h2>
<h2>OGC API - Processes Conformance Test Suite</h2>
<div style="background:#F0F8FF" bgcolor="#F0F8FF">
<p>The implementation under test (IUT) is checked against the following specifications:</p>
<ul>
<li>
<a href="http://docs.opengeospatial.org/is/17-069r3/17-069r3.html">OGC API - Tiles - Part 1: Core</a>
<a href="http://docs.opengeospatial.org/is/17-069r3/17-069r3.html">OGC API - processes - Part 1: Core</a>
</li>
</ul>
<p>The following conformance levels are defined:</p>
Expand Down

0 comments on commit 55fe317

Please sign in to comment.