Bug 12168: (follow-up) correct typos in test descriptions
authorGalen Charlton <gmc@esilibrary.com>
Mon, 19 May 2014 22:04:45 +0000 (22:04 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 19 May 2014 22:05:17 +0000 (22:05 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/db_dependent/Budgets.t

index 56627ab..7f743ba 100755 (executable)
@@ -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" );