Bug 8049

Summary: t/db_dependent/Budgets.t has a hardcoded budget id
Product: Koha Reporter: Jared Camins-Esakov <jcamins>
Component: Test SuiteAssignee: Jared Camins-Esakov <jcamins>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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.