+// © 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.
********************************************************************/
#include "unicode/testdata.h"
-TestData::TestData(const char* name)
-: name(name),
+
+TestData::TestData(const char* testName)
+: name(testName),
fInfo(NULL),
fCurrSettings(NULL),
fCurrCase(NULL),
-RBTestData::RBTestData(const char* name)
-: TestData(name),
+RBTestData::RBTestData(const char* testName)
+: TestData(testName),
fData(NULL),
fHeaders(NULL),
fSettings(NULL),
}
}
+