From d794a3d0be146d76982148a14b0880d037de484c Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 27 Aug 2013 10:29:42 +1200 Subject: [PATCH] [PASSED QA] Bug 10508 : Follow up Fixing a typo Signed-off-by: Katrin Fischer Thx for the follow-up Chris! --- 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 bf65e57..0619228 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 -- 1.7.9.5