Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gtk4: fix tests #811

Draft
wants to merge 17 commits into
base: jeremypw/gtk4
Choose a base branch
from
Prev Previous commit
Next Next commit
Try original app id
  • Loading branch information
jeremypw committed Nov 24, 2024
commit e17574cb10d620a65508e03e50016cb0b3903cab
7 changes: 4 additions & 3 deletions src/tests/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ namespace Terminal.Test.Application {
application.quit ();
application = null;
}
application = new Terminal.Application (true) {
application_id = "io.elementary.terminal.tests.application"
};
// application = new Terminal.Application (true) {
// application_id = "io.elementary.terminal.tests.application"
// };
application = new Terminal.Application (true);

application.shutdown.connect (() => {
application.close ();
Expand Down
Loading