diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-17 08:38:38 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-17 09:01:36 -0800 |
commit | 35eed89c651c87a5e9950f3033c1516358456425 (patch) | |
tree | 530d57e63a90533095c47941f9e0ac2bcc817871 /test/Converters.c | |
parent | 1aaf5d502027104ddd566090787780319f510278 (diff) |
tests: update g_test_bug_base url from bugzilla to gitlab
Also adds a call to g_test_bug() for the one existing testcase
associated with a bug in a public bug tracker.
Otherwise this is mostly a placeholder for now, as no other tests
call g_test_bug() yet to report what bugs they test for.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'test/Converters.c')
-rw-r--r-- | test/Converters.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Converters.c b/test/Converters.c index 46e7f5a..ef3c37c 100644 --- a/test/Converters.c +++ b/test/Converters.c @@ -75,7 +75,7 @@ static void test_XtCvtIntToPixmap(void) int main(int argc, char** argv) { g_test_init(&argc, &argv, NULL); - g_test_bug_base("https://bugzilla.freedesktop.org/show_bug.cgi?id="); + g_test_bug_base("https://gitlab.freedesktop.org/xorg/lib/libxt/-/issues/"); g_test_add_func("/Converters/XtCvtIntToPixmap", test_XtCvtIntToPixmap); |