r7119 - dumbhippo/trunk/client/common/ddm
- From: commits mugshot org
- To: online-desktop-list gnome org
- Subject: r7119 - dumbhippo/trunk/client/common/ddm
- Date: Fri, 21 Dec 2007 15:30:53 -0600 (CST)
Author: walters
Date: 2007-12-21 15:30:53 -0600 (Fri, 21 Dec 2007)
New Revision: 7119
Modified:
dumbhippo/trunk/client/common/ddm/test-multipart-fetch.c
Log:
Fix apparent typo in test.
Modified: dumbhippo/trunk/client/common/ddm/test-multipart-fetch.c
===================================================================
--- dumbhippo/trunk/client/common/ddm/test-multipart-fetch.c 2007-12-21 21:05:44 UTC (rev 7118)
+++ dumbhippo/trunk/client/common/ddm/test-multipart-fetch.c 2007-12-21 21:30:53 UTC (rev 7119)
@@ -24,9 +24,10 @@
user = NULL;
ddm_data_resource_get(buddy1,
- "fixedUxuser", DDM_DATA_RESOURCE, &user,
+ "fixedUser", DDM_DATA_RESOURCE, &user,
NULL);
-
+
+ g_assert(user != NULL);
g_assert(user == user1);
return 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]