diff options
author | Struan Donald <struan@exo.org.uk> | 2013-01-17 17:14:26 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-01-17 17:14:26 +0000 |
commit | 3ce992eb742cfc75195fb482de09a92b15508e77 (patch) | |
tree | 48f3fcf38fd0ab64707ee959cc6eb8c619f290de /t/open311.t | |
parent | 3f1cadfdea68a6ee4d8b3a1611597c88f9bc1d9c (diff) |
add internal review status to problems
Diffstat (limited to 't/open311.t')
-rw-r--r-- | t/open311.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/open311.t b/t/open311.t index ad20c3859..71a87325c 100644 --- a/t/open311.t +++ b/t/open311.t @@ -295,6 +295,13 @@ foreach my $test ( extended => 'NO_FURTHER_ACTION', }, { + desc => 'comment with internal referral state sends status of CLOSED', + state => 'internal referral', + anon => 0, + status => 'CLOSED', + extended => 'INTERNAL_REFERRAL', + }, + { desc => 'comment with closed state sends status of CLOSED', state => 'closed', status => 'CLOSED', |