From f3098d1e2667452d7d8624f602780d535d5424f3 Mon Sep 17 00:00:00 2001 From: rbock Date: Mon, 3 Nov 2014 23:16:53 +0100 Subject: [PATCH] All tests compile again... --- tests/CMakeLists.txt | 20 ++++++++++---------- tests/SelectTypeTest.cpp | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 191baf34..d7198069 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -6,18 +6,18 @@ macro (build_and_run arg) add_test("${arg}" "${arg}") endmacro () -#build_and_run(BooleanExpressionTest) +build_and_run(BooleanExpressionTest) build_and_run(CustomQueryTest) -#build_and_run(InterpretTest) -#build_and_run(InsertTest) -#build_and_run(RemoveTest) -#build_and_run(UpdateTest) +build_and_run(InterpretTest) +build_and_run(InsertTest) +build_and_run(RemoveTest) +build_and_run(UpdateTest) build_and_run(SelectTest) -#build_and_run(SelectTypeTest) -#build_and_run(FunctionTest) -#build_and_run(PreparedTest) -#build_and_run(Minimalistic) -#build_and_run(ResultTest) +build_and_run(SelectTypeTest) +build_and_run(FunctionTest) +build_and_run(PreparedTest) +build_and_run(Minimalistic) +build_and_run(ResultTest) # if you want to use the generator, you can do something like this: #find_package(PythonInterp REQUIRED) diff --git a/tests/SelectTypeTest.cpp b/tests/SelectTypeTest.cpp index 00c0d882..e9a8ee7d 100644 --- a/tests/SelectTypeTest.cpp +++ b/tests/SelectTypeTest.cpp @@ -300,7 +300,7 @@ int main() multi_column(all_of(t)).as(alias::right), // index 8 (including 8, 9, 10, 11) t.alpha.as(alias::a) // index 12 ).from(t).where(true)); // next index is 13 - using ResultRow = typename Select::_result_methods_t::template _result_row_t; + using ResultRow = typename Select::_result_methods_t