aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/model/problem.t
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-06-16 12:40:39 +0100
committerStruan Donald <struan@exo.org.uk>2011-06-16 12:40:39 +0100
commit4d40d4632325a999b66dee1db36841dfeb60bcda (patch)
treedd639360d3c5ba84efb8e33a0a56fb2fcb3d7804 /t/app/model/problem.t
parentc9773705e4c611363474144f69182ad421187242 (diff)
rename will not fix to closed
Diffstat (limited to 't/app/model/problem.t')
-rw-r--r--t/app/model/problem.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t
index 38ddc1857..43f15dbde 100644
--- a/t/app/model/problem.t
+++ b/t/app/model/problem.t
@@ -186,7 +186,7 @@ for my $test (
is_open => 0,
},
{
- state => 'will not fix',
+ state => 'closed',
is_open => 0,
},
) {
@@ -230,7 +230,7 @@ for my $test (
is_fixed => 1,
},
{
- state => 'will not fix',
+ state => 'closed',
is_fixed => 0,
},
) {
@@ -282,7 +282,7 @@ for my $test (
is_visible => 1,
},
{
- state => 'will not fix',
+ state => 'closed',
is_visible => 1,
},
) {