[telepathy-gabble/telepathy-gabble-0.8] test-ns: give the tests better names

Jonny Lamb jonny.lamb at collabora.co.uk
Mon Nov 23 09:11:13 PST 2009


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 tests/test-ns.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/test-ns.c b/tests/test-ns.c
index 034362c..7872f9d 100644
--- a/tests/test-ns.c
+++ b/tests/test-ns.c
@@ -1,7 +1,7 @@
 #include "src/util.h"
 
 static gboolean
-one (void)
+test_inherited_ns (void)
 {
   LmMessageNode *baz;
   LmMessage *stanza;
@@ -23,7 +23,7 @@ one (void)
 }
 
 static gboolean
-two (void)
+test_uninherited_ns (void)
 {
   LmMessageNode *foo, *baz;
   LmMessage *stanza;
@@ -52,8 +52,8 @@ main (void)
 {
   g_type_init ();
 
-  g_assert (one ());
-  g_assert (two ());
+  g_assert (test_inherited_ns ());
+  g_assert (test_uninherited_ns ());
 
   return 0;
 }
-- 
1.5.6.5




More information about the telepathy-commits mailing list