aboutsummaryrefslogtreecommitdiff
path: root/common/view/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-21 19:50:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-21 20:05:46 +0200
commit373f69ea28c47a4e2b75f897359f74913c34ca1e (patch)
tree939a77636d714758f59a1dfa00e485d0f260f237 /common/view/driver.cxx
parentc8b6dcc696dc416658cc6ecdd51b64bd7dce9aed (diff)
Add test_ prefix to view test since it conflicts with view example
Diffstat (limited to 'common/view/driver.cxx')
-rw-r--r--common/view/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/view/driver.cxx b/common/view/driver.cxx
index 8d62830..24768f6 100644
--- a/common/view/driver.cxx
+++ b/common/view/driver.cxx
@@ -301,7 +301,7 @@ main (int argc, char* argv[])
result r (
db->query<view1c> (
"SELECT first, last, age "
- "FROM view_person "
+ "FROM test_view_person "
"WHERE age < 31 ORDER BY age"));
view1_check (r);