From b16336caf8132d73ae71d78b4efe38df56029b81 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 5 May 2014 02:58:29 +0000 Subject: [PATCH] Bug 10807: (follow-up) remove comment about routine that is no longer present Signed-off-by: Galen Charlton --- t/db_dependent/Search_SearchHistory.t | 3 --- 1 file changed, 3 deletions(-) diff --git a/t/db_dependent/Search_SearchHistory.t b/t/db_dependent/Search_SearchHistory.t index 5f21e3eb03..e328502e52 100644 --- a/t/db_dependent/Search_SearchHistory.t +++ b/t/db_dependent/Search_SearchHistory.t @@ -43,9 +43,6 @@ C4::Search::History::add({userid => 12345, sessionid => 'session_1', query_desc C4::Search::History::add({userid => 56789, sessionid => 'session_2', query_desc => 'query_desc_4', query_cgi => 'query_cgi_4', total => 8}); is(_get_history_count(), 4, 'successfully added four search_history rows'); -# We're not testing GetSearchHistory at present because it is broken... -# see bug 10677 - # munge some dates my $sth = $dbh->prepare(' UPDATE search_history -- 2.39.2