aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/questionnaire.t
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-01-22 01:57:26 +0000
committerDave Whiteland <dave@mysociety.org>2013-01-22 01:57:26 +0000
commit7b5bfa4d29640197a5eaaeff208c5b1a1a4e1221 (patch)
tree6f481f6725318b179c34e294794ff70dbb9b6db4 /t/app/controller/questionnaire.t
parentcc7fb1eb334f450e8c9af0e1d4f8329d5f24eafd (diff)
parent95d6bb8fcced530ad68438ed9a44a47cb38f0014 (diff)
Merge remote branch 'origin/master'
Diffstat (limited to 't/app/controller/questionnaire.t')
-rw-r--r--t/app/controller/questionnaire.t16
1 files changed, 16 insertions, 0 deletions
diff --git a/t/app/controller/questionnaire.t b/t/app/controller/questionnaire.t
index 3a6a3d6ad..d8d1eb4f3 100644
--- a/t/app/controller/questionnaire.t
+++ b/t/app/controller/questionnaire.t
@@ -329,6 +329,10 @@ for my $test (
fixed => 0
},
{
+ state => 'action scheduled',
+ fixed => 0
+ },
+ {
state => 'in progress',
fixed => 0
},
@@ -337,6 +341,18 @@ for my $test (
fixed => 0
},
{
+ state => 'duplicate',
+ fixed => 0
+ },
+ {
+ state => 'not responsible',
+ fixed => 0
+ },
+ {
+ state => 'unable to fix',
+ fixed => 0
+ },
+ {
state => 'closed',
fixed => 0
},