Release Notes

2.0-r16 (2014-06-10)

This release incorporates the following changes and fixes:

  • Fix CITE-948: Amend LockingFixture to consult data sampler for available feature types.
  • Fix CITE-947: Replace apostrophe with predefined XML entity (').
  • Fix CITE-946: Add missing namespace binding for XPath expression.
  • Include all unsuccessful transaction requests in report (as ITestResult attribute).
  • Modify POM for GitHub.
  • Add site content.
  • Change license to Apache License, Version 2.0.

2.0-r15 (2014-04-15)

This release includes the following updates:

  • Fix CITE-944: InsertResults/UpdateResults/ReplaceResults.
  • Fix CITE-925: Infinite loop in selectRandomFeatureType.
  • Update dependencies.

2.0-r14 (2014-02-04)

This release includes the following fixes:

  • Fixed CITE-924: Check if the (embedded) Derby database exists and contains EPSG tables; if not, create them.
  • Updated dependency: ets-gml-3.2.1-r13.

2.0-r13 (2013-12-04)

This release includes the following changes:

  • Resolved CITE-890: updateGMLName test fails.
  • Updated dependency: ets-gml-3.2.1-r12.

2.0-r12 (2013-11-14)

This release includes the following changes:

  • Resolved CITE-893: Removed boundedByIsNil test.

2.0-r11 (2013-10-29)

This release includes the following changes:

  • Fixed CITE-883: Stored query tests throw NullPointerException.
  • Fixed CITE-874: Test run aborts with ArrayIndexOutOfBoundsException.
  • Allow upload of capabilities document (form interface).
  • Updated dependencies.

2.0-r10 (2013-09-19)

This is a maintenance release; it includes the following changes:

  • Resolved CITE-866: CRS reference not inherited from geometry collection (fixed in geomatics-geotk-1.1).
  • Write reporter output to test session directory when invoked via CTL script.

2.0-r9 (2013-08-30)

This is a maintenance release; it includes the following fixes and enhancements:

  • CITE-863: Revised ExceptionReport.sch to allow for SOAP fault message.
  • CITE-812: Added optional 'fid' test run argument.
  • CITE-861: propertyIsGreaterThanEqualTo_matchAny (invalid string literal for integer).
  • CITE-860: propertyIsLike (only applies to properties of type xsd:string).

2.0-r8 (2013-08-27)

This is a maintenance release; it includes the following fixes:

  • CITE-859: updateFeatureName test is not run.
  • CITE-847: NullPointerException when handling SOAP error response.

2.0-r7 (2013-07-24)

This is a maintenance release; it includes the following fixes and enhancements:

  • CITE-837: GetFeatureById with unknown Id should return status code 403.
  • Updated dependency: ets-gml-3.2.1-r7.
  • Write response entity to report (attribute) if test method failed.

2.0-r6 (2013-07-16)

This is a maintenance release; it includes the following enhancements and fixes:

  • CITE-836: Precondition checkDataAvailability only tries one message binding.
  • CITE-832: GetFeatureById response should include feature representation by itself.

2.0-r5 (2013-07-15)

This is a maintenance release; it includes the following changes:

  • CITE-831: Added constructor functions to XPath expressions (PropertyIsEqualToOperatorTests).
  • CITE-827: Changed how the content of a SOAP body is extracted from response entity.
  • CITE-806: The legacy SOAP 1.1 namespace is used by default in SOAP request messages
  • CITE-785: DateTime parsing problem (RelationalOperatorTests)
  • Changed stored query identifiers in accord with the OGC-NA register

2.0-r4 (2013-07-04)

This is a maintenance release. The following issues were resolved:

  • CITE-813 (Soap Responses): Added client support for SOAP message responses
  • CITE-779 (Test Suite hangs): Added prerequisite checks in @BeforeSuite methods