pwyf / 2024-Index-indicator-definitions

the rule-set test Index consultation for the 2024 Index
0 stars 0 forks source link

Actual Dates #18

Closed publishwhatyoufund closed 1 year ago

publishwhatyoufund commented 1 year ago

Description

These are the dates that the activity actually started and ended on.

The actual start date is only expected if the activity is in the implementation, completion or post-completion phase.

The actual end date is only expected if the activity is in the completion or post-completion phase.

Current test

Actual start date is present

   Given an IATI activity
    And the activity is current
    And `activity-status/@code` is one of 2, 3 or 4
    Then `activity-date[@type="2" or @type="start-actual"]` should be present

Actual end date is present

   Given an IATI activity
    And the activity is current
    And `activity-status/@code` is one of 3 or 4
    Then `activity-date[@type="4" or @type="end-actual"]` should be present