~mysql/myodbc/5.2

« back to all changes in this revision

Viewing changes to test/my_crash.c

  • Committer: Bogdan Degtyariov
  • Date: 2013-12-24 06:25:36 UTC
  • Revision ID: bogdan.degtyariov@oracle.com-20131224062536-98fdqxhv2dey1vbb
Fixed the error message in my_crash test module

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
                               message, sizeof(message), &len));
115
115
 
116
116
  is_str(sqlstate, "HY090", 5);
117
 
  is(strstr((char *)message, "Invalid string or buffer length"));
 
117
  is(strstr((char *)message, "One or more parameters exceed the maximum allowed name length"));
118
118
 
119
119
  ok_stmt(hstmt, SQLFreeStmt(hstmt, SQL_CLOSE));
120
120