Skip to content

Commit

Permalink
Updated fixture to new taxa
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelcharman committed Feb 2, 2023
1 parent 126366c commit 73587e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions features/initial_weed_visit_taxon_mapping.feature
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ Feature: Processing a new iNaturalist observation populates the correct taxon on
Then a WeedLocations feature is created with species 'OldMansBeard'

Rule: Where the mapped taxon is a higher taxa, all descendents of that taxa are mapped
Example: Section Elkea is mapped to BananaPassionfruit
Given iNaturalist has a new OMB observation for taxon 879226 with ancestors [878751,879226,133169]
Example: Subgenus Tacsonia is mapped to BananaPassionfruit
Given iNaturalist has a new OMB observation for taxon 879226 with ancestors [878751,879226,133169,1442036]
When we process the observation
Then a WeedLocations feature is created with species 'BananaPassionfruit'

Example: Passiflora tripartita (a child of Section Elkea) is also mapped to BananaPassionfruit
Given iNaturalist has a new OMB observation for taxon 133169 with ancestors [878751,879226,133169]
Example: Passiflora tripartita (a grandchild of Subgenus Tacsonia) is also mapped to BananaPassionfruit
Given iNaturalist has a new OMB observation for taxon 133169 with ancestors [878751,879226,133169,1442036]
When we process the observation
Then a WeedLocations feature is created with species 'BananaPassionfruit'

Example: Passiflora tripartita (a grandchild of Section Elkea) is also mapped to BananaPassionfruit
Given iNaturalist has a new OMB observation for taxon 133171 with ancestors [878751,879226,133169,133171]
Example: Passiflora tripartita (a great-grandchild of Subgenus Tacsonia) is also mapped to BananaPassionfruit
Given iNaturalist has a new OMB observation for taxon 133171 with ancestors [878751,879226,133169,133171,1442036]
When we process the observation
Then a WeedLocations feature is created with species 'BananaPassionfruit'

0 comments on commit 73587e8

Please sign in to comment.