Fix unit test regressions from recent UI changes.

Review Request #13754 — Created April 19, 2024 and submitted — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

Some of my recent changes impacted some of our Python unit tests. I was
a bit sloppy in not running the Python tests for some changes,
concentrating more on the JavaScript side.

These were mostly string changes that affected comparisons, though there
was one piece of broken HTML introduced in menu_action.html.

These have all been fixed, and all Python tests now pass.

Unit tests pass.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Fix unit test regressions from recent UI changes.
Some of my recent changes impacted some of our Python unit tests. I was a bit sloppy in not running the Python tests for some changes, concentrating more on the JavaScript side. These were mostly string changes that affected comparisons, though there was one piece of broken HTML introduced in `menu_action.html`. These have all been fixed, and all Python tests now pass.
4c7d877469bff5f2c02e48dd525266a194a55778 Christian Hammond
reviewboard/accounts/tests/test_theme_form.py
reviewboard/extensions/tests/test_action_hooks.py
reviewboard/extensions/tests/test_navigation_bar_hook.py
reviewboard/search/tests/test_search_view.py
reviewboard/templates/actions/menu_action.html
Loading...