View | Details | Raw Unified | Return to bug 16860
Collapse All | Expand All

(-)a/t/db_dependent/ClassSource.t (-2 lines)
Lines 128-134 is_deeply( Link Here
128
128
129
#Test GetClassSort
129
#Test GetClassSort
130
my $getclassSort;
130
my $getclassSort;
131
#Note: Create a warning:" attempting to use non-existent class sorting routine $sort_routine"
132
warning_like
131
warning_like
133
    { $getclassSort = GetClassSort( 'source1', 'sortrule1', 'item1' ) }
132
    { $getclassSort = GetClassSort( 'source1', 'sortrule1', 'item1' ) }
134
    qr/attempting to use non-existent class sorting routine/,
133
    qr/attempting to use non-existent class sorting routine/,
135
- 

Return to bug 16860