Lines Matching refs:TestData
136 tdrelativepath = "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
139 tdrelativepath = ".." U_FILE_SEP_STRING "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
147 * directory to ..\source\data\..\test\testdata\out\testdata
151 strcat(tdpath,"testdata");
157 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(err));
199 TestData *testData;
225 testData=dataModule->createTestData("printf", errorCode);
227 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
348 delete testData;
365 TestData *testData;
391 testData=dataModule->createTestData("scanf", errorCode);
393 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
550 delete testData;
567 TestData *testData;
590 testData=dataModule->createTestData("printfPrecision", errorCode);
592 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
677 delete testData;