summaryrefslogtreecommitdiff
path: root/test/Event.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Event.c')
-rw-r--r--test/Event.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Event.c b/test/Event.c
index bd80c8c..a2f99f9 100644
--- a/test/Event.c
+++ b/test/Event.c
@@ -57,6 +57,9 @@ static void test_XtAppMainLoop_34715(void)
XtAppContext app;
struct sigaction sa;
+ g_test_bug_base("https://bugzilla.freedesktop.org/show_bug.cgi?id=");
+ g_test_bug("34715");
+
XtToolkitInitialize();
app = XtCreateApplicationContext();
XtAppAddTimeOut(app, 1000, _Tick, app);
@@ -83,7 +86,7 @@ static void test_XtAppMainLoop_34715(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("/Event/XtAppMainLoop/34715", test_XtAppMainLoop_34715);