From 915e128836add09164c442de1e489ff496ee0c4c Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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 --- 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