~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/drizzledump_restore.test

  • Committer: Olaf van der Spek
  • Date: 2011-03-29 12:04:36 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110329120436-vozkuer8vqgh027p
Always call assert()

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_TABLE_UNKNOWN,ER_SCHEMA_DOES_NOT_EXIST
118
118
SELECT * FROM test.t1;
119
 
--ERROR 1146
 
119
--ERROR ER_TABLE_UNKNOWN,ER_SCHEMA_DOES_NOT_EXIST
120
120
SELECT * FROM drizzledump_test.t1;
121
121
 
122
122
--echo Restoring from dumpfile
133
133
 
134
134
--echo # Cleanup
135
135
--echo # remove drizzledumpfile
136
 
--error 0,1
 
136
--error EE_OK,EE_ERROR_FIRST
137
137
--remove_file $drizzledumpfile