~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2009-12-06 22:57:37 UTC
  • mfrom: (1238.1.6 push)
  • Revision ID: brian@gaz-20091206225737-mf0algeqvx1ykg2f
Merge Monty

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