~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/broken_table_proto_file.test

  • Committer: Lee Bieber
  • Date: 2010-08-26 21:56:15 UTC
  • mto: (1733.1.1 build) (1734.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1734.
  • Revision ID: lbieber@kalebral-2.local-20100826215615-98moemwu1u9u9x4y
change tests to use enum values instead of error numbers

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
system echo "this is a junk file for test" >> $MYSQLTEST_VARDIR/master-data/test/t1.dfe ;
12
12
--replace_column 6 # 7 # 8 # 9 #
13
13
SHOW TABLE STATUS like 't1';
14
 
--error 1693
 
14
--error ER_CORRUPT_TABLE_DEFINITION
15
15
show create table t1;
16
 
--error 1693
 
16
--error ER_CORRUPT_TABLE_DEFINITION
17
17
drop table if exists t1;
18
18
system rm -f $MYSQLTEST_VARDIR/master-data/test/t1.dfe;
19
19