Bugzilla – Attachment 90177 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), 951 bytes, created by
Marcel de Rooy
on 2019-05-29 12:04:49 UTC
(
hide
)
Description:
Bug 22907: Add tests
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2019-05-29 12:04:49 UTC
Size:
951 bytes
patch
obsolete
>From d2c4692bb9af405ac78e7cdb2e53881da79ea5a5 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 >Content-Type: text/plain; charset=utf-8 > >Do not use copyrightdate as it is weird to have it int > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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