diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-08 17:06:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-08 17:06:00 +0200 |
commit | cbaa5532f056d0ad20300abbba253b065982187a (patch) | |
tree | e5cb266ec911ad81bdc4fd0a3149d9941ac4a424 /common/transaction/test.std | |
parent | 35662787f479b93b3205310934574132609461cc (diff) |
Add common/transaction test (port from tracer)
Diffstat (limited to 'common/transaction/test.std')
-rw-r--r-- | common/transaction/test.std | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/common/transaction/test.std b/common/transaction/test.std new file mode 100644 index 0000000..792010c --- /dev/null +++ b/common/transaction/test.std @@ -0,0 +1,21 @@ +test 001 +begin transaction +begin transaction +rollback transaction +rollback transaction +test 002 +begin transaction +commit transaction +test 003 +begin transaction +rollback transaction +test 004 +begin transaction +rollback transaction +test 005 +begin transaction +already_in_transaction +rollback transaction +test 006 +begin transaction +rollback transaction |