summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/test/intltest/trnserr.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu-xetex/test/intltest/trnserr.h')
-rw-r--r--Build/source/libs/icu-xetex/test/intltest/trnserr.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/libs/icu-xetex/test/intltest/trnserr.h b/Build/source/libs/icu-xetex/test/intltest/trnserr.h
index ab34a6d6b34..35b4c5a4bd6 100644
--- a/Build/source/libs/icu-xetex/test/intltest/trnserr.h
+++ b/Build/source/libs/icu-xetex/test/intltest/trnserr.h
@@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 2001-2004, International Business Machines Corporation and
+ * Copyright (c) 2001-2005, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/************************************************************************
@@ -43,6 +43,10 @@ public:
//void TestHexToUniErrors(void);
+ // JitterBug 4452, for coverage. The reason to put this method here is
+ // this class is comparable smaller than other Transliterator*Test classes
+ void TestCoverage(void);
+
};
#endif /* #if !UCONFIG_NO_TRANSLITERATION */