Skip to content

AB#1876 Add program_budget field across all layers (database, API, UI…

981f7f7
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

AB#1876 Add program_budget field across all layers (database, API, UI… #18

AB#1876 Add program_budget field across all layers (database, API, UI…
981f7f7
Select commit
Loading
Failed to load commit list.
GitHub Actions / Backend Test Results succeeded Feb 22, 2026 in 1s

20 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
backend/target/surefire-reports/TEST-com.ontario.program.controller.ProgramControllerTests.xml 13✅ 1s
backend/target/surefire-reports/TEST-com.ontario.program.ProgramApplicationTests.xml 1✅ 5s
backend/target/surefire-reports/TEST-com.ontario.program.repository.RepositoryTests.xml 6✅ 495ms

✅ backend/target/surefire-reports/TEST-com.ontario.program.controller.ProgramControllerTests.xml

13 tests were completed in 1s with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.ontario.program.controller.ProgramControllerTests 13✅ 1s

✅ com.ontario.program.controller.ProgramControllerTests

✅ shouldSubmitProgram
✅ shouldSubmitProgramWithBudget
✅ shouldRejectProgram
✅ shouldReturnValidationErrorForInvalidReviewStatus
✅ shouldReturnHealthStatus
✅ shouldGetProgramById
✅ shouldApproveProgram
✅ shouldReturnProgramTypes
✅ shouldReturnValidationErrorForNegativeBudget
✅ shouldReturn404ForNonExistentProgram
✅ shouldReturn404WhenReviewingNonExistentProgram
✅ shouldGetAllPrograms
✅ shouldReturnValidationErrorForBlankName

✅ backend/target/surefire-reports/TEST-com.ontario.program.ProgramApplicationTests.xml

1 tests were completed in 5s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.ontario.program.ProgramApplicationTests 1✅ 5s

✅ com.ontario.program.ProgramApplicationTests

✅ contextLoads

✅ backend/target/surefire-reports/TEST-com.ontario.program.repository.RepositoryTests.xml

6 tests were completed in 495ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.ontario.program.repository.RepositoryTests 6✅ 495ms

✅ com.ontario.program.repository.RepositoryTests

✅ shouldHaveFrenchTranslationsForAllProgramTypes
✅ shouldFindNotificationsByProgramId
✅ shouldLoadSeededProgramTypes
✅ shouldFindProgramsByNameContaining
✅ shouldFindProgramsByStatus
✅ shouldSaveAndRetrieveProgram