test/harness/testcaseio.c
changeset 7 721e468c10f3
parent 6 faab25d520dd
child 8 cf332d440466
     1.1 --- a/test/harness/testcaseio.c	Fri Jan 27 16:18:02 2012 +0000
     1.2 +++ b/test/harness/testcaseio.c	Fri Jan 27 21:40:35 2012 +0000
     1.3 @@ -38,6 +38,8 @@
     1.4  	    testcase->input=g_strdup(text);
     1.5  	else if (!testcase->expected && !strcmp(tag,"EXPECTED"))
     1.6  	    testcase->expected=g_strdup(text);
     1.7 +	else if (!testcase->encoding && !strcmp(tag,"ENCODING"))
     1.8 +	    testcase->encoding=g_strdup(text);
     1.9  	else
    1.10  	{
    1.11  	    fprintf(stderr,"%s: Not a valid testcase (%s)\n",filename,tag);