Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use valid extent in testRegisterFeatureUnprojectible #55011

Merged
merged 2 commits into from Oct 22, 2023

Conversation

strk
Copy link
Contributor

@strk strk commented Oct 21, 2023

The test was meant to catch a crasher upon being unable to project a feature. Today it looks like QGIS is able to project the feature and generate a label for it, but the test still reports no features being added only because the "visible extent" (set to the map) is empty.

I will push a commit making the feature back unprojectible but first I want to verify that the "invisible extent" is the reason why the test did not start failing upon the feature became projectible. If this is the case, we should see the test fail, now that we use a valid map extent.

This is a spin-off of #54954 (comment)

The test was meant to catch a crasher upon being unable to project
a feature. Today it looks like QGIS is able to project the feature
and generate a label for it, but the test still reports no features
being added only because the "visible extent" (set to the map)
is empty.
@strk strk added the testsuite Issue related to testsuite label Oct 21, 2023
@github-actions github-actions bot added this to the 3.34.0 milestone Oct 21, 2023
@nyalldawson nyalldawson merged commit ee3a01e into qgis:master Oct 22, 2023
28 checks passed
@strk strk deleted the unprojectible-feature-test branch October 22, 2023 13:38
@strk
Copy link
Contributor Author

strk commented Oct 22, 2023

Should this be backported ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testsuite Issue related to testsuite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants