From: <dg...@su...> - 2009-02-13 13:03:11
|
Author: bricks Date: Fri Feb 13 13:33:18 2009 New Revision: 5268 URL: http://www.opensync.org/changeset/5268 Log: changed indentation to tabs Modified: trunk/tests/sync-tests/check_sync.c Modified: trunk/tests/sync-tests/check_sync.c ============================================================================== --- trunk/tests/sync-tests/check_sync.c Fri Feb 13 11:50:28 2009 (r5267) +++ trunk/tests/sync-tests/check_sync.c Fri Feb 13 13:33:18 2009 (r5268) @@ -2540,19 +2540,19 @@ g_free(path); check_mapping(maptable, 1, -1, 2, "file1"); check_mapping(maptable, 2, -1, 2, "file1"); - osync_mapping_table_close(maptable); - osync_mapping_table_unref(maptable); - + osync_mapping_table_close(maptable); + osync_mapping_table_unref(maptable); + path = g_strdup_printf("%s/configs/group/1/hashtable.db", testbed); - OSyncHashTable *table = hashtable_load(path, "mockobjtype1", 1); + OSyncHashTable *table = hashtable_load(path, "mockobjtype1", 1); g_free(path); - check_hash(table, "file1"); + check_hash(table, "file1"); osync_hashtable_unref(table); path = g_strdup_printf("%s/configs/group/2/hashtable.db", testbed); - table = hashtable_load(path, "mockobjtype1", 1); + table = hashtable_load(path, "mockobjtype1", 1); g_free(path); - check_hash(table, "file1"); + check_hash(table, "file1"); osync_hashtable_unref(table); g_free(formatdir); |