diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-24 16:23:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-24 16:23:14 +0200 |
commit | 3a951b92f1a4da2779b503e15130663429ca0d6d (patch) | |
tree | 22fa0b6c39c2a7a7abd582fd81a631f410eb19fe /common/view/driver.cxx | |
parent | 373f69ea28c47a4e2b75f897359f74913c34ca1e (diff) |
Add t_ prefix to all the common tests that conflict with examples
Diffstat (limited to 'common/view/driver.cxx')
-rw-r--r-- | common/view/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/view/driver.cxx b/common/view/driver.cxx index 24768f6..2ede99c 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 test_view_person " + "FROM t_view_person " "WHERE age < 31 ORDER BY age")); view1_check (r); |