[glom] MySQL: Avoid testing changing columns
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] MySQL: Avoid testing changing columns
- Date: Fri, 11 Jan 2013 15:35:19 +0000 (UTC)
commit c7ebef52253e01694ff9851139e4c508a83e7949
Author: Murray Cumming <murrayc murrayc com>
Date: Sat Jan 5 15:34:44 2013 +0100
MySQL: Avoid testing changing columns
tests/test_selfhosting_new_then_change_columns.cc | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/tests/test_selfhosting_new_then_change_columns.cc b/tests/test_selfhosting_new_then_change_columns.cc
index dab0eaf..5bcdb2b 100644
--- a/tests/test_selfhosting_new_then_change_columns.cc
+++ b/tests/test_selfhosting_new_then_change_columns.cc
@@ -67,6 +67,13 @@ static bool test(Glom::Document::HostingMode hosting_mode)
return false;
}
+ //TODO_MySQL: Implement column changing.
+ if(hosting_mode == Glom::Document::HOSTING_MODE_MYSQL_SELF)
+ {
+ test_selfhosting_cleanup(false /* do not delete the file. */);
+ return true;
+ }
+
//Test that change_column() does not fail horribly:
//TODO: Start with some data that can be converted meaningfully,
//and check that the result is as expected:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]