aboutsummaryrefslogtreecommitdiff
path: root/test/test-gtest.cpp
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-06-04 18:15:46 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-06-04 18:15:46 +0200
commit6ee454ecc225d186195206465254133473bfd749 (patch)
treed12cfbf8fe1cb90bd173ed66c3ad1f20c06eb913 /test/test-gtest.cpp
parent7d4fcf06c92e71fa0abb1927ac21705ab88478c0 (diff)
downloadayatana-indicator-messages-6ee454ecc225d186195206465254133473bfd749.tar.gz
ayatana-indicator-messages-6ee454ecc225d186195206465254133473bfd749.tar.bz2
ayatana-indicator-messages-6ee454ecc225d186195206465254133473bfd749.zip
Remove dummy test case
Diffstat (limited to 'test/test-gtest.cpp')
-rw-r--r--test/test-gtest.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/test-gtest.cpp b/test/test-gtest.cpp
deleted file mode 100644
index fd9fec1..0000000
--- a/test/test-gtest.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#include <glib.h>
-#include <gtest/gtest.h>
-
-extern "C" {
- #include "app-section.h"
-}
-
-TEST(AppSection, NameInitialized) {
- g_type_init();
- EXPECT_TRUE(true);
-}