If I have understood correctly, looking at the CTL XML-file I see there should be possibility to run tests non-exhaustively. When running test via web application should there be a some form which would ask me if I want to test each Layer/CRS combination?
|
<xsl:variable name="exhaustive"> |
And when running test via rest interface, 'exhaustive' variable value is set to 'no', but despite that the test are still run exhaustively.
|
<xsl:variable name="exhaustive">no</xsl:variable> |
Have I misunderstood something or is this expected behviour?
If I have understood correctly, looking at the CTL XML-file I see there should be possibility to run tests non-exhaustively. When running test via web application should there be a some form which would ask me if I want to test each Layer/CRS combination?
ets-wms13/src/main/scripts/ctl/main.xml
Line 271 in dc7025c
And when running test via rest interface, 'exhaustive' variable value is set to 'no', but despite that the test are still run exhaustively.
ets-wms13/src/main/scripts/ctl/main-auto.xml
Line 155 in dc7025c
Have I misunderstood something or is this expected behviour?