~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/t/rollback.test

MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#
5
5
 
6
6
# Populate log with some records...
7
 
--source suite/transaction_log/t/rollback.inc
 
7
--source ../plugin/transaction_log/tests/t/rollback.inc
8
8
 
9
9
# Read in the transaction.log.
10
10
 
11
11
--exec ../drizzled/message/transaction_reader var/master-data/transaction.log
12
12
 
13
13
# Truncate the log file to reset for the next test
14
 
--source suite/transaction_log/t/truncate_log.inc
 
14
--source ../plugin/transaction_log/tests/t/truncate_log.inc