Bug 12168: (follow-up) correct typos in test descriptions

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2014-05-19 22:04:45 +00:00
parent dd36f80e2c
commit 1387c65c0d

View file

@ -318,5 +318,5 @@ for my $infos (@order_infos) {
}
}
is( GetBudgetHierarchySpent( $budget_id1 ), 160, "total spent for budget1 is 160" );
is( GetBudgetHierarchySpent( $budget_id11 ), 100, "total spent for budget1 is 100" );
is( GetBudgetHierarchySpent( $budget_id111 ), 20, "total spent for budget1 is 20" );
is( GetBudgetHierarchySpent( $budget_id11 ), 100, "total spent for budget11 is 100" );
is( GetBudgetHierarchySpent( $budget_id111 ), 20, "total spent for budget111 is 20" );