Bug 16860: Remove the comment about the warning
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 7 Jul 2016 15:52:10 +0000 (16:52 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 8 Jul 2016 13:29:50 +0000 (13:29 +0000)
It is no longer necessary.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/ClassSource.t

index 99beb3d..6d4ab7e 100644 (file)
@@ -128,7 +128,6 @@ is_deeply(
 
 #Test GetClassSort
 my $getclassSort;
-#Note: Create a warning:" attempting to use non-existent class sorting routine $sort_routine"
 warning_like
     { $getclassSort = GetClassSort( 'source1', 'sortrule1', 'item1' ) }
     qr/attempting to use non-existent class sorting routine/,