View | Details | Raw Unified | Return to bug 23038
Collapse All | Expand All

(-)a/t/db_dependent/Circulation/MarkIssueReturned.t (-1 lines)
Lines 177-183 subtest 'Manually pass a return date' => sub { Link Here
177
    {
177
    {
178
        # Hiding the expected warning displayed by DBI
178
        # Hiding the expected warning displayed by DBI
179
        # DBD::mysql::st execute failed: Incorrect datetime value: 'bad_date' for column 'returndate'
179
        # DBD::mysql::st execute failed: Incorrect datetime value: 'bad_date' for column 'returndate'
180
        my $stderr;
181
        local *STDERR;
180
        local *STDERR;
182
        open STDERR, '>', '/dev/null';
181
        open STDERR, '>', '/dev/null';
183
        throws_ok
182
        throws_ok
(-)a/t/db_dependent/Suggestions.t (-2 lines)
Lines 253-259 is ($messages->[0]->{message_transport_type}, 'email', 'When FallbackToSMSIfNoEm Link Here
253
{
253
{
254
    # Hiding the expected warning displayed by DBI
254
    # Hiding the expected warning displayed by DBI
255
    # DBD::mysql::st execute failed: Incorrect date value: 'invalid date!' for column 'manageddate'
255
    # DBD::mysql::st execute failed: Incorrect date value: 'invalid date!' for column 'manageddate'
256
    my $stderr;
257
    local *STDERR;
256
    local *STDERR;
258
    open STDERR, '>', '/dev/null';
257
    open STDERR, '>', '/dev/null';
259
258
260
- 

Return to bug 23038