From b1c6a7436818029cc664e029d2f5dbde20cd5ba2 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 Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens (cherry picked from commit 936cf409992d6393473f564a25f70ea8b390e74b) Signed-off-by: Martin Renvoize --- 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 4b86678683..a82a88feb1 100644 --- a/t/db_dependent/Suggestions.t +++ b/t/db_dependent/Suggestions.t @@ -88,6 +88,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.39.5