Bug 8049 - t/db_dependent/Budgets.t has a hardcoded budget id
Summary: t/db_dependent/Budgets.t has a hardcoded budget id
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: Main
Hardware: All All
: P3 normal (vote)
Assignee: Jared Camins-Esakov
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-05 11:12 UTC by Jared Camins-Esakov
Modified: 2014-12-07 20:03 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Camins-Esakov 2012-05-05 11:12:52 UTC
If you have deleted the first budget period created, the t/db_dependent/Budgets.t test will fail on the following test:

ok($active_period=GetBudgetPeriod(0),"GetBudgetPeriod(0) returned".Dump($active_period));
Comment 1 Jared Camins-Esakov 2012-05-05 11:46:45 UTC
Miscounted which test had failed, sorry.