Skip to content

Commit b4c1a5d

Browse files
committed
use different UTF-8 text for test data
1 parent a561833 commit b4c1a5d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/lib/util/test/pair_list_perf_test.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ static char const *test_attrs_75 = \
136136
"Test-String-# += \"selamat tinggal\"," /* 12 */
137137
"Test-String-# += \"你好\"," /* 13 */
138138
"Test-String-# += \"再见\"," /* 14 */
139-
"Test-String-# += \"Привет\"," /* 15 */
139+
"Test-String-# += \"Я люблю сир\"," /* 15 */
140140
"Test-Uint8-# = 255," /* 16 */
141141
"Test-Int64-# = 85645," /* 17 */
142142
"Test-Date-# += \"Jan 1 2020 00:00:00 UTC\"," /* 18 */
@@ -158,12 +158,12 @@ static char const *test_attrs_100 = \
158158
"Test-String-# += \"selamat tinggal\"," /* 12 */
159159
"Test-String-# += \"你好\"," /* 13 */
160160
"Test-String-# += \"再见\"," /* 14 */
161-
"Test-String-# += \"Привет\"," /* 15 */
162-
"Test-String-# += \"до свидания\"," /* 16 */
163-
"Test-String-# += \"вся слава советской россии\"," /* 17 */
164-
"Test-String-# += \"у нас есть видео с мочой\"," /* 18 */
165-
"Test-String-# += \"Байден заплатит за\"," /* 19 */
166-
"Test-String-# += \"приставание к бурундукам\""; /* 20 */
161+
"Test-String-# += \"Я люблю сир\"," /* 15 I love cheese */
162+
"Test-String-# += \"Найкращий сир - бринза\"," /* 16 The best cheese is brynza */
163+
"Test-String-# += \"Сулугуні чудовий на грилі\"," /* 17 Suluguni is wonderful grilled */
164+
"Test-String-# += \"Сирники з домашнього сиру\"," /* 18 Syrnyky from homemade cheese */
165+
"Test-String-# += \"Карпатська бринза пахне гірськими травами\","/* 19 (Carpathian brynza smells of mountain herbs */
166+
"Test-String-# += \"Вареники з сиром найсмачніші\""; /* 20 Varenyky with cheese are the tastiest */
167167

168168
static fr_pair_t **source_vps_0; //!< List with zero duplicate attributes.
169169
static fr_pair_t **source_vps_25; //!< List with 25% duplicate attributes.

0 commit comments

Comments
 (0)