Giter Club home page Giter Club logo

Comments (2)

rjmartell avatar rjmartell commented on July 24, 2024

There are two steps in this test:

  1. Submit a transaction request to delete a feature instance; the response must report totalDeleted=1 (and the server updates its status--a client cannot do this directly)
  2. Submit a query to retrieve the LAST version in the version chain

The second request is filtering the version chain, the last member of which should be "retired" because the feature was previously deleted. The version chain should end up looking like this in the simplest case:

r1 [FIRST; status: superseded] ---> r2 [LAST; status: retired]

from ets-wfs20.

lgoltz avatar lgoltz commented on July 24, 2024

We totally agree with the test steps. But the point is, that the second request does not contain the VersionAction "LAST" as it is set after the request is submitted. Swapping lines 244 and 245 in https://github.com/opengeospatial/ets-wfs20/blob/1.25/src/main/java/org/opengis/cite/iso19142/versioning/VersioningTests.java should do it.

from ets-wfs20.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.