Home | History | Annotate | Download | only in iotest

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));
198 TestData *testData;
224 testData=dataModule->createTestData("printf", errorCode);
226 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
347 delete testData;
364 TestData *testData;
390 testData=dataModule->createTestData("scanf", errorCode);
392 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
549 delete testData;
566 TestData *testData;
589 testData=dataModule->createTestData("printfPrecision", errorCode);
591 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
676 delete testData;