[glom] test_selfhosting_new_then_alter_table: Uncomment an extra test.



commit f4c09e5898f10f3677534361a5824aa02e401cdd
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Nov 6 10:57:30 2013 +0100

    test_selfhosting_new_then_alter_table: Uncomment an extra test.
    
    * tests/test_selfhosting_new_then_alter_table.cc: Check for use
      of quotes in the table name now that the bug in libgda seems to
      be fixed.

 tests/test_selfhosting_new_then_alter_table.cc |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/tests/test_selfhosting_new_then_alter_table.cc b/tests/test_selfhosting_new_then_alter_table.cc
index d28c420..961a1d5 100644
--- a/tests/test_selfhosting_new_then_alter_table.cc
+++ b/tests/test_selfhosting_new_then_alter_table.cc
@@ -77,12 +77,9 @@ static bool test(Glom::Document::HostingMode hosting_mode)
   if(!result)
     return false;
 
-  /* TODO: Uncomment this when this libgda bug is fixed:
-   * https://bugzilla.gnome.org/show_bug.cgi?id=663608
   result = do_test(hosting_mode, table_name + "with\"quote", new_table_name + "with\"quote");
   if(!result)
     return false;
-  */
 
   return result;
 }


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