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

Unified Diff: source/test/intltest/itrbbi.cpp

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/itrbbi.h ('k') | source/test/intltest/itrbnf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/intltest/itrbbi.cpp
diff --git a/source/test/intltest/itrbbi.cpp b/source/test/intltest/itrbbi.cpp
deleted file mode 100644
index b99a405beae2d82676b61013c6d1e9e8ece31c49..0000000000000000000000000000000000000000
--- a/source/test/intltest/itrbbi.cpp
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
-**********************************************************************
-* Copyright (C) 1998-2012, International Business Machines Corporation
-* and others. All Rights Reserved.
-**********************************************************************
-*/
-/***********************************************************************
-* Date Name Description
-* 12/14/99 Madhu Creation.
-***********************************************************************/
-/**
- * IntlTestRBBI is the medium level test class for RuleBasedBreakIterator
- */
-
-#include "unicode/utypes.h"
-
-#if !UCONFIG_NO_BREAK_ITERATION
-
-#include "itrbbi.h"
-#include "rbbiapts.h"
-#include "rbbitst.h"
-
-#define TESTCLASS(n,classname) \
- case n: \
- name = #classname; \
- if (exec) { \
- logln(#classname "---"); \
- logln(""); \
- classname t; \
- callTest(t, par); \
- } \
- break
-
-
-void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
-{
- if (exec) logln("TestSuite RuleBasedBreakIterator: ");
- switch (index) {
- TESTCLASS(0, RBBIAPITest);
- TESTCLASS(1, RBBITest);
- default: name=""; break;
- }
-}
-
-#endif /* #if !UCONFIG_NO_BREAK_ITERATION */
« no previous file with comments | « source/test/intltest/itrbbi.h ('k') | source/test/intltest/itrbnf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698