diff options
| author | Marius Halden <marius.h@lden.org> | 2015-11-16 11:15:10 +0100 |
|---|---|---|
| committer | Marius Halden <marius.h@lden.org> | 2015-11-16 11:15:10 +0100 |
| commit | 1339a64632c441e4d7858bd5946738c9840c624d (patch) | |
| tree | 0b1393ca9af05d1af690fbf6c569c195f4136e4c /t/app/controller/report_updates.t | |
| parent | 17cc40a8a2387669984ae4a36bb0d30d889d1a07 (diff) | |
| parent | 4fb5331abd2fa4c89ebeb89bc92a245fadd0aa19 (diff) | |
Merge branch 'fiksgatami-dev' into fiksgatami-prod
Oppgrader prod til 1.7
Diffstat (limited to 't/app/controller/report_updates.t')
| -rw-r--r-- | t/app/controller/report_updates.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/app/controller/report_updates.t b/t/app/controller/report_updates.t index fa6c44292..6c6b4ca19 100644 --- a/t/app/controller/report_updates.t +++ b/t/app/controller/report_updates.t @@ -353,7 +353,7 @@ for my $test ( 'submit update' ); - $mech->content_contains('Nearly Done! Now check your email'); + $mech->content_contains('Nearly done! Now check your email'); my $email = $mech->get_email; ok $email, "got an email"; @@ -1007,7 +1007,7 @@ subtest 'submit an update for a registered user, creating update by email' => su }, }, 'submit update' ); - $mech->content_contains('Nearly Done! Now check your email'); + $mech->content_contains('Nearly done! Now check your email'); # No change to user yet. $user->discard_changes; @@ -1339,7 +1339,7 @@ foreach my $test ( { problem_id => $report_id, ever_reported => 'y', - whensent => \'ms_current_timestamp()', + whensent => \'current_timestamp', } ); @@ -1481,7 +1481,7 @@ for my $test ( { problem_id => $report_id, ever_reported => 'y', - whensent => \'ms_current_timestamp()', + whensent => \'current_timestamp', } ); |
