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:
Matthias Clasen
2025-07-11 07:31:12 -04:00
parent 5da569a425
commit de85736791

View File

@@ -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",