Skip to content

Commit

Permalink
Rename sub-national location -> location
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Nov 8, 2023
1 parent a544984 commit 66cf264
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@iati-activity
Feature: Sub-national location
Feature: Location

Scenario Outline: Location (sub-national)
Scenario Outline: Location
Given an IATI activity
And the activity is current
And `activity-status/@code` is one of 2, 3 or 4
Expand All @@ -10,7 +10,7 @@ Feature: Sub-national location
And `transaction/aid-type/@code` is not any of B01, B02, F01, H01, H02, H03, H04, H05 or G01
Then `location` should be present

Scenario Outline: Location (sub-national) point or administrative or location-id
Scenario Outline: Location point or administrative or location-id
Given an IATI activity
And the activity is current
And `activity-status/@code` is one of 2, 3 or 4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@iati-activity
Feature: Sub-national location (with activity-scope exclusion)
Feature: Location (with activity-scope exclusion)

Scenario Outline: Location (sub-national) (with activity-scope exclusion)
Scenario Outline: Location (with activity-scope exclusion)
Given an IATI activity
And the activity is current
# The exclusion on the next line will only apply for some organisations
Expand All @@ -12,7 +12,7 @@ Feature: Sub-national location (with activity-scope exclusion)
And `transaction/aid-type/@code` is not any of B01, B02, F01, H01, H02, H03, H04, H05 or G01
Then `location` should be present

Scenario Outline: Location (sub-national) point or administrative or location-id (with activity-scope exclusion)
Scenario Outline: Location point or administrative or location-id (with activity-scope exclusion)
Given an IATI activity
And the activity is current
# The exclusion on the next line will only apply for some organisations
Expand Down

0 comments on commit 66cf264

Please sign in to comment.