Commit 8e9c40fc authored by Marco Cavalli's avatar Marco Cavalli
Browse files

chore: remove documentation lines as they are not needed anymore (text is inferred from code)

parent d0b2b3a0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@ ${b3_url} ${EMPTY}

*** Test Cases ***
IOP_003_01_01 Query Entities Of Type OffstreetParking Via GET
    [Documentation]    Pre-conditions: no user context. Data only on leaves. b2 contains OffStreetParking:1 and OffStreetParking:2 without location and totalSpotsNumber. b3 contains OffStreetParking:2.
    ...    Registrations established: Inclusive in b1 to b2. Exclusive in b1 to b3.
    [Tags]
    ...    since_v1.6.1
    ...    iop
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@ ${b3_url} ${EMPTY}

*** Test Cases ***
IOP_003_01_02 Query Entities Of Type OffstreetParking Via POST
    [Documentation]    Pre-conditions: no user context. Data only on leaves. b2 contains OffStreetParking:1 and OffStreetParking:2 without location and totalSpotsNumber. b3 contains OffStreetParking:2.
    ...    Registrations established: Inclusive in b1 to b2. Exclusive in b1 to b3.
    [Tags]
    ...    since_v1.6.1
    ...    iop
+0 −2
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@ ${b4_url} ${EMPTY}

*** Test Cases ***
IOP_003_02_01 Query Entities Of Type OffstreetParking Via GET
    [Documentation]    Pre-conditions: no user context. Data only on leaves. b2 contains OffStreetParking:1 without location and OffStreetParking:2 without location. b3 contains OffStreetParking:1 and OffStreetParking:2. b4 contains OffStreetParking:2 with location and name only.
    ...    Registrations established: Inclusive in b1 to b2. Redirect in b1 to b3. Redirect in b1 to b4.
    [Tags]
    ...    since_v1.6.1
    ...    iop
+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@ ${b4_url} ${EMPTY}

*** Test Cases ***
IOP_003_02_02 Query Entities Of Type OffstreetParking And Vehicle With Attrs
    [Documentation]    Pre-conditions: no user context. Data only on leaves. b2 contains OffStreetParking:1 and Vehicle:1. b3 contains OffStreetParking:1 with location and name only and OffStreetParking:2. b4 contains OffStreetParking:2 with location and name only and Vehicle:2.
    ...    Registrations established: Inclusive in b1 to b2. Redirect in b1 to b3. Redirect in b1 to b4.
    [Tags]
    ...    since_v1.6.1
    ...    iop
+0 −2
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@ ${b4_url} ${EMPTY}

*** Test Cases ***
IOP_003_03_01 Query Entities Of Type OffstreetParking Via GET
    [Documentation]    Pre-conditions: no user context. Data only on leaves. b2 contains OffStreetParking:2 without location. b3 contains OffStreetParking:1. b4 contains OffStreetParking:1 without location.
    ...    Registrations established: Auxiliary in b1 to b2. Inclusive in b1 to b3. Inclusive in b1 to b4.
    [Tags]
    ...    since_v1.6.1
    ...    iop
Loading