~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/tests/str_test.c

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
  test_arg("strstr(v1,v5)",(long) strstr(v1,v5),0L);
74
74
  test_arg("strstr(v6,v8)",(long) strstr(v6,v8),0L);
75
75
 
76
 
  test_arg("strinstr(v1,v4)",(long) strinstr(v1,v4),4L);
77
 
  test_arg("strinstr(v1,v5)",(long) strinstr(v1,v5),0L);
78
76
  test_arg("strlen(from)",(long) strlen(from),(long) F_LEN);
79
77
  test_arg("strlen(\"\")",(long) strlen(""),0L);
80
78
#ifdef HAVE_STRNLEN