Skip to content

Commit

Permalink
Changes: more test cases for Korean sorting and index buckets
Browse files Browse the repository at this point in the history
RevBy: Berthold Krevert

Details:

For “NB#292490 - [TASK] Buckets and mixed languages”.
  • Loading branch information
Mike FABIAN committed Jan 16, 2012
1 parent 87a0774 commit 4039d9f
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ft_locales/ft_locales.cpp
Expand Up @@ -3153,6 +3153,7 @@ void Ft_Locales::testMLocaleIndexBucket_data()
<<"saki"
<<"Saki"
<<"Saki"
<<""
<<""
<<"𠮩" // 5 strokes, 1st stroke vertical, kHanyuPinlu - U+20BA9 kBigFive - kGB0- kRSUnicode 30.2"
);
Expand Down Expand Up @@ -3267,6 +3268,7 @@ void Ft_Locales::testMLocaleIndexBucket_data()
<<"S"
<<"S"
<<"S"
<<""
<<""
<<"𠮩"
);
Expand Down
3 changes: 3 additions & 0 deletions tests/ft_mlocalebuckets/ft_mlocalebuckets.cpp
Expand Up @@ -791,6 +791,9 @@ void Ft_MLocaleBuckets::sortTestFiles_data()
QTest::newRow("sr_Latn_YU")
<< "sr_Latn_YU"
<< "ft_mlocalebuckets_test-input.txt";
QTest::newRow("ko_KR")
<< "ko_KR"
<< "ft_mlocalebuckets_test-input.txt";
}

void Ft_MLocaleBuckets::sortTestFiles()
Expand Down
66 changes: 66 additions & 0 deletions tests/ft_mlocalebuckets/ft_mlocalebuckets_test-input.txt
Expand Up @@ -2011,3 +2011,69 @@ NJ
내일 또 만나요

0 comments on commit 4039d9f

Please sign in to comment.