[libgda] ui tests: check_sets: Fix a typo.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] ui tests: check_sets: Fix a typo.
- Date: Wed, 31 Oct 2012 15:43:23 +0000 (UTC)
commit 7a101cce2fbda642cf3de8e07e04a489ad24451d
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Oct 31 16:42:44 2012 +0100
ui tests: check_sets: Fix a typo.
See bug #687274
tests/ui/check_sets.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/ui/check_sets.c b/tests/ui/check_sets.c
index f431614..3b54e30 100644
--- a/tests/ui/check_sets.c
+++ b/tests/ui/check_sets.c
@@ -104,7 +104,7 @@ compare_iter (GdaDataModelIter *iter, gint exp_row, const gchar **col_ids, const
str = gda_value_stringify (cvalue);
if (strcmp (col_values[i], str)) {
g_print ("Wrong column %d value: got [%s] and expected [%s]\n", i,
- str, col_types[i]);
+ str, col_values[i]);
g_free (str);
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]