From 9482957b79d97c78de1b095010309ce36a4f093b 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 --- 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 ab08771352..3549f5fca1 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