Bugzilla – Attachment 89872 Details for
Bug 22907
Cannot add new suggestion with strict SQL modes turned on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22907: Add tests
Bug-22907-Add-tests.patch (text/plain), 853 bytes, created by
Liz Rea
on 2019-05-16 18:50:18 UTC
(
hide
)
Description:
Bug 22907: Add tests
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2019-05-16 18:50:18 UTC
Size:
853 bytes
patch
obsolete
>From 915e128836add09164c442de1e489ff496ee0c4c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 14 May 2019 12:05:53 -0500 >Subject: [PATCH] Bug 22907: Add tests > >Do not use copyrightdate as it is weird to have it int > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >--- > t/db_dependent/Suggestions.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Suggestions.t b/t/db_dependent/Suggestions.t >index 4c2760e684..16638aac78 100644 >--- a/t/db_dependent/Suggestions.t >+++ b/t/db_dependent/Suggestions.t >@@ -103,6 +103,7 @@ my $my_suggestion = { > manageddate => '', > accepteddate => dt_from_string, > note => 'my note', >+ quantity => '', # Insert an empty string into int to catch strict SQL modes errors > }; > > my $budgetperiod_id = AddBudgetPeriod({ >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22907
:
89763
|
89764
|
89767
|
89768
|
89865
|
89872
|
89873
|
89874
|
89875
|
90168
|
90169
|
90170
|
90177
|
90178
|
90179
|
90180