[glom/mysql: 20/21] fix



commit 2828d575fb16ff9977f028627aebacfe9db42611
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Jan 6 15:11:49 2013 +0100

    fix

 tests/test_selfhosting_new_then_lookup.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test_selfhosting_new_then_lookup.cc b/tests/test_selfhosting_new_then_lookup.cc
index 2139395..73e83fa 100644
--- a/tests/test_selfhosting_new_then_lookup.cc
+++ b/tests/test_selfhosting_new_then_lookup.cc
@@ -181,7 +181,7 @@ static bool test(Glom::Document::HostingMode hosting_mode)
   const Gnome::Gda::Value value = Glom::DbUtils::get_lookup_value(&document, 
     table_name, relationship, field_source, Gnome::Gda::Value(2));
 
-  if(!check_numeric_value_type(hosting_mode, value)))
+  if(!test_check_numeric_value_type(hosting_mode, value))
   {
     std::cerr << "Failure: The value has an unexpected type: " << 
       g_type_name(value.get_value_type()) << std::endl;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]