ICU-9353 remove last mentions of word_ja.txt

X-SVN-Rev: 32196
This commit is contained in:
Maxime Serrano 2012-08-17 21:58:20 +00:00
parent 1a702c3755
commit 43a4d7c0d4
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2006-2011 International Business Machines Corporation and others. All rights reserved.
Copyright (c) 2006-2012 International Business Machines Corporation and others. All rights reserved.
-->
<!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"
[
@ -17,7 +17,6 @@
<special xmlns:icu="http://www.icu-project.org/">
<icu:breakIteratorData>
<icu:boundaries>
<icu:word icu:dependency="word_ja.brk"/>
<icu:line icu:dependency="line_ja.brk"/>
</icu:boundaries>
</icu:breakIteratorData>

View File

@ -1052,7 +1052,6 @@ void RBBIAPITest::TestRoundtripRules() {
RoundtripRule("line");
RoundtripRule("char");
if (!quick) {
RoundtripRule("word_ja");
RoundtripRule("word_POSIX");
}
}