Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: source/test/intltest/msfmrgts.h

Issue 2435373002: Delete source/test (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/test/intltest/mnkytst.cpp ('k') | source/test/intltest/msfmrgts.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/intltest/msfmrgts.h
diff --git a/source/test/intltest/msfmrgts.h b/source/test/intltest/msfmrgts.h
deleted file mode 100644
index fb1fa8c0ce3777c038fa1999c11a85949d9c6d8a..0000000000000000000000000000000000000000
--- a/source/test/intltest/msfmrgts.h
+++ /dev/null
@@ -1,56 +0,0 @@
-/********************************************************************
- * COPYRIGHT:
- * Copyright (c) 1997-2009, International Business Machines Corporation and
- * others. All Rights Reserved.
- ********************************************************************/
-
-#ifndef _MESSAGEFORMATREGRESSIONTEST_
-#define _MESSAGEFORMATREGRESSIONTEST_
-
-#include "unicode/utypes.h"
-
-#if !UCONFIG_NO_FORMATTING
-
-#include "intltest.h"
-
-/**
- * Performs regression test for MessageFormat
- **/
-class MessageFormatRegressionTest: public IntlTest {
-
- // IntlTest override
- void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
-public:
-
- void Test4074764(void);
- void Test4058973(void);
- void Test4031438(void);
- void Test4052223(void);
- void Test4104976(void);
- void Test4106659(void);
- void Test4106660(void);
- void Test4111739(void);
- void Test4114743(void);
- void Test4116444(void);
- void Test4114739(void);
- void Test4113018(void);
- void Test4106661(void);
- void Test4094906(void);
- void Test4118592(void);
- void Test4118594(void);
- void Test4105380(void);
- void Test4120552(void);
- void Test4142938(void);
- void TestChoicePatternQuote(void);
- void Test4112104(void);
- void TestAPI(void);
-
-protected:
- UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
-
-};
-
-#endif /* #if !UCONFIG_NO_FORMATTING */
-
-#endif // _MESSAGEFORMATREGRESSIONTEST_
-//eof
« no previous file with comments | « source/test/intltest/mnkytst.cpp ('k') | source/test/intltest/msfmrgts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698