fixed data type for data
authorImran Zaman <imran.zaman@linux.intel.com>
Wed, 29 May 2013 10:42:25 +0000 (13:42 +0300)
committerImran Zaman <imran.zaman@linux.intel.com>
Wed, 29 May 2013 10:42:25 +0000 (13:42 +0300)
test/db/dbtest.c

index 44218d9..c5156c9 100644 (file)
@@ -405,7 +405,7 @@ START_TEST (test_sql_database)
     GSignondCredentials *creds = NULL;
     guint32 id = 1, method = 2;
     GHashTable *data = NULL;
-    GHashTable *data2 = NULL;
+    GSignondDictionary *data2 = NULL;
     Data input;
     sqlite3_stmt *stmt = NULL;
     gint status=0;