diff options
Diffstat (limited to 'tests/test-indicator.cc')
-rw-r--r-- | tests/test-indicator.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-indicator.cc b/tests/test-indicator.cc index b9f7321..5480774 100644 --- a/tests/test-indicator.cc +++ b/tests/test-indicator.cc @@ -71,6 +71,8 @@ class IndicatorTest : public ::testing::Test virtual void TearDown() { + ASSERT_EQ (1, G_OBJECT(battery_device)->ref_count); + ASSERT_EQ (1, G_OBJECT(ac_device)->ref_count); g_object_unref (battery_device); g_object_unref (ac_device); } |