Feature #34123
closedSystem tests for inline auto complete feature
0%
Description
We should add some system tests (or other type) for the inline autocomplete feature.
Files
Updated by Marius BĂLTEANU about 4 years ago
- File 0001-Add-system-tests-for-inline-autocomplete.patch 0001-Add-system-tests-for-inline-autocomplete.patch added
- Category set to UI
- Assignee deleted (
Marius BĂLTEANU) - Target version set to 4.2.0
I've added a first version of the tests. I preferred to have all the tests related to inline autocomplete in the same file instead of splitting them in different files (issues_test, news_test, etc).
Any feedback is appreciated.
Updated by Go MAEDA about 4 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you.
Updated by Marius BĂLTEANU about 4 years ago
- File fix_assert_param_order.patch added
- Status changed from Closed to Reopened
Please commit the attached patch, I made a mistake in the initial patch (first param is the expected value, the second is the actual).
Updated by Marius BĂLTEANU about 4 years ago
- File deleted (
fix_assert_param_order.patch)
Updated by Marius BĂLTEANU about 4 years ago
Updated by Go MAEDA about 4 years ago
- Status changed from Reopened to Closed
Marius BALTEANU wrote:
Please commit the attached patch, I made a mistake in the initial patch (first param is the expected value, the second is the actual).
Committed the fix in r20652. Thank you.
Updated by Go MAEDA almost 4 years ago
- Target version changed from 4.2.0 to 4.1.2
Changing the target version to 4.1.2 in order to apply #33846 to 4.1-stable.