projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e660e92
)
Adjust tests
author
Lukáš Tyrychtr
<ltyrycht@redhat.com>
Thu, 19 Oct 2023 15:08:57 +0000
(17:08 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 17 Nov 2023 19:54:30 +0000
(14:54 -0500)
testsuite/a11y/names.c
patch
|
blob
|
history
diff --git
a/testsuite/a11y/names.c
b/testsuite/a11y/names.c
index 6eb07cc20bce89aaebf7569d6909a8cfed8093b2..668daab4f5fc1f0252ca0fbc1468ab0f4aa7e7cb 100644
(file)
--- a/
testsuite/a11y/names.c
+++ b/
testsuite/a11y/names.c
@@
-198,7
+198,7
@@
test_name_range (void)
gtk_range_set_value (GTK_RANGE (scale), 50);
name = gtk_at_context_get_name (context);
- g_assert_cmpstr (name, ==, "
50
");
+ g_assert_cmpstr (name, ==, "");
g_free (name);