Skip to content

Commit

Permalink
Actually, just remove the test, as url-dispatcher doesn't support lib…
Browse files Browse the repository at this point in the history
…ertine.
  • Loading branch information
dobey committed Feb 27, 2017
1 parent 0ea1bc0 commit 0cc188f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/app-id-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,6 @@ TEST_F(AppIdTest, BaseUrl)
g_clear_pointer(&out_appid, g_free);
out_url = nullptr;

/* App ID with periods */
#if 0
// FIXME: tests distabled temporarily due to libertine breaking us
dispatcher_url_to_appid("appid://container-id/org.canonical.app1/0.0", &out_appid, &out_url);
ASSERT_STREQ("container-id_org.canonical.app1_0.0", out_appid);
EXPECT_EQ(nullptr, out_url);

dispatcher_send_to_app(out_appid, out_url);
EXPECT_STREQ("container-id_org.canonical.app1_0.0", ubuntu_app_launch_mock_get_last_app_id());

ubuntu_app_launch_mock_clear_last_app_id();
g_clear_pointer(&out_appid, g_free);
out_url = nullptr;
#endif

/* No version at all */
dispatcher_url_to_appid("appid://com.test.good/app1", &out_appid, &out_url);

Expand Down

0 comments on commit 0cc188f

Please sign in to comment.