aboutsummaryrefslogtreecommitdiffstats
path: root/t/open311
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-01-17 17:14:26 +0000
committerStruan Donald <struan@exo.org.uk>2013-01-17 17:14:26 +0000
commit3ce992eb742cfc75195fb482de09a92b15508e77 (patch)
tree48f3fcf38fd0ab64707ee959cc6eb8c619f290de /t/open311
parent3f1cadfdea68a6ee4d8b3a1611597c88f9bc1d9c (diff)
add internal review status to problems
Diffstat (limited to 't/open311')
-rw-r--r--t/open311/getservicerequestupdates.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/t/open311/getservicerequestupdates.t b/t/open311/getservicerequestupdates.t
index 3f9c35c32..ba2854460 100644
--- a/t/open311/getservicerequestupdates.t
+++ b/t/open311/getservicerequestupdates.t
@@ -204,6 +204,18 @@ for my $test (
end_state => 'not responsible',
},
{
+ desc => 'internal referral status changes problem status',
+ updated_datetime => sprintf( '<updated_datetime>%s</updated_datetime>', $dt ),
+ description => 'This is a note',
+ external_id => 638344,
+ start_state => 'confirmed',
+ comment_status => 'INTERNAL_REFERRAL',
+ mark_fixed=> 0,
+ mark_open => 0,
+ problem_state => 'internal referral',
+ end_state => 'internal referral',
+ },
+ {
desc => 'duplicate status changes problem status',
updated_datetime => sprintf( '<updated_datetime>%s</updated_datetime>', $dt ),
description => 'This is a note',