~charlesk/indicator-sync/lp-1051798

« back to all changes in this revision

Viewing changes to test/test-gtest.cpp

  • Committer: Charles Kerr
  • Date: 2012-08-22 07:07:49 UTC
  • mfrom: (0.1.21 trunk)
  • Revision ID: charles.kerr@canonical.com-20120822070749-76lc1uqz2muybc16
merge lp:~charlesk/indicator-sync/initial-impl for the initial implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#include <glib.h>
 
3
#include <gtest/gtest.h>
 
4
 
 
5
extern "C" {
 
6
   #include "launcher-menu-item.h"
 
7
}
 
8
 
 
9
TEST(LauncherMenuItem, NameInitialized) {
 
10
  g_type_init();
 
11
  EXPECT_TRUE(true);
 
12
}