aboutsummaryrefslogtreecommitdiff
path: root/common/section/basics/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/section/basics/driver.cxx')
-rw-r--r--common/section/basics/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/section/basics/driver.cxx b/common/section/basics/driver.cxx
index 67e09ef..f34ed90 100644
--- a/common/section/basics/driver.cxx
+++ b/common/section/basics/driver.cxx
@@ -1125,7 +1125,7 @@ main (int argc, char* argv[])
{
using namespace test14;
- object o (123, "\x01\x02\x03\x04\x05");
+ object o (1, 123, "\x01\x02\x03\x04\x05");
{
transaction t (db->begin ());