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

(-)a/t/db_dependent/Branch.t (-2 / +1 lines)
Lines 204-210 $categories = GetBranchCategories; Link Here
204
is( scalar( keys $categories ), $count_cat + 3, "Two categories added" );
204
is( scalar( keys $categories ), $count_cat + 3, "Two categories added" );
205
delete $cat1->{add};
205
delete $cat1->{add};
206
delete $cat2->{add};
206
delete $cat2->{add};
207
delete %new_category{add};
207
delete $new_category{add};
208
is_deeply($categories, [ $cat1,$cat2,\%new_category ], 'retrieve all expected library categories (bug 10515)');
208
is_deeply($categories, [ $cat1,$cat2,\%new_category ], 'retrieve all expected library categories (bug 10515)');
209
209
210
#test GetBranchCategory
210
#test GetBranchCategory
211
- 

Return to bug 10508