aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/questionnaire.t
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-10-02 17:45:34 +0100
committerStruan Donald <struan@exo.org.uk>2012-10-02 18:59:08 +0100
commit844a16a3c51d69e99ba322a055673364a2a9290d (patch)
tree2f3dc19c7944d471f9d5f5cb3d7fd45884faab1a /t/app/controller/questionnaire.t
parentf342b7933e94202935f91f3122e8dfbde75fe54b (diff)
update tests with new statuses
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 3475307fb..872a1733c 100644
--- a/t/app/controller/questionnaire.t
+++ b/t/app/controller/questionnaire.t
@@ -307,6 +307,10 @@ for my $test (
fixed => 0
},
{
+ state => 'action scheduled',
+ fixed => 0
+ },
+ {
state => 'in progress',
fixed => 0
},
@@ -315,6 +319,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
},