X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..0f5d89e82340278ed3d7d50029f37cab2c41a57e:/icuSources/tools/ctestfw/testdata.cpp diff --git a/icuSources/tools/ctestfw/testdata.cpp b/icuSources/tools/ctestfw/testdata.cpp index 68a5b535..3ccf009c 100644 --- a/icuSources/tools/ctestfw/testdata.cpp +++ b/icuSources/tools/ctestfw/testdata.cpp @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * 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 +10,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 +43,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 +141,4 @@ UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status) } } +