[rygel-grilo] Get rid of invalid property from test



commit 1b7810d0b82d8747146c40251e0c628401966792
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Wed Apr 21 12:35:20 2010 +0200

    Get rid of invalid property from test

 src/test-client.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/test-client.c b/src/test-client.c
index 4a7671d..f8d5078 100644
--- a/src/test-client.c
+++ b/src/test-client.c
@@ -4,7 +4,6 @@
 
 static const gchar *properties[] = { MS2_PROP_ID,
 				     MS2_PROP_DISPLAY_NAME,
-                                     "title",
                                      MS2_PROP_PARENT,
                                      MS2_PROP_CHILD_COUNT,
                                      NULL };
@@ -245,9 +244,9 @@ int main (int argc, char **argv)
 
   g_type_init ();
 
-  if (1) test_properties_sync ();
+  if (0) test_properties_sync ();
   if (0) test_children_sync ();
-  if (0) test_properties_async ();
+  if (1) test_properties_async ();
   if (0) test_children_async ();
 
   mainloop = g_main_loop_new (NULL, FALSE);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]