X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..5ea0322b6ab2af986e4c764284141380031dd014:/icuSources/tools/ctestfw/testdata.cpp diff --git a/icuSources/tools/ctestfw/testdata.cpp b/icuSources/tools/ctestfw/testdata.cpp index 68a5b535..0925cb59 100644 --- a/icuSources/tools/ctestfw/testdata.cpp +++ b/icuSources/tools/ctestfw/testdata.cpp @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 2002-2004, International Business Machines Corporation and + * Copyright (c) 2002-2005, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -8,8 +8,9 @@ #include "unicode/testdata.h" -TestData::TestData(const char* name) -: name(name), + +TestData::TestData(const char* testName) +: name(testName), fInfo(NULL), fCurrSettings(NULL), fCurrCase(NULL), @@ -40,8 +41,8 @@ const char * TestData::getName() const -RBTestData::RBTestData(const char* name) -: TestData(name), +RBTestData::RBTestData(const char* testName) +: TestData(testName), fData(NULL), fHeaders(NULL), fSettings(NULL), @@ -138,3 +139,4 @@ UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status) } } +