aboutsummaryrefslogtreecommitdiff
path: root/test/test-gtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-gtest.cpp')
-rw-r--r--test/test-gtest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test-gtest.cpp b/test/test-gtest.cpp
index bb9943d..1cc97be 100644
--- a/test/test-gtest.cpp
+++ b/test/test-gtest.cpp
@@ -8,9 +8,5 @@ extern "C" {
TEST(LauncherMenuItem, NameInitialized) {
g_type_init();
- //const gchar * expected = "foo";
- //LauncherMenuItem * test_li = launcher_menu_item_new ("foo");
- //gchar * result = launcher_menu_item_get_name(test_li);
- //EXPECT_EQ(0, strcmp("foo", result));
EXPECT_TRUE(true);
}