~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/drizzledump_restore.test

  • Committer: Brian Aker
  • Date: 2011-01-26 00:31:58 UTC
  • mto: (2115.1.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2116.
  • Revision ID: brian@tangent.org-20110126003158-wciipy0fd4i6tcxt
Next pass through of tests (remove number, use label for error).

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
DROP DATABASE drizzledump_test;
115
115
 
116
116
--echo Ensure we don't have those tables (verify we restored something)
117
 
--ERROR 1146
 
117
--ERROR ER_NO_SUCH_TABLE
118
118
SELECT * FROM test.t1;
119
 
--ERROR 1146
 
119
--ERROR ER_NO_SUCH_TABLE
120
120
SELECT * FROM drizzledump_test.t1;
121
121
 
122
122
--echo Restoring from dumpfile