[glom] Correct a comment.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Correct a comment.
- Date: Mon, 14 Nov 2011 07:59:10 +0000 (UTC)
commit 05858004daa2359204e675869157f988e3d973df
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Nov 14 08:59:03 2011 +0100
Correct a comment.
tests/test_fake_connection.cc | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/test_fake_connection.cc b/tests/test_fake_connection.cc
index 76cc7f7..5ba2b47 100644
--- a/tests/test_fake_connection.cc
+++ b/tests/test_fake_connection.cc
@@ -71,7 +71,6 @@ int main()
connection_pool->set_fake_connection();
//Build a SQL query and get the string for it:
- //Try to get more rows than intended:
const Gnome::Gda::Value value("Born To Run");
Glom::sharedptr<const Glom::Field> where_field = document.get_field("albums", "name");
const Gnome::Gda::SqlExpr where_clause =
@@ -91,7 +90,7 @@ int main()
Glom::Utils::build_sql_select_with_where_clause("albums",
fieldsToGet, where_clause);
const Glib::ustring& query = Glom::Utils::sqlbuilder_get_full_query(builder);
- std::cout << "query: " << query << std::endl;
+ //std::cout << "query: " << query << std::endl;
Glom::libglom_deinit();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]