mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
tests: Remove an overzealous assertion
The dbus-appinfo test was asserting that before_emit only happens when we haven't seen a startup ID yet. But the docs imply that it gets emitted for every activate/open/commandline, which may well happen repeatedly. So drop this assertion.
This commit is contained in:
@@ -232,8 +232,6 @@ test_application_before_emit (GApplication *application,
|
||||
const gchar *startup_id;
|
||||
gsize i;
|
||||
|
||||
g_assert (!saw_startup_id);
|
||||
|
||||
const gchar *startup_id_keys[] = {
|
||||
"desktop-startup-id",
|
||||
"activation-token",
|
||||
|
Reference in New Issue
Block a user