opengeospatial / ets-sta10

Repository for the Executable Test Suite for OGC Sensor Things API
Other
6 stars 8 forks source link

Web form in not displaying when deployed to TEAM Engine #1

Closed bermud closed 8 years ago

bermud commented 8 years ago

The web form is to start the test is not displaying

The following error is reporte

SEVERE: 
java.lang.Exception: Error: Suite {http://www.opengis.net/cite/sta10}ets-sta10-0.1-SNAPSHOT not found.
    at com.occamlab.te.TECore.execute_suite(TECore.java:409)
    at com.occamlab.te.TECore.execute(TECore.java:295)
    at com.occamlab.te.TECore.run(TECore.java:2276)
    at java.lang.Thread.run(Thread.java:745)

Typing rest suites, this is shown: http://localhost:8080/teamengine/rest/suites/sta10/0.1-SNAPSHOT/

rjmartell commented 8 years ago

In the CTL wrapper script (sta10-suite.ctl), the suite name has a fixed version of "1.0" instead of the ${version} parameter.