diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-29 22:40:01 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-03 20:25:02 +0800 |
commit | fe119ac9b883091e0ed3e0b3cbbb64bca753baad (patch) | |
tree | 602ef78b251dfa1c0c5b7380c1f0e8ee8eb77762 /tests/check-libempathy.h | |
parent | f90aaa6e6f9dfa16dd3d6b6c526857f987862c99 (diff) | |
download | gsoc2013-empathy-fe119ac9b883091e0ed3e0b3cbbb64bca753baad.tar gsoc2013-empathy-fe119ac9b883091e0ed3e0b3cbbb64bca753baad.tar.gz gsoc2013-empathy-fe119ac9b883091e0ed3e0b3cbbb64bca753baad.tar.bz2 gsoc2013-empathy-fe119ac9b883091e0ed3e0b3cbbb64bca753baad.tar.lz gsoc2013-empathy-fe119ac9b883091e0ed3e0b3cbbb64bca753baad.tar.xz gsoc2013-empathy-fe119ac9b883091e0ed3e0b3cbbb64bca753baad.tar.zst gsoc2013-empathy-fe119ac9b883091e0ed3e0b3cbbb64bca753baad.zip |
port check-empathy-chatroom-manager.c to GTest
The tests have not been ported yet as they are currently
disabled.
Diffstat (limited to 'tests/check-libempathy.h')
-rw-r--r-- | tests/check-libempathy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/check-libempathy.h b/tests/check-libempathy.h index a892bf67c..2eac9e464 100644 --- a/tests/check-libempathy.h +++ b/tests/check-libempathy.h @@ -1,6 +1,5 @@ #ifndef __CHECK_LIBEMPATHY__ #define __CHECK_LIBEMPATHY__ -TCase * make_empathy_chatroom_manager_tcase (void); #endif /* #ifndef __CHECK_LIBEMPATHY__ */ |