From 7a6bd88e497901bd7dc02e1964717da20313c0d8 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 27 Aug 2013 10:29:42 +1200 Subject: [PATCH] Bug 10508: (follow-up) fix a typo Signed-off-by: Katrin Fischer Thx for the follow-up Chris! Signed-off-by: Galen Charlton --- t/db_dependent/Branch.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Branch.t b/t/db_dependent/Branch.t index bf65e57636..0619228579 100644 --- a/t/db_dependent/Branch.t +++ b/t/db_dependent/Branch.t @@ -204,7 +204,7 @@ $categories = GetBranchCategories; is( scalar( keys $categories ), $count_cat + 3, "Two categories added" ); delete $cat1->{add}; delete $cat2->{add}; -delete %new_category{add}; +delete $new_category{add}; is_deeply($categories, [ $cat1,$cat2,\%new_category ], 'retrieve all expected library categories (bug 10515)'); #test GetBranchCategory -- 2.39.2