204 |
is( scalar( keys $categories ), $count_cat + 3, "Two categories added" ); |
204 |
is( scalar( keys $categories ), $count_cat + 3, "Two categories added" ); |
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)'); |