GApplication: fix bogus testcase
authorRyan Lortie <desrt@desrt.ca>
Tue, 29 Oct 2013 19:02:44 +0000 (12:02 -0700)
committerRyan Lortie <desrt@desrt.ca>
Thu, 7 Nov 2013 18:51:05 +0000 (13:51 -0500)
commitffbf866d3b3dfae234fbdeef8bab683c14d66e30
treed4fcadb2344fe10e0caaa94b2bcd7b793a635991
parent6e0bbd8adb861b21de24c1701e0de21bae339e73
GApplication: fix bogus testcase

We had a GApplication testcase that handled both open and commandline.
This only way that this worked was by implementing the commandline
handler without actually setting the HANDLES_COMMAND_LINE flag.

This behaviour is now invalid, so just rip out the offending part of the
test.

https://bugzilla.gnome.org/show_bug.cgi?id=711099
gio/gapplicationimpl-dbus.c
gio/tests/basic-application.c
gio/tests/gapplication.c