diff --git a/src/main/java/org/opengis/cite/wfs30/collections/GetFeaturesOperation.java b/src/main/java/org/opengis/cite/wfs30/collections/GetFeaturesOperation.java index 39decc03..b4c72d95 100644 --- a/src/main/java/org/opengis/cite/wfs30/collections/GetFeaturesOperation.java +++ b/src/main/java/org/opengis/cite/wfs30/collections/GetFeaturesOperation.java @@ -176,12 +176,12 @@ public void validateGetFeaturesOperationResponse_Links( Map coll * * If a property timeStamp is included in the response, validate that it is close to the current time. * - * d) References: Requirements 27, 28 and 29 + * d) References: Requirement 27 * * @param collection * the collection under test, never null */ - @Test(description = "Implements A.4.4.10. Validate the Get Features Operation Response (Requirement 27, 28, 29)", dataProvider = "collectionItemUris", dependsOnMethods = "validateGetFeaturesOperation") + @Test(description = "Implements A.4.4.10. Validate the Get Features Operation Response (Requirement 27)", dataProvider = "collectionItemUris", dependsOnMethods = "validateGetFeaturesOperation") public void validateGetFeaturesOperationResponse_property_timeStamp( Map collection ) { String collectionName = (String) collection.get( "name" ); ResponseData response = collectionNameAndResponse.get( collectionName ); @@ -217,12 +217,12 @@ public void validateGetFeaturesOperationResponse_property_timeStamp( Mapnull */ - @Test(description = "Implements A.4.4.10. Validate the Get Features Operation Response (Requirement 27, 28, 29)", dataProvider = "collectionItemUris", dependsOnMethods = "validateGetFeaturesOperation") + @Test(description = "Implements A.4.4.10. Validate the Get Features Operation Response (Requirement 29)", dataProvider = "collectionItemUris", dependsOnMethods = "validateGetFeaturesOperation") public void validateGetFeaturesOperationResponse_property_numberReturned( Map collection ) { String collectionName = (String) collection.get( "name" ); ResponseData response = collectionNameAndResponse.get( collectionName ); @@ -255,14 +255,14 @@ public void validateGetFeaturesOperationResponse_property_numberReturned( Mapnull * @throws URISyntaxException * if the creation of a uri fails */ - @Test(description = "Implements A.4.4.10. Validate the Get Features Operation Response (Requirement 27, 28, 29)", dataProvider = "collectionItemUris", dependsOnMethods = "validateGetFeaturesOperation") + @Test(description = "Implements A.4.4.10. Validate the Get Features Operation Response (Requirement 28)", dataProvider = "collectionItemUris", dependsOnMethods = "validateGetFeaturesOperation") public void validateGetFeaturesOperationResponse_property_numberMatched( Map collection ) throws URISyntaxException { String collectionName = (String) collection.get( "name" );