@@ -, +, @@ # Failed test 'DelSuggestion deletes the correct suggestion' # at t/db_dependent/Suggestions.t line 413. # got: 'my title 3' # expected: 'my deleted title' t/db_dependent/Suggestions.t .. 112/113 # Looks like you failed 1 test of 113. % prove t/db_dependent/Suggestions.t --- C4/Suggestions.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/Suggestions.pm +++ a/C4/Suggestions.pm @@ -353,6 +353,7 @@ sub GetSuggestionByStatus { LEFT JOIN categories AS C1 ON C1.categorycode=U1.categorycode LEFT JOIN branches AS B1 on B1.branchcode=U1.branchcode WHERE status = ? + ORDER BY suggestionid }; # filter on branch --