testsuite: Rename next to ngl

Use specific names for renderers in the gsk tests.
Otherwise the tests may use the wrong renderer, or
the same renderer twice.
This commit is contained in:
Matthias Clasen 2021-03-31 07:49:14 -04:00
parent f9457af128
commit 6f62107656

View File

@ -89,8 +89,8 @@ informative_render_tests = [
renderers = [
# name exclude term
[ 'opengl', '' ],
[ 'next', '' ],
[ 'gl', '' ],
[ 'ngl', '' ],
[ 'broadway', '-3d' ],
[ 'cairo', '-3d' ],
]