#include "dcfmtest.h" // DecimalFormatTest
#include "listformattertest.h" // ListFormatterTest
#include "regiontst.h" // RegionTest
-
-// NumberFormatter is disabled on some platforms due to C++11 compatibility
-#if !UPRV_INCOMPLETE_CPP11_SUPPORT
-# include "numbertest.h" // All NumberFormatter tests
-#else
-class NumberTest : public IntlTest {
- public:
- void runIndexedTest(int32_t index, UBool exec, const char*& name, char*) {
- if (index > 0) { name = ""; return; } // base case
- name = "NumberTest";
- if (exec) {
- infoln(u" NOTE: NumberTest is disabled on this platform; see ICU ticket #13393.");
- }
- }
-};
-#endif
+#include "numbertest.h" // NumberTest
extern IntlTest *createCompactDecimalFormatTest();
extern IntlTest *createGenderInfoTest();
callTest(*test, par);
}
break;
- TESTCLASS(50,NumberTest);
+ TESTCLASS(50,NumberFormatDataDrivenTest);
+ TESTCLASS(51,NumberTest);
default: name = ""; break; //needed to end loop
}
if (exec) {