+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2006, International Business Machines Corporation and
+ * Copyright (c) 1997-2013, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/***************************************************************************
*/
#ifndef _CRESTSTN
#define _CRESTSTN
+
+#include "unicode/utypes.h"
+#include "unicode/ures.h"
+
/* C TEST FOR NEW RESOURCEBUNDLE API*/
#include "cintltst.h"
static void TestFallback(void);
+static void TestPreventFallback(void);
+
static void TestBinaryCollationData(void);
static void TestNewTypes(void);
static void TestDirectAccess(void);
+static void TestTicket9804(void);
+
static void TestResourceLevelAliasing(void);
static void TestErrorCodes(void);