[maemo-commits] [maemo-commits] r10279 - projects/haf/trunk/libosso/ut/osso-state

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Mar 1 13:22:05 EET 2007
Author: kihamala
Date: 2007-03-01 13:22:03 +0200 (Thu, 01 Mar 2007)
New Revision: 10279

Modified:
   projects/haf/trunk/libosso/ut/osso-state/test-osso-state.c
Log:
removed ut for removed API


Modified: projects/haf/trunk/libosso/ut/osso-state/test-osso-state.c
===================================================================
--- projects/haf/trunk/libosso/ut/osso-state/test-osso-state.c	2007-03-01 11:15:46 UTC (rev 10278)
+++ projects/haf/trunk/libosso/ut/osso-state/test-osso-state.c	2007-03-01 11:22:03 UTC (rev 10279)
@@ -44,6 +44,7 @@
 
 char *outo_name = "osso statefile opening/closing";
 
+#if 0
 int open_statefile_with_null_context_w(void);
 int open_statefile_with_null_context_r(void);
 int open_statefile_without_appdata_w(void);
@@ -61,6 +62,7 @@
 int open_statefile_no_permissions_w(void);
 int open_statefile_no_permissions_r(void);
 int open_statefile_truncation_ww(void);
+#endif
 int write_state_invalid_osso(void);
 int write_state_invalid_state(void);
 int write_state(void);
@@ -78,6 +80,7 @@
 #define APP_ILLEGALVER "/0.0.01"
 #define NO_PERMS "/tmp/nopermissions"
 
+#if 0
 int open_statefile_with_null_context_w(void)
 {
     gint fd = -1;
@@ -419,6 +422,7 @@
     osso_deinitialize(osso);
     return 1;
 }
+#endif
 
 int write_state_invalid_osso(void)
 {
@@ -624,6 +628,7 @@
 }
 
 testcase cases[] = {
+#if 0
     {*open_statefile_with_null_context_w,
      "osso_state_open wr, context=NULL",
      EXPECT_OK}
@@ -692,6 +697,7 @@
      "open_statefile truncation",
      EXPECT_OK}
     ,
+#endif
     {*write_state_invalid_osso,
      "write state, invalid osso",
      EXPECT_OK}


More information about the maemo-commits mailing list