diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-02 17:45:34 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-02 18:59:08 +0100 |
commit | 844a16a3c51d69e99ba322a055673364a2a9290d (patch) | |
tree | 2f3dc19c7944d471f9d5f5cb3d7fd45884faab1a /t/map | |
parent | f342b7933e94202935f91f3122e8dfbde75fe54b (diff) |
update tests with new statuses
Diffstat (limited to 't/map')
-rw-r--r-- | t/map/tilma/original.t | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/t/map/tilma/original.t b/t/map/tilma/original.t index 04c4d578c..7f68df308 100644 --- a/t/map/tilma/original.t +++ b/t/map/tilma/original.t @@ -71,10 +71,26 @@ for my $test ( colour => 'yellow', }, { + state => 'duplicate', + colour => 'yellow', + }, + { + state => 'unable to fix', + colour => 'yellow', + }, + { + state => 'not responsible', + colour => 'yellow', + }, + { state => 'investigating', colour => 'yellow', }, { + state => 'action scheduled', + colour => 'yellow', + }, + { state => 'planned', colour => 'yellow', }, |