~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/drizzledump_restore.test

  • Committer: Andrew Hutchings
  • Date: 2010-12-15 18:59:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2006.
  • Revision ID: andrew@linuxjedi.co.uk-20101215185955-q12lkja8hdnpjqg7
Make the test look for drizzleadmin failure instead of success as this test is not possible to fix for success on our FreeBSD 8.0 box

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 ER_TABLE_UNKNOWN
 
117
--ERROR 1146
118
118
SELECT * FROM test.t1;
119
 
--ERROR ER_TABLE_UNKNOWN
 
119
--ERROR 1146
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 EE_OK,EE_ERROR_FIRST
 
136
--error 0,1
137
137
--remove_file $drizzledumpfile