Skip to content

Commit

Permalink
test: add issue links to added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Sep 5, 2024
1 parent 94e773d commit e5f91ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
import eu.esdihumboldt.hale.io.xsd.model.XmlElement;
import eu.esdihumboldt.hale.io.xsd.reader.XmlSchemaReader;
import eu.esdihumboldt.util.test.AbstractPlatformTest;
import io.qameta.allure.Link;

/**
* Tests for {@link GmlInstanceCollection}
Expand Down Expand Up @@ -276,6 +277,8 @@ public void testLoadShiporder() throws Exception {
*
* @throws Exception if an error occurs
*/
@Link(value = "1084", type = "hale")
@Link(value = "ING-4128", type = "JIRA")
@Test
public void testLoadFilterNoDuplicates() throws Exception {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import eu.esdihumboldt.hale.common.schema.geometry.GeometryProperty
import eu.esdihumboldt.hale.common.schema.model.Schema
import eu.esdihumboldt.hale.io.xsd.reader.XmlSchemaReader
import eu.esdihumboldt.util.test.AbstractPlatformTest
import io.qameta.allure.Link

/**
* Tests for {@link StreamGmlReader}
Expand Down Expand Up @@ -144,8 +145,14 @@ class StreamGmlReaderTest extends AbstractPlatformTest {
assertEquals(expected, count)
}

// this test might not work anymore in the future. At that moment please ignore it
// @Ignore
/**
* Test retrieving all features from a WFS when using pagination and resolvedepth.
*
* Additional objects need to be included in the results.
* There should be no duplicate features even if the individual requests repeatedly include the same features.
*/
@Link(value = "1084", type = "hale")
@Link(value = "ING-4128", type = "JIRA")
@Test
public void testWfsPagination() {
/*
Expand Down

0 comments on commit e5f91ec

Please sign in to comment.