]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/ctestfw/testdata.cpp
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / ctestfw / testdata.cpp
index 68a5b5357ea045730211d8930474699837a47d89..0925cb59e9ce4fb03f96233d6a184fcddf948913 100644 (file)
@@ -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)
   }
 }
 
+