Bug 8037: (follow-up) improve GetBudgetByOrderNumber test
authorGalen Charlton <gmc@esilibrary.com>
Mon, 21 Oct 2013 23:34:46 +0000 (23:34 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 14:57:18 +0000 (14:57 +0000)
commit8c60cd41a84453f4edd7a8e8752860066fac6d32
treecdcc954b28d8b59124960f1058e8f451f3711fff
parent4b3b87a7c3db584e1a4cad11b9b3a7a656f8a0ae
Bug 8037: (follow-up) improve GetBudgetByOrderNumber test

This patch moves the GetBudgetByOrderNumber() test from
Budgets.t to Acquisition.t, thereby making it easier to
test without doing a direct SQL insert into the aqorders table.

To test:

[1] Verify that prove -v t/db_dependent/Budgets.t passes
[2] Verify that prove -v t/db_dependent/Acquisition.t passes

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/db_dependent/Acquisition.t
t/db_dependent/Budgets.t