diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-05-19 14:21:09 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-05-19 14:21:09 +0100 |
commit | b7cd54ecbf9c9bfcfe68b55676c2387fe7a8239f (patch) | |
tree | 9e434015da100b1ddb569f66be0672a3a418a6e2 /t/app/controller/report_display.t | |
parent | e855197af0611d768304ac4ee5734c819d275ffb (diff) |
Starting tests for /reports, fix for warning.
Diffstat (limited to 't/app/controller/report_display.t')
-rw-r--r-- | t/app/controller/report_display.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t index 2afff21dd..7be9f387e 100644 --- a/t/app/controller/report_display.t +++ b/t/app/controller/report_display.t @@ -246,7 +246,7 @@ for my $test ( if ( $test->{fixed} ) { is $update_form->find_input( 'fixed' ), undef, 'problem is fixed'; } else { - ok $update_form->find_input( 'fixed' ) != undef, 'problem is not fixed'; + ok $update_form->find_input( 'fixed' ), 'problem is not fixed'; } }; } |