Project

General

Profile

5219a_unitests.txt

Stefanel Pezamosca, 08/13/2026 07:47 AM

Download (90.2 KB)

 
1

    
2
Thanks for using JUnit! Support its development at https://junit.org/sponsoring
3

    
4
UI Theme successfully changed to 'material'
5
Insert 1000 word-index rows: 919 ms
6
Update 1000 word-index rows: 510 ms
7
Large disjunction over 1000 rows: 20 ms
8
Reflections took 145 ms to scan 2 urls, producing 116 keys and 1151 values
9
10
└─ FWD Test ✔
11
   ├─ tests.persistence.word_index.TestForEachSorting ✔
12
   │  ├─ testByF1 ✔
13
   │  ├─ testByF3 ✔
14
   │  ├─ testByF2ThenF3 ✔
15
   │  ├─ testByF2ThenF1 ✔
16
   │  ├─ testByF3ThenF1 ✔
17
   │  ├─ testTest2ByG1ThenG2 ✔
18
   │  └─ testTest2ByG2ThenG1 ✔
19
   ├─ tests.persistence.word_index.TestContainsWordBoundary ✔
20
   │  ├─ testExactCatMatchesOnlyCat ✔
21
   │  ├─ testExactCats ✔
22
   │  ├─ testExactCategory ✔
23
   │  ├─ testCatPrefixMatchesFamily ✔
24
   │  ├─ testScatterExact ✔
25
   │  ├─ testScatIsNotAsubstringMatch ✔
26
   │  ├─ testConcatenateExact ✔
27
   │  ├─ testConcatIsNotAsubstringMatch ✔
28
   │  ├─ testCatsAndDogsConjunction ✔
29
   │  ├─ testDogsExact ✔
30
   │  ├─ testCategPrefix ✔
31
   │  └─ testLeadingAsteriskRaisesError ✔
32
   ├─ tests.persistence.word_index.TestContainsWildcardScenarios ✔
33
   │  ├─ testPrefixThreeChars ✔
34
   │  ├─ testPrefixFourChars ✔
35
   │  ├─ testPrefixFiveCharsExcludesApple ✔
36
   │  ├─ testPrefixApplication ✔
37
   │  ├─ testWildcardMatchesWholeFamily ✔
38
   │  ├─ testExactWordNoWildcard ✔
39
   │  ├─ testExactLongWord ✔
40
   │  ├─ testPartialWordWithoutWildcardNoMatch ✔
41
   │  ├─ testDogPrefix ✔
42
   │  ├─ testDogExact ✔
43
   │  ├─ testSingleLetterPrefix ✔
44
   │  ├─ testTwoLetterPrefix ✔
45
   │  ├─ testThreeLetterPrefix ✔
46
   │  ├─ testFourLetterPrefix ✔
47
   │  ├─ testPrefixNoMatch ✔
48
   │  ├─ testUnknownPrefix ✔
49
   │  ├─ testExactWordPlusWildcard ✔
50
   │  ├─ testWildcardConjunctionNoMatch ✔
51
   │  └─ testWildcardDisjunction ✔
52
   ├─ tests.persistence.word_index.TestContainsUpdateScenarios ✔
53
   │  ├─ testAddWordViaUpdate ✔
54
   │  ├─ testRemoveWordViaUpdate ✔
55
   │  ├─ testReplaceWordViaUpdate ✔
56
   │  ├─ testDeleteRecordRemovesFromIndex ✔
57
   │  ├─ testUpdateToSameValueKeepsData ✔
58
   │  ├─ testUpdateNonWordFieldRepeatedly ✔
59
   │  ├─ testWhitespaceOnlyFieldHasNoWords ✔
60
   │  ├─ testDelimitersOnlyFieldHasNoWords ✔
61
   │  ├─ testAppendWord ✔
62
   │  ├─ testPrependWord ✔
63
   │  ├─ testMultipleRecordsCommonWord ✔
64
   │  ├─ testUpdateAllRemoveCommonWord ✔
65
   │  ├─ testEmptyToValueViaUpdate ✔
66
   │  ├─ testExtentAddElement ✔
67
   │  ├─ testExtentClearElement ✔
68
   │  ├─ testExtentReplaceElement ✔
69
   │  └─ testBulkInsertThenSearch ✔
70
   ├─ tests.persistence.word_index.TestContainsTriggers ✔
71
   │  ├─ testInsertEmptyFieldHasNoWords ✔
72
   │  ├─ testInsertUnknownFieldHasNoWords ✔
73
   │  ├─ testInsertPopulatedFieldIsFound ✔
74
   │  ├─ testUpdateWordFieldReplacesWords ✔
75
   │  ├─ testUpdateNonWordFieldKeepsWords ✔
76
   │  ├─ testUpdateWordFieldToEmptyRemovesWords ✔
77
   │  ├─ testDuplicateWordsStillMatch ✔
78
   │  ├─ testReorderedWordsMatchSameWay ✔
79
   │  ├─ testCaseInsensitiveMatch ✔
80
   │  ├─ testExtentInsertAndUpdate ✔
81
   │  ├─ testTempTableInsertEmptyHasNoWords ✔
82
   │  └─ testTempTableUpdateReplacesWords ✔
83
   ├─ tests.persistence.word_index.TestContainsQueryNavigation ✔
84
   │  ├─ testGetFirst ✔
85
   │  ├─ testGetFirstContent ✔
86
   │  ├─ testGetNext ✔
87
   │  ├─ testGetLast ✔
88
   │  ├─ testGetPrevFromLast ✔
89
   │  ├─ testCountViaGetNext ✔
90
   │  ├─ testOffEndAfterLast ✔
91
   │  ├─ testOffEndBeforeFirst ✔
92
   │  ├─ testForwardOnlyCount ✔
93
   │  ├─ testReopenAfterClose ✔
94
   │  ├─ testRePrepareNarrows ✔
95
   │  └─ testByDescendingFirst ✔
96
   ├─ tests.persistence.word_index.TestContainsPseudo ✔
97
   │  └─ testPseudoQueryMatches ✔
98
   ├─ tests.persistence.word_index.TestContainsPerformance ✔
99
   │  ├─ testInsertPerformance ✔
100
   │  ├─ testUpdatePerformance ✔
101
   │  └─ testLargeDisjunctionPerformance ✔
102
   ├─ tests.persistence.word_index.TestContainsParamTypes ✔
103
   │  ├─ testLiteralOperand ✔
104
   │  ├─ testConcatenationOperand ✔
105
   │  ├─ testLowerFunctionOperand ✔
106
   │  ├─ testVariableOperand ✔
107
   │  ├─ testUnknownValueOperand ✔
108
   │  └─ testExpressionOperand ✔
109
   ├─ tests.persistence.word_index.TestContainsMultiWordContent ✔
110
   │  ├─ testWordInMiddle ✔
111
   │  ├─ testWordFox ✔
112
   │  ├─ testRepeatedWordMatchesOncePerRecord ✔
113
   │  ├─ testWordAtEnd ✔
114
   │  ├─ testConjunctionAcrossSentence ✔
115
   │  ├─ testConjunctionMissingWord ✔
116
   │  ├─ testFirstAndLastWord ✔
117
   │  ├─ testPhraseImplicitAnd ✔
118
   │  ├─ testThreeWordPhrase ✔
119
   │  ├─ testMissingWord ✔
120
   │  ├─ testDisjunctionWithMissing ✔
121
   │  ├─ testWildcardConjunction ✔
122
   │  ├─ testSingleWordRecord ✔
123
   │  ├─ testDuplicateSearchTerm ✔
124
   │  └─ testTripleConjunction ✔
125
   ├─ tests.persistence.word_index.TestContainsJoins ✔
126
   │  ├─ testMultiJoinFieldContains ✔
127
   │  ├─ testGrandparentReferenceContains ✔
128
   │  ├─ testLookupUsesParentField ✔
129
   │  └─ testLookupConcatenatesParentField ✔
130
   ├─ tests.persistence.word_index.TestContainsIndexSelection ✔
131
   │  ├─ testWildcardSelectionCount ✔
132
   │  ├─ testSelectionExactWord ✔
133
   │  ├─ testSelectionDisjunction ✔
134
   │  ├─ testSelectionConjunctionNoMatch ✔
135
   │  ├─ testNaturalOrderIsWordIndexNotRecno ✘ Expected: 2,4,5,3,1, but was: 1,2,3,4,5,
136
   │  ├─ testExplicitByRecnoOverridesWordOrder ✔
137
   │  └─ testRecordContentsMatchSelection ✔
138
   ├─ tests.persistence.word_index.TestContainsExtentOutput ✔
139
   │  └─ testExtentOutputMatchesExpected ✔
140
   ├─ tests.persistence.word_index.TestContainsExtent ✔
141
   │  ├─ testValidFieldCharContainsChar ✔
142
   │  ├─ testValidFieldCharExtentContainsChar ✔
143
   │  ├─ testInvalidFieldCharContainsCharExtent ✔
144
   │  ├─ testInvalidFieldCharExtentContainsCharExtent ✔
145
   │  ├─ testValidFieldCharExtentContainsCharForFirst ✔
146
   │  ├─ testValidFieldCharExtentContainsCharForLast ✔
147
   │  └─ testValidFieldCharExtentContainsCharQuery ✔
148
   ├─ tests.persistence.word_index.TestContainsExpressions ✔
149
   │  ├─ testContainsAndNonIndexedField ✔
150
   │  ├─ testContainsOrNonIndexedField ✔
151
   │  ├─ testComplementOfContains ✔
152
   │  ├─ testConjunctiveNormalForm ✔
153
   │  ├─ testDisjunctiveNormalForm ✔
154
   │  ├─ testContainsExistence ✔
155
   │  └─ testContainsInIfExpression ✔
156
   ├─ tests.persistence.word_index.TestContainsDynamic ✔
157
   │  ├─ testValidDynamicQuery ✔
158
   │  ├─ testMultiWildcardWords ✔
159
   │  ├─ testInvalidQueryStringRaisesError ✔
160
   │  ├─ testContainsOnFieldWithoutWordIndexRaisesError ✔
161
   │  └─ testDuplicateWordIndexFieldError ✔
162
   ├─ tests.persistence.word_index.TestContainsDisjunctions ✔
163
   │  ├─ testManyInStringDisjunctions ✔
164
   │  ├─ testMaxSeparateOrContains ✔
165
   │  └─ testDisjunctionWithWildcards ✔
166
   ├─ tests.persistence.word_index.TestContainsDelimiters ✔
167
   │  ├─ testWhitespaceAndPunctuationAreDelimiters ✔
168
   │  ├─ testAlphanumericsAreNotDelimiters ✔
169
   │  ├─ testNumericPunctuationKeepsSingleWord ✔
170
   │  ├─ testPunctuationBeforeNonDigitStillSplits ✔
171
   │  ├─ testHyphenSequenceMatchesReordered ✔
172
   │  ├─ testMixedPunctuationTokens ✔
173
   │  └─ testContainsEmptyMatchesNothing ✔
174
   ├─ tests.persistence.word_index.TestContainsCombinedConditions ✔
175
   │  ├─ testContainsAndCharEquality ✔
176
   │  ├─ testContainsAndLogicalTrue ✔
177
   │  ├─ testContainsAndLogicalFalse ✔
178
   │  ├─ testContainsOrCharEquality ✔
179
   │  ├─ testContainsAndNumIndexBegins ✔
180
   │  ├─ testContainsAndNumIndexRange ✔
181
   │  ├─ testContainsAndMatches ✔
182
   │  ├─ testTwoWordFieldsAnd ✔
183
   │  ├─ testTwoWordFieldsOr ✔
184
   │  ├─ testTwoContainsSameField ✔
185
   │  ├─ testContainsWithComputedExpression ✔
186
   │  ├─ testContainsInNestedAndOr ✔
187
   │  ├─ testContainsAndCharGreaterEqual ✔
188
   │  └─ testContainsCountAll ✔
189
   ├─ tests.persistence.word_index.TestContainsByBreakBy ✔
190
   │  ├─ testContainsWithBy ✔
191
   │  ├─ testContainsWithBreakBy ✔
192
   │  ├─ testContainsJoinWithBy ✔
193
   │  └─ testDynamicContainsWithBy ✔
194
   ├─ tests.persistence.word_index.TestContainsBufferCopy ✔
195
   │  ├─ testBufferCopyPersistentTable ✔
196
   │  └─ testBufferCopyTempTable ✔
197
   ├─ tests.persistence.word_index.TestContainsBooleanLogic ✔
198
   │  ├─ testSingleTermRed ✔
199
   │  ├─ testSingleTermGreen ✔
200
   │  ├─ testSingleTermBlue ✔
201
   │  ├─ testAndRedGreen ✔
202
   │  ├─ testAndRedBlue ✔
203
   │  ├─ testAndGreenBlue ✔
204
   │  ├─ testAndThreeTerms ✔
205
   │  ├─ testOrRedYellow ✔
206
   │  ├─ testOrThreeTerms ✔
207
   │  ├─ testGroupedOrAndBlue ✔
208
   │  ├─ testRedAndGroupedOr ✔
209
   │  ├─ testOrOfTwoConjunctions ✔
210
   │  ├─ testAndNoMatch ✔
211
   │  ├─ testOrYellowGreen ✔
212
   │  ├─ testGroupedOrAndRed ✔
213
   │  └─ testRepeatedTermInConjunction ✔
214
   ├─ tests.persistence.word_index.TestContains ✔
215
   │  ├─ testEscapedChar1 ✔
216
   │  ├─ testEscapedChar2 ✔
217
   │  ├─ testSimple ✔
218
   │  ├─ testSimpleEmpty ✔
219
   │  ├─ testSimpleWithSpace ✔
220
   │  ├─ testSimpleWithSpaceHalf ✔
221
   │  ├─ testSimpleWildCardValid ✔
222
   │  ├─ testSimpleWildCardValidHalf ✔
223
   │  ├─ testSimpleWildCardInvalid ✔
224
   │  ├─ testDoubleInvalidUnexpectedEnd ✔
225
   │  ├─ testDoubleInvalidNoSearch ✔
226
   │  ├─ testDoubleInvalidNoFirstWord ✔
227
   │  ├─ testDoubleInvalidParanthesis ✔
228
   │  ├─ testDoubleValid ✔
229
   │  ├─ testDoubleInvalidKeywordsNoError ✔
230
   │  ├─ testDoubleSpaceAnd ✔
231
   │  ├─ testDoubleValidWildcard ✔
232
   │  ├─ testTripleValid ✔
233
   │  ├─ testTripleInvalidEmpty ✔
234
   │  ├─ testMultipleValidParanthesis ✔
235
   │  ├─ testQueryEach ✔
236
   │  ├─ testForFirst ✔
237
   │  ├─ testOnlyDelimitersAfterAsteriskShouldNotThrowWildcardError ✔
238
   │  ├─ testCharsAfterAsteriskShouldThrowWildcardError ✔
239
   │  ├─ testNothingBetweenDelimitersAndAsteriskShouldNotThrowWildcardError ✔
240
   │  ├─ testDelimiterTrimmedBeforeAsterisk ✔
241
   │  ├─ testOffEnd1 ✔
242
   │  ├─ testOffEnd2 ✔
243
   │  ├─ testOffEnd3 ✔
244
   │  ├─ testOffEnd4 ✔
245
   │  ├─ testOpenStaticScrolling1 ✔
246
   │  ├─ testOpenStaticScrolling2 ✔
247
   │  ├─ testOpenStaticScrolling3 ✔
248
   │  ├─ testOpenStaticScrolling4 ✔
249
   │  ├─ testOpenStaticScrolling5 ✔
250
   │  ├─ testOpenStaticScrolling6 ✔
251
   │  ├─ testOpenStaticScrolling7 ✔
252
   │  ├─ testOpenStaticScrolling8 ✔
253
   │  ├─ testOpenStaticScrolling9 ✔
254
   │  ├─ testOpenStaticScrolling10 ✔
255
   │  ├─ testOpenStaticScrolling11 ✔
256
   │  ├─ testOpenStaticScrolling12 ✔
257
   │  ├─ testOpenStaticScrolling13 ✔
258
   │  ├─ testOpenStaticScrolling14 ✔
259
   │  ├─ testOpenStaticScrolling15 ✔
260
   │  ├─ testOpenStaticScrolling16 ✔
261
   │  ├─ testOpenStaticScrolling17 ✔
262
   │  ├─ testOpenStaticScrolling18 ✔
263
   │  ├─ testOpenStaticScrolling19 ✔
264
   │  ├─ testOpenStaticScrolling20 ✔
265
   │  ├─ testOpenStaticScrolling21 ✔
266
   │  ├─ testOpenStaticScrolling22 ✔
267
   │  ├─ testOpenStaticScrolling23 ✔
268
   │  ├─ testOpenStaticScrolling24 ✔
269
   │  ├─ testOpenStaticScrolling25 ✔
270
   │  ├─ testOpenStaticScrolling26 ✔
271
   │  ├─ testOpenStaticScrolling27 ✔
272
   │  ├─ testOpenStaticScrolling28 ✔
273
   │  ├─ testOpenStaticScrolling29 ✔
274
   │  ├─ testOpenStaticScrolling30 ✔
275
   │  ├─ testOpenStaticScrolling31 ✔
276
   │  ├─ testOpenStaticScrolling32 ✔
277
   │  ├─ testOpenStaticScrolling33 ✔
278
   │  ├─ testOpenStaticScrolling34 ✔
279
   │  ├─ testOpenStaticScrolling35 ✔
280
   │  ├─ testOpenStaticScrolling36 ✔
281
   │  ├─ testOpenStaticScrolling37 ✔
282
   │  ├─ testOpenStaticScrolling38 ✔
283
   │  ├─ testOpenStaticScrolling39 ✔
284
   │  ├─ testOpenStaticScrolling40 ✔
285
   │  ├─ testOpenStaticNonScrolling41 ✔
286
   │  ├─ testOpenStaticNonScrolling42 ✔
287
   │  ├─ testOpenStaticNonScrolling43 ✔
288
   │  ├─ testOpenStaticNonScrolling44 ✔
289
   │  ├─ testOpenStaticNonScrolling45 ✔
290
   │  ├─ testOpenStaticNonScrolling46 ✔
291
   │  ├─ testOpenStaticNonScrolling47 ✔
292
   │  ├─ testOpenStaticNonScrolling48 ✔
293
   │  ├─ testOpenStaticNonScrolling49 ✔
294
   │  ├─ testOpenStaticNonScrolling50 ✔
295
   │  ├─ testOpenStaticNonScrolling51 ✔
296
   │  ├─ testOpenStaticNonScrolling52 ✔
297
   │  ├─ testOpenStaticNonScrolling53 ✔
298
   │  ├─ testOpenStaticNonScrolling54 ✔
299
   │  ├─ testOpenStaticNonScrolling55 ✔
300
   │  ├─ testOpenStaticNonScrolling56 ✔
301
   │  ├─ testOpenStaticNonScrolling57 ✔
302
   │  ├─ testOpenStaticNonScrolling58 ✔
303
   │  ├─ testOpenStaticNonScrolling59 ✔
304
   │  ├─ testOpenStaticNonScrolling60 ✔
305
   │  ├─ testOpenStaticNonScrolling61 ✔
306
   │  ├─ testOpenStaticNonScrolling62 ✔
307
   │  ├─ testOpenStaticNonScrolling63 ✔
308
   │  ├─ testOpenStaticNonScrolling64 ✔
309
   │  ├─ testOpenStaticNonScrolling65 ✔
310
   │  ├─ testOpenStaticNonScrolling66 ✔
311
   │  ├─ testOpenStaticNonScrolling67 ✔
312
   │  ├─ testOpenStaticNonScrolling68 ✔
313
   │  ├─ testOpenStaticNonScrolling69 ✔
314
   │  ├─ testOpenStaticNonScrolling70 ✔
315
   │  ├─ testOpenStaticNonScrolling71 ✔
316
   │  ├─ testOpenStaticNonScrolling72 ✔
317
   │  ├─ testOpenStaticNonScrolling73 ✔
318
   │  ├─ testOpenStaticNonScrolling74 ✔
319
   │  ├─ testOpenStaticNonScrolling75 ✔
320
   │  ├─ testOpenStaticNonScrolling76 ✔
321
   │  ├─ testOpenStaticNonScrolling77 ✔
322
   │  ├─ testOpenStaticNonScrolling78 ✔
323
   │  ├─ testOpenStaticNonScrolling79 ✔
324
   │  ├─ testOpenStaticNonScrolling80 ✔
325
   │  ├─ testOpenDynamicScrolling1 ✔
326
   │  ├─ testOpenDynamicScrolling2 ✔
327
   │  ├─ testOpenDynamicScrolling3 ✔
328
   │  ├─ testOpenDynamicScrolling4 ✔
329
   │  ├─ testOpenDynamicScrolling5 ✔
330
   │  ├─ testOpenDynamicScrolling6 ✔
331
   │  ├─ testOpenDynamicScrolling7 ✔
332
   │  ├─ testOpenDynamicScrolling8 ✔
333
   │  ├─ testOpenDynamicScrolling9 ✔
334
   │  ├─ testOpenDynamicScrolling10 ✔
335
   │  ├─ testOpenDynamicScrolling11 ✔
336
   │  ├─ testOpenDynamicScrolling12 ✔
337
   │  ├─ testOpenDynamicScrolling13 ✔
338
   │  ├─ testOpenDynamicScrolling14 ✔
339
   │  ├─ testOpenDynamicScrolling15 ✔
340
   │  ├─ testOpenDynamicScrolling16 ✔
341
   │  ├─ testOpenDynamicScrolling17 ✔
342
   │  ├─ testOpenDynamicScrolling18 ✔
343
   │  ├─ testOpenDynamicScrolling19 ✔
344
   │  ├─ testOpenDynamicScrolling20 ✔
345
   │  ├─ testOpenDynamicScrolling21 ✔
346
   │  ├─ testOpenDynamicScrolling22 ✔
347
   │  ├─ testOpenDynamicScrolling23 ✔
348
   │  ├─ testOpenDynamicScrolling24 ✔
349
   │  ├─ testOpenDynamicScrolling25 ✔
350
   │  ├─ testOpenDynamicScrolling26 ✔
351
   │  ├─ testOpenDynamicScrolling27 ✔
352
   │  ├─ testOpenDynamicScrolling28 ✔
353
   │  ├─ testOpenDynamicScrolling29 ✔
354
   │  ├─ testOpenDynamicScrolling30 ✔
355
   │  ├─ testOpenDynamicScrolling31 ✔
356
   │  ├─ testOpenDynamicScrolling32 ✔
357
   │  ├─ testOpenDynamicScrolling33 ✔
358
   │  ├─ testOpenDynamicScrolling34 ✔
359
   │  ├─ testOpenDynamicScrolling35 ✔
360
   │  ├─ testOpenDynamicScrolling36 ✔
361
   │  ├─ testOpenDynamicScrolling37 ✔
362
   │  ├─ testOpenDynamicScrolling38 ✔
363
   │  ├─ testOpenDynamicScrolling39 ✔
364
   │  ├─ testOpenDynamicScrolling40 ✔
365
   │  ├─ testOpenDynamicNonScrolling41 ✔
366
   │  ├─ testOpenDynamicNonScrolling42 ✔
367
   │  ├─ testOpenDynamicNonScrolling43 ✔
368
   │  ├─ testOpenDynamicNonScrolling44 ✔
369
   │  ├─ testOpenDynamicNonScrolling45 ✔
370
   │  ├─ testOpenDynamicNonScrolling46 ✔
371
   │  ├─ testOpenDynamicNonScrolling47 ✔
372
   │  ├─ testOpenDynamicNonScrolling48 ✔
373
   │  ├─ testOpenDynamicNonScrolling49 ✔
374
   │  ├─ testOpenDynamicNonScrolling50 ✔
375
   │  ├─ testOpenDynamicNonScrolling51 ✔
376
   │  ├─ testOpenDynamicNonScrolling52 ✔
377
   │  ├─ testOpenDynamicNonScrolling53 ✔
378
   │  ├─ testOpenDynamicNonScrolling54 ✔
379
   │  ├─ testOpenDynamicNonScrolling55 ✔
380
   │  ├─ testOpenDynamicNonScrolling56 ✔
381
   │  ├─ testOpenDynamicNonScrolling57 ✔
382
   │  ├─ testOpenDynamicNonScrolling58 ✔
383
   │  ├─ testOpenDynamicNonScrolling59 ✔
384
   │  ├─ testOpenDynamicNonScrolling60 ✔
385
   │  ├─ testOpenDynamicNonScrolling61 ✔
386
   │  ├─ testOpenDynamicNonScrolling62 ✔
387
   │  ├─ testOpenDynamicNonScrolling63 ✔
388
   │  ├─ testOpenDynamicNonScrolling64 ✔
389
   │  ├─ testOpenDynamicNonScrolling65 ✔
390
   │  ├─ testOpenDynamicNonScrolling66 ✔
391
   │  ├─ testOpenDynamicNonScrolling67 ✔
392
   │  ├─ testOpenDynamicNonScrolling68 ✔
393
   │  ├─ testOpenDynamicNonScrolling69 ✔
394
   │  ├─ testOpenDynamicNonScrolling70 ✔
395
   │  ├─ testOpenDynamicNonScrolling71 ✔
396
   │  ├─ testOpenDynamicNonScrolling72 ✔
397
   │  ├─ testOpenDynamicNonScrolling73 ✔
398
   │  ├─ testOpenDynamicNonScrolling74 ✔
399
   │  ├─ testOpenDynamicNonScrolling75 ✔
400
   │  ├─ testOpenDynamicNonScrolling76 ✔
401
   │  ├─ testOpenDynamicNonScrolling77 ✔
402
   │  ├─ testOpenDynamicNonScrolling78 ✔
403
   │  ├─ testOpenDynamicNonScrolling79 ✔
404
   │  └─ testOpenDynamicNonScrolling80 ✔
405
   ├─ tests.persistence.word_index.ContainsWordBreakTest ✔
406
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit1 ✔
407
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit2 ✔
408
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit3 ✔
409
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit4 ✔
410
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit5 ✔
411
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit6 ✔
412
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit7 ✔
413
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit8 ✔
414
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit9 ✔
415
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit10 ✔
416
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit11 ✔
417
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit12 ✔
418
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit13 ✔
419
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit14 ✔
420
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit15 ✔
421
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit16 ✔
422
   │  ├─ hyphenIsAwordCharacterOnlyBeforeAdigit17 ✔
423
   │  ├─ periodAndCommaFollowTheHyphenRule1 ✔
424
   │  ├─ periodAndCommaFollowTheHyphenRule2 ✔
425
   │  ├─ periodAndCommaFollowTheHyphenRule3 ✔
426
   │  ├─ periodAndCommaFollowTheHyphenRule4 ✔
427
   │  ├─ periodAndCommaFollowTheHyphenRule5 ✔
428
   │  ├─ periodAndCommaFollowTheHyphenRule6 ✔
429
   │  ├─ periodAndCommaFollowTheHyphenRule7 ✔
430
   │  ├─ periodAndCommaFollowTheHyphenRule8 ✔
431
   │  ├─ periodAndCommaFollowTheHyphenRule9 ✔
432
   │  ├─ periodAndCommaFollowTheHyphenRule10 ✔
433
   │  ├─ periodAndCommaFollowTheHyphenRule11 ✔
434
   │  ├─ periodAndCommaFollowTheHyphenRule12 ✔
435
   │  ├─ periodAndCommaFollowTheHyphenRule13 ✔
436
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters1 ✔
437
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters2 ✔
438
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters3 ✔
439
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters4 ✔
440
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters5 ✔
441
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters6 ✔
442
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters7 ✔
443
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters8 ✔
444
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters9 ✔
445
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters10 ✔
446
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters11 ✔
447
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters12 ✔
448
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters13 ✔
449
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters14 ✔
450
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters15 ✔
451
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters16 ✔
452
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters17 ✔
453
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters18 ✔
454
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters19 ✔
455
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters20 ✔
456
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters21 ✔
457
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters22 ✔
458
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters23 ✔
459
   │  ├─ underscoreApostropheAtPercentDollarAreWordCharacters24 ✔
460
   │  ├─ punctuationAndWhitespaceAreDelimiters1 ✔
461
   │  ├─ punctuationAndWhitespaceAreDelimiters2 ✔
462
   │  ├─ punctuationAndWhitespaceAreDelimiters3 ✔
463
   │  ├─ punctuationAndWhitespaceAreDelimiters4 ✔
464
   │  ├─ punctuationAndWhitespaceAreDelimiters5 ✔
465
   │  ├─ punctuationAndWhitespaceAreDelimiters6 ✔
466
   │  ├─ punctuationAndWhitespaceAreDelimiters7 ✔
467
   │  ├─ punctuationAndWhitespaceAreDelimiters8 ✔
468
   │  ├─ punctuationAndWhitespaceAreDelimiters9 ✔
469
   │  ├─ punctuationAndWhitespaceAreDelimiters10 ✔
470
   │  ├─ punctuationAndWhitespaceAreDelimiters11 ✔
471
   │  ├─ punctuationAndWhitespaceAreDelimiters12 ✔
472
   │  ├─ punctuationAndWhitespaceAreDelimiters13 ✔
473
   │  ├─ punctuationAndWhitespaceAreDelimiters14 ✔
474
   │  ├─ punctuationAndWhitespaceAreDelimiters15 ✔
475
   │  ├─ punctuationAndWhitespaceAreDelimiters16 ✔
476
   │  ├─ punctuationAndWhitespaceAreDelimiters17 ✔
477
   │  ├─ punctuationAndWhitespaceAreDelimiters18 ✔
478
   │  ├─ punctuationAndWhitespaceAreDelimiters19 ✔
479
   │  ├─ punctuationAndWhitespaceAreDelimiters20 ✔
480
   │  ├─ punctuationAndWhitespaceAreDelimiters21 ✔
481
   │  ├─ punctuationAndWhitespaceAreDelimiters22 ✔
482
   │  ├─ punctuationAndWhitespaceAreDelimiters23 ✔
483
   │  ├─ punctuationAndWhitespaceAreDelimiters24 ✔
484
   │  ├─ punctuationAndWhitespaceAreDelimiters25 ✔
485
   │  ├─ punctuationAndWhitespaceAreDelimiters26 ✔
486
   │  ├─ punctuationAndWhitespaceAreDelimiters27 ✔
487
   │  ├─ punctuationAndWhitespaceAreDelimiters28 ✔
488
   │  ├─ punctuationAndWhitespaceAreDelimiters29 ✔
489
   │  ├─ punctuationAndWhitespaceAreDelimiters30 ✔
490
   │  ├─ punctuationAndWhitespaceAreDelimiters31 ✔
491
   │  ├─ punctuationAndWhitespaceAreDelimiters32 ✔
492
   │  ├─ caseFoldingAndPrefixesAcrossTheFixture1 ✔
493
   │  ├─ caseFoldingAndPrefixesAcrossTheFixture2 ✔
494
   │  ├─ caseFoldingAndPrefixesAcrossTheFixture3 ✔
495
   │  ├─ caseFoldingAndPrefixesAcrossTheFixture4 ✔
496
   │  ├─ caseFoldingAndPrefixesAcrossTheFixture5 ✔
497
   │  ├─ caseFoldingAndPrefixesAcrossTheFixture6 ✔
498
   │  ├─ caseFoldingAndPrefixesAcrossTheFixture7 ✔
499
   │  ├─ caseFoldingAndPrefixesAcrossTheFixture8 ✔
500
   │  ├─ caretAndBangAreDelimitersToo1 ✔
501
   │  ├─ caretAndBangAreDelimitersToo2 ✔
502
   │  ├─ caretAndBangAreDelimitersToo3 ✔
503
   │  ├─ caretAndBangAreDelimitersToo4 ✔
504
   │  └─ everyCaseIsClaimedByArule ✔
505
   ├─ tests.persistence.word_index.ContainsUnknownTest ✔
506
   │  ├─ unknownExpressionFromCaseTable ✔
507
   │  ├─ unknownMatchesNothingAndRaisesNothing ✔
508
   │  ├─ unknownDiffersFromMatchingEverything ✔
509
   │  └─ unknownBehavesLikeEmptyExpression ✔
510
   ├─ tests.persistence.word_index.ContainsTransactionTest ✔
511
   │  ├─ fixtureTablesAreAvailable ✔
512
   │  ├─ createRolledBackLeavesNoIndexEntry1 ✔
513
   │  ├─ createRolledBackLeavesNoIndexEntry2 ✔
514
   │  ├─ createRolledBackLeavesNoIndexEntry3 ✔
515
   │  ├─ updateRolledBackRestoresTheOldWords1 ✔
516
   │  ├─ updateRolledBackRestoresTheOldWords2 ✔
517
   │  ├─ updateRolledBackRestoresTheOldWords3 ✔
518
   │  ├─ updateRolledBackRestoresTheOldWords4 ✔
519
   │  ├─ updateRolledBackRestoresTheOldWords5 ✔
520
   │  ├─ deleteRolledBackRestoresTheRow1 ✔
521
   │  ├─ deleteRolledBackRestoresTheRow2 ✔
522
   │  └─ deleteRolledBackRestoresTheRow3 ✔
523
   ├─ tests.persistence.word_index.ContainsSortTest ✔
524
   │  ├─ singleSortColumn1 ✔
525
   │  ├─ singleSortColumn2 ✔
526
   │  ├─ singleSortColumn3 ✔
527
   │  ├─ singleSortColumn4 ✔
528
   │  ├─ singleSortColumn5 ✔
529
   │  ├─ singleSortColumn6 ✔
530
   │  ├─ singleSortColumn7 ✔
531
   │  ├─ singleSortColumn8 ✔
532
   │  ├─ singleSortColumn9 ✔
533
   │  ├─ singleSortColumn10 ✔
534
   │  ├─ singleSortColumn11 ✔
535
   │  ├─ singleSortColumn12 ✔
536
   │  ├─ severalSortColumns1 ✔
537
   │  ├─ severalSortColumns2 ✔
538
   │  ├─ severalSortColumns3 ✔
539
   │  ├─ severalSortColumns4 ✔
540
   │  ├─ severalSortColumns5 ✔
541
   │  ├─ severalSortColumns6 ✔
542
   │  ├─ severalSortColumns7 ✔
543
   │  ├─ severalSortColumns8 ✔
544
   │  ├─ severalSortColumns9 ✔
545
   │  ├─ severalSortColumns10 ✔
546
   │  ├─ sortedResultSetIsDeDuplicated1 ✔
547
   │  ├─ sortedResultSetIsDeDuplicated2 ✔
548
   │  ├─ sortedResultSetIsDeDuplicated3 ✔
549
   │  ├─ sortedResultSetIsDeDuplicated4 ✔
550
   │  ├─ sortedResultSetIsDeDuplicated5 ✔
551
   │  ├─ sortedResultSetIsDeDuplicated6 ✔
552
   │  ├─ sortedResultSetIsDeDuplicated7 ✔
553
   │  ├─ sortedResultSetIsDeDuplicated8 ✔
554
   │  ├─ sortedResultSetIsDeDuplicated9 ✔
555
   │  ├─ sortedResultSetIsDeDuplicated10 ✔
556
   │  ├─ sortedResultSetIsDeDuplicated11 ✔
557
   │  ├─ sortedResultSetIsDeDuplicated12 ✔
558
   │  ├─ sortedResultSetIsDeDuplicated13 ✔
559
   │  ├─ sortedResultSetIsDeDuplicated14 ✔
560
   │  ├─ sortedResultSetIsDeDuplicated15 ✔
561
   │  ├─ sortedResultSetIsDeDuplicated16 ✔
562
   │  ├─ sortedResultSetIsDeDuplicated17 ✔
563
   │  ├─ sortedResultSetIsDeDuplicated18 ✔
564
   │  ├─ nonMatchingExpressionsWithSort1 ✔
565
   │  ├─ nonMatchingExpressionsWithSort2 ✔
566
   │  ├─ nonMatchingExpressionsWithSort3 ✔
567
   │  ├─ nonMatchingExpressionsWithSort4 ✔
568
   │  ├─ everyCaseIsClaimedByArule ✔
569
   │  ├─ aStaticSortClauseIsAppliedOnTopOfTheMatch1 ✔
570
   │  ├─ aStaticSortClauseIsAppliedOnTopOfTheMatch2 ✔
571
   │  ├─ aStaticSortClauseIsAppliedOnTopOfTheMatch3 ✔
572
   │  ├─ aStaticSortClauseIsAppliedOnTopOfTheMatch4 ✔
573
   │  ├─ aStaticSortClauseIsAppliedOnTopOfTheMatch5 ✔
574
   │  ├─ aRowMatchedBySeveralWordsIsReturnedOnce1 ✔
575
   │  ├─ aRowMatchedBySeveralWordsIsReturnedOnce2 ✔
576
   │  └─ aRowMatchedBySeveralWordsIsReturnedOnce3 ✔
577
   ├─ tests.persistence.word_index.ContainsResultOrderTest ✔
578
   │  ├─ swappingTheGroupsSelectsTheSameRows1 ✔
579
   │  ├─ swappingTheGroupsSelectsTheSameRows2 ✔
580
   │  ├─ swappingTheGroupsSelectsTheSameRows3 ✔
581
   │  ├─ swappingTheGroupsSelectsTheSameRows4 ✔
582
   │  ├─ naturalOrderFollowsTheLeadingGroup1 ✘ an AND of two OR-groups with no BY clause, forward: expected [1,3,2,4], got [1,2,3,4]
583
   │  ├─ naturalOrderFollowsTheLeadingGroup2 ✘ an AND of two OR-groups with no BY clause, groups swapped: expected [1,4,2,3], got [1,2,3,4]
584
   │  ├─ naturalOrderFollowsTheLeadingGroup3 ✘ an AND of two three-term OR-groups with no BY clause, forward: expected [7,10,8,12,9,11], got [7,8,9,10,11,12]
585
   │  ├─ naturalOrderFollowsTheLeadingGroup4 ✘ an AND of two three-term OR-groups with no BY clause, groups swapped: expected [7,11,8,10,9,12], got [7,8,9,10,11,12]
586
   │  ├─ andBindsTighterThanOrAcrossAwildcard1 ✔
587
   │  └─ andBindsTighterThanOrAcrossAwildcard2 ✔
588
   ├─ tests.persistence.word_index.ContainsQueryShapeTest ✔
589
   │  ├─ acceptedQueryShapes1 ✔
590
   │  ├─ acceptedQueryShapes2 ✔
591
   │  ├─ acceptedQueryShapes3 ✔
592
   │  ├─ acceptedQueryShapes4 ✔
593
   │  ├─ acceptedQueryShapes5 ✔
594
   │  ├─ acceptedQueryShapes6 ✔
595
   │  ├─ acceptedQueryShapes7 ✔
596
   │  ├─ acceptedQueryShapes8 ✔
597
   │  ├─ acceptedQueryShapes9 ✔
598
   │  ├─ acceptedQueryShapes10 ✔
599
   │  └─ everyCaseIsClaimedByArule ✔
600
   ├─ tests.persistence.word_index.ContainsQueryNavigationTest ✔
601
   │  ├─ preselectNumResults ✔
602
   │  ├─ preselectReadBackwards ✔
603
   │  ├─ staticQueryNavigation ✔
604
   │  ├─ staticQueryReadBackwards ✔
605
   │  ├─ staticPreselectAttributes ✔
606
   │  ├─ dynamicQueryNavigation ✔
607
   │  ├─ dynamicQueryReopenedAndRePrepared ✔
608
   │  └─ dynamicPreselectAttributes ✔
609
   ├─ tests.persistence.word_index.ContainsQueryFormTest ✔
610
   │  ├─ forEach_ ✔
611
   │  ├─ forFirstIsAppliedBeforeTheSort1 ✔
612
   │  ├─ forFirstIsAppliedBeforeTheSort2 ✔
613
   │  ├─ forFirstWithNoMatchLeavesTheBufferEmpty ✔
614
   │  ├─ leavingTheBlockEarly ✔
615
   │  ├─ openQuery ✔
616
   │  ├─ openQueryPreselect ✔
617
   │  ├─ repeatPreselect ✔
618
   │  ├─ dynamicQuery ✔
619
   │  ├─ nestedBlocksOneInnerRow ✔
620
   │  ├─ nestedBlocksAndExpressions ✔
621
   │  ├─ nestedBlocksOuterDeDuplication ✔
622
   │  ├─ aggregatesOverAcontainsResultSet ✔
623
   │  ├─ namedBuffer ✔
624
   │  ├─ twoBuffersOnOneTable ✔
625
   │  ├─ breakByOverAcontainsResultSet ✔
626
   │  ├─ breakByWithPerGroupAggregates ✔
627
   │  ├─ containsInsideAmethod1 ✔
628
   │  ├─ containsInsideAmethod2 ✔
629
   │  ├─ containsInsideAmethod3 ✔
630
   │  ├─ containsInsideAmethod4 ✔
631
   │  ├─ containsInsideAmethod5 ✔
632
   │  ├─ containsInsideAmethod6 ✔
633
   │  ├─ methodCalledRepeatedly ✔
634
   │  ├─ dynamicQueryWithNoMatch1 ✔
635
   │  └─ dynamicQueryWithNoMatch2 ✔
636
   ├─ tests.persistence.word_index.ContainsPrepareDiagnosisTest ✔
637
   │  ├─ fixtureTablesAreAvailable ✔
638
   │  ├─ noWaitInsideAcharacterLiteralIsNotAclause ✔
639
   │  ├─ noWaitInsideAmatchesPatternIsNotAclause ✔
640
   │  ├─ noWaitInsideAcommentIsNotAclause ✔
641
   │  ├─ aLeadingCommentDoesNotStopTheTextBeingAquery ✔
642
   │  ├─ canFindInsideAcharacterLiteralIsNotAcanFind ✔
643
   │  ├─ aFieldNameEndingInNoWaitIsAname ✔
644
   │  ├─ firstMayOpenAsubsequentRecordPhrase ✔
645
   │  ├─ lastMayNotOpenAsubsequentRecordPhraseCarryingAcontains ✔
646
   │  ├─ anUnresolvableOperandInAfirstPhraseIsAnOperandFault ✔
647
   │  ├─ aContainsInAdynamicFindIsRefusedAsAfind ✔
648
   │  ├─ anUnresolvableOperandInAdynamicFindIsAnOperandFault ✔
649
   │  ├─ aDynamicFindWithoutAcontainsAnswers ✔
650
   │  ├─ theForKeywordAloneDoesNotParse ✔
651
   │  ├─ theForEachKeywordsAloneDoNotParse ✔
652
   │  ├─ thePreselectKeywordAloneDoesNotParse ✔
653
   │  ├─ aBlankQueryPrepareDropsThePreviousText ✔
654
   │  ├─ anUnknownQueryPrepareDropsThePreviousText ✔
655
   │  ├─ aQualifiedUnknownBufferIsNamedWithItsDatabase ✔
656
   │  ├─ anUnqualifiedUnknownBufferLeavesTheDatabaseSlotBlank ✔
657
   │  ├─ aTextWhichOpensNoPhraseOverAtempTableDoesNotParse ✔
658
   │  └─ anUnresolvableOperandOverAtempTableIsNamed ✔
659
   ├─ tests.persistence.word_index.ContainsPredicateTest ✔
660
   │  ├─ containsBesideApredicateThatIsNotAcontains1 ✔
661
   │  ├─ containsBesideApredicateThatIsNotAcontains2 ✔
662
   │  ├─ containsBesideApredicateThatIsNotAcontains3 ✔
663
   │  ├─ containsBesideApredicateThatIsNotAcontains4 ✔
664
   │  ├─ containsBesideApredicateThatIsNotAcontains5 ✔
665
   │  ├─ containsBesideApredicateThatIsNotAcontains6 ✔
666
   │  ├─ containsBesideApredicateThatIsNotAcontains7 ✔
667
   │  ├─ containsBesideApredicateThatIsNotAcontains8 ✔
668
   │  ├─ containsBesideApredicateThatIsNotAcontains9 ✔
669
   │  ├─ severalContainsInOneWhereClause1 ✔
670
   │  ├─ severalContainsInOneWhereClause2 ✔
671
   │  ├─ severalContainsInOneWhereClause3 ✔
672
   │  ├─ severalContainsInOneWhereClause4 ✔
673
   │  ├─ severalWordIndexesInOneWhereClause1 ✔
674
   │  ├─ severalWordIndexesInOneWhereClause2 ✔
675
   │  └─ severalWordIndexesInOneWhereClause3 ✔
676
   ├─ tests.persistence.word_index.ContainsPermanentTest ✔
677
   │  ├─ fixtureTablesAreAvailable ✔
678
   │  ├─ singleWordMatching1 ✔
679
   │  ├─ singleWordMatching2 ✔
680
   │  ├─ singleWordMatching3 ✔
681
   │  ├─ singleWordMatching4 ✔
682
   │  ├─ singleWordMatching5 ✔
683
   │  ├─ singleWordMatching6 ✔
684
   │  ├─ singleWordMatching7 ✔
685
   │  ├─ singleWordMatching8 ✔
686
   │  ├─ singleWordMatching9 ✔
687
   │  ├─ singleWordMatching10 ✔
688
   │  ├─ singleWordMatching11 ✔
689
   │  ├─ singleWordMatching12 ✔
690
   │  ├─ singleWordMatching13 ✔
691
   │  ├─ singleWordMatching14 ✔
692
   │  ├─ singleWordMatching15 ✔
693
   │  ├─ singleWordMatching16 ✔
694
   │  ├─ singleWordMatching17 ✔
695
   │  ├─ singleWordMatching18 ✔
696
   │  ├─ singleWordMatching19 ✔
697
   │  ├─ singleWordMatching20 ✔
698
   │  ├─ singleWordMatching21 ✔
699
   │  ├─ singleWordMatching22 ✔
700
   │  ├─ trailingAsteriskPrefixes1 ✔
701
   │  ├─ trailingAsteriskPrefixes2 ✔
702
   │  ├─ trailingAsteriskPrefixes3 ✔
703
   │  ├─ trailingAsteriskPrefixes4 ✔
704
   │  ├─ trailingAsteriskPrefixes5 ✔
705
   │  ├─ trailingAsteriskPrefixes6 ✔
706
   │  ├─ trailingAsteriskPrefixes7 ✔
707
   │  ├─ trailingAsteriskPrefixes8 ✔
708
   │  ├─ trailingAsteriskPrefixes9 ✔
709
   │  ├─ trailingAsteriskPrefixes10 ✔
710
   │  ├─ trailingAsteriskPrefixes11 ✔
711
   │  ├─ trailingAsteriskPrefixes12 ✔
712
   │  ├─ trailingAsteriskPrefixes13 ✔
713
   │  ├─ trailingAsteriskPrefixes14 ✔
714
   │  ├─ trailingAsteriskPrefixes15 ✔
715
   │  ├─ trailingAsteriskPrefixes16 ✔
716
   │  ├─ andOrOperators1 ✔
717
   │  ├─ andOrOperators2 ✔
718
   │  ├─ andOrOperators3 ✔
719
   │  ├─ andOrOperators4 ✔
720
   │  ├─ andOrOperators5 ✔
721
   │  ├─ andOrOperators6 ✔
722
   │  ├─ andOrOperators7 ✔
723
   │  ├─ andOrOperators8 ✔
724
   │  ├─ andOrOperators9 ✔
725
   │  ├─ andOrOperators10 ✔
726
   │  ├─ andOrOperators11 ✔
727
   │  ├─ andOrOperators12 ✔
728
   │  ├─ andOrOperators13 ✔
729
   │  ├─ andOrOperators14 ✔
730
   │  ├─ andOrOperators15 ✔
731
   │  ├─ andOrOperators16 ✔
732
   │  ├─ andOrOperators17 ✔
733
   │  ├─ andOrOperators18 ✔
734
   │  ├─ andOrOperators19 ✔
735
   │  ├─ andOrOperators20 ✔
736
   │  ├─ andOrOperators21 ✔
737
   │  ├─ andOrOperators22 ✔
738
   │  ├─ andOrOperators23 ✔
739
   │  ├─ andOrOperators24 ✔
740
   │  ├─ andOrOperators25 ✔
741
   │  ├─ andOrOperators26 ✔
742
   │  ├─ andOrOperators27 ✔
743
   │  ├─ andOrOperators28 ✔
744
   │  ├─ andOrOperators29 ✔
745
   │  ├─ andOrOperators30 ✔
746
   │  ├─ precedenceAndParentheses1 ✔
747
   │  ├─ precedenceAndParentheses2 ✔
748
   │  ├─ precedenceAndParentheses3 ✔
749
   │  ├─ precedenceAndParentheses4 ✔
750
   │  ├─ precedenceAndParentheses5 ✔
751
   │  ├─ precedenceAndParentheses6 ✔
752
   │  ├─ precedenceAndParentheses7 ✔
753
   │  ├─ precedenceAndParentheses8 ✔
754
   │  ├─ precedenceAndParentheses9 ✔
755
   │  ├─ precedenceAndParentheses10 ✔
756
   │  ├─ precedenceAndParentheses11 ✔
757
   │  ├─ precedenceAndParentheses12 ✔
758
   │  ├─ precedenceAndParentheses13 ✔
759
   │  ├─ precedenceAndParentheses14 ✔
760
   │  ├─ precedenceAndParentheses15 ✔
761
   │  ├─ precedenceAndParentheses16 ✔
762
   │  ├─ precedenceAndParentheses17 ✔
763
   │  ├─ precedenceAndParentheses18 ✔
764
   │  ├─ precedenceAndParentheses19 ✔
765
   │  ├─ precedenceAndParentheses20 ✔
766
   │  ├─ precedenceAndParentheses21 ✔
767
   │  ├─ precedenceAndParentheses22 ✔
768
   │  ├─ precedenceAndParentheses23 ✔
769
   │  ├─ precedenceAndParentheses24 ✔
770
   │  ├─ precedenceAndParentheses25 ✔
771
   │  ├─ wordBreakRules1 ✔
772
   │  ├─ wordBreakRules2 ✔
773
   │  ├─ wordBreakRules3 ✔
774
   │  ├─ wordBreakRules4 ✔
775
   │  ├─ wordBreakRules5 ✔
776
   │  ├─ wordBreakRules6 ✔
777
   │  ├─ wordBreakRules7 ✔
778
   │  ├─ wordBreakRules8 ✔
779
   │  ├─ wordBreakRules9 ✔
780
   │  ├─ wordBreakRules10 ✔
781
   │  ├─ wordBreakRules11 ✔
782
   │  ├─ wordBreakRules12 ✔
783
   │  ├─ wordBreakRules13 ✔
784
   │  ├─ wordBreakRules14 ✔
785
   │  ├─ wordBreakRules15 ✔
786
   │  ├─ wordBreakRules16 ✔
787
   │  ├─ wordBreakRules17 ✔
788
   │  ├─ wordBreakRules18 ✔
789
   │  ├─ wordBreakRules19 ✔
790
   │  ├─ wordBreakRules20 ✔
791
   │  ├─ wordBreakRules21 ✔
792
   │  ├─ wordBreakRules22 ✔
793
   │  ├─ wordBreakRules23 ✔
794
   │  ├─ wordBreakRules24 ✔
795
   │  ├─ wordBreakRules25 ✔
796
   │  ├─ wordBreakRules26 ✔
797
   │  ├─ wordBreakRules27 ✔
798
   │  ├─ wordBreakRules28 ✔
799
   │  ├─ wordBreakRules29 ✔
800
   │  ├─ wordBreakRules30 ✔
801
   │  ├─ wordBreakRules31 ✔
802
   │  ├─ wordBreakRules32 ✔
803
   │  ├─ wordBreakRules33 ✔
804
   │  ├─ wordBreakRules34 ✔
805
   │  ├─ wordBreakRules35 ✔
806
   │  ├─ wordBreakRules36 ✔
807
   │  ├─ wordBreakRules37 ✔
808
   │  ├─ wordBreakRules38 ✔
809
   │  ├─ wordBreakRules39 ✔
810
   │  ├─ wordBreakRules40 ✔
811
   │  ├─ wordBreakRules41 ✔
812
   │  ├─ wordBreakRules42 ✔
813
   │  ├─ wordBreakRules43 ✔
814
   │  ├─ wordBreakRules44 ✔
815
   │  ├─ wordBreakRules45 ✔
816
   │  ├─ wordBreakRules46 ✔
817
   │  ├─ wordBreakRules47 ✔
818
   │  ├─ wordBreakRules48 ✔
819
   │  ├─ wordBreakRules49 ✔
820
   │  ├─ wordBreakRules50 ✔
821
   │  ├─ wordBreakRules51 ✔
822
   │  ├─ wordBreakRules52 ✔
823
   │  ├─ wordBreakRules53 ✔
824
   │  ├─ wordBreakRules54 ✔
825
   │  ├─ wordBreakRules55 ✔
826
   │  ├─ wordBreakRules56 ✔
827
   │  ├─ wordBreakRules57 ✔
828
   │  ├─ wordBreakRules58 ✔
829
   │  ├─ wordBreakRules59 ✔
830
   │  ├─ wordBreakRules60 ✔
831
   │  ├─ wordBreakRules61 ✔
832
   │  ├─ wordBreakRules62 ✔
833
   │  ├─ wordBreakRules63 ✔
834
   │  ├─ wordBreakRules64 ✔
835
   │  ├─ wordBreakRules65 ✔
836
   │  ├─ wordBreakRules66 ✔
837
   │  ├─ wordBreakRules67 ✔
838
   │  ├─ wordBreakRules68 ✔
839
   │  ├─ wordBreakRules69 ✔
840
   │  ├─ wordBreakRules70 ✔
841
   │  ├─ wordBreakRules71 ✔
842
   │  ├─ wordBreakRules72 ✔
843
   │  ├─ wordBreakRules73 ✔
844
   │  ├─ wordBreakRules74 ✔
845
   │  ├─ wordBreakRules75 ✔
846
   │  ├─ wordBreakRules76 ✔
847
   │  ├─ wordBreakRules77 ✔
848
   │  ├─ wordBreakRules78 ✔
849
   │  ├─ wordBreakRules79 ✔
850
   │  ├─ wordBreakRules80 ✔
851
   │  ├─ wordBreakRules81 ✔
852
   │  ├─ wordBreakRules82 ✔
853
   │  ├─ wordBreakRules83 ✔
854
   │  ├─ wordBreakRules84 ✔
855
   │  ├─ wordBreakRules85 ✔
856
   │  ├─ wordBreakRules86 ✔
857
   │  ├─ wordBreakRules87 ✔
858
   │  ├─ wordBreakRules88 ✔
859
   │  ├─ wordBreakRules89 ✔
860
   │  ├─ wordBreakRules90 ✔
861
   │  ├─ wordBreakRules91 ✔
862
   │  ├─ wordBreakRules92 ✔
863
   │  ├─ wordBreakRules93 ✔
864
   │  ├─ wordBreakRules94 ✔
865
   │  ├─ plainCharacterField1 ✔
866
   │  ├─ plainCharacterField2 ✔
867
   │  ├─ plainCharacterField3 ✔
868
   │  ├─ plainCharacterField4 ✔
869
   │  ├─ plainCharacterField5 ✔
870
   │  ├─ plainCharacterField6 ✔
871
   │  ├─ plainCharacterField7 ✔
872
   │  ├─ plainCharacterField8 ✔
873
   │  ├─ plainCharacterField9 ✔
874
   │  ├─ plainCharacterField10 ✔
875
   │  ├─ plainCharacterField11 ✔
876
   │  ├─ plainCharacterField12 ✔
877
   │  ├─ plainCharacterField13 ✔
878
   │  ├─ plainCharacterField14 ✔
879
   │  ├─ plainCharacterField15 ✔
880
   │  ├─ plainCharacterField16 ✔
881
   │  ├─ plainCharacterField17 ✔
882
   │  ├─ plainCharacterField18 ✔
883
   │  ├─ plainCharacterField19 ✔
884
   │  ├─ plainCharacterField20 ✔
885
   │  ├─ plainCharacterField21 ✔
886
   │  ├─ plainCharacterField22 ✔
887
   │  ├─ plainCharacterField23 ✔
888
   │  ├─ plainCharacterField24 ✔
889
   │  ├─ plainCharacterField25 ✔
890
   │  ├─ plainCharacterField26 ✔
891
   │  ├─ plainCharacterField27 ✔
892
   │  ├─ plainCharacterField28 ✔
893
   │  ├─ plainCharacterField29 ✔
894
   │  ├─ secondIndependentWordIndex1 ✔
895
   │  ├─ secondIndependentWordIndex2 ✔
896
   │  ├─ secondIndependentWordIndex3 ✔
897
   │  ├─ secondIndependentWordIndex4 ✔
898
   │  ├─ secondIndependentWordIndex5 ✔
899
   │  ├─ secondIndependentWordIndex6 ✔
900
   │  ├─ secondIndependentWordIndex7 ✔
901
   │  ├─ secondIndependentWordIndex8 ✔
902
   │  ├─ secondIndependentWordIndex9 ✔
903
   │  ├─ secondIndependentWordIndex10 ✔
904
   │  ├─ secondIndependentWordIndex11 ✔
905
   │  ├─ secondIndependentWordIndex12 ✔
906
   │  ├─ secondIndependentWordIndex13 ✔
907
   │  ├─ secondIndependentWordIndex14 ✔
908
   │  ├─ secondIndependentWordIndex15 ✔
909
   │  ├─ secondIndependentWordIndex16 ✔
910
   │  ├─ secondIndependentWordIndex17 ✔
911
   │  ├─ caseSensitiveField1 ✔
912
   │  ├─ caseSensitiveField2 ✔
913
   │  ├─ caseSensitiveField3 ✔
914
   │  ├─ caseSensitiveField4 ✔
915
   │  ├─ caseSensitiveField5 ✔
916
   │  ├─ caseSensitiveField6 ✔
917
   │  ├─ caseSensitiveField7 ✔
918
   │  ├─ caseSensitiveField8 ✔
919
   │  ├─ caseSensitiveField9 ✔
920
   │  ├─ caseSensitiveField10 ✔
921
   │  ├─ caseSensitiveField11 ✔
922
   │  ├─ caseSensitiveField12 ✔
923
   │  ├─ caseSensitiveField13 ✔
924
   │  ├─ caseSensitiveField14 ✔
925
   │  ├─ caseSensitiveField15 ✔
926
   │  ├─ caseSensitiveField16 ✔
927
   │  ├─ caseSensitiveField17 ✔
928
   │  ├─ caseSensitiveField18 ✔
929
   │  ├─ caseSensitiveField19 ✔
930
   │  ├─ caseSensitiveField20 ✔
931
   │  ├─ caseSensitiveField21 ✔
932
   │  ├─ caseSensitiveField22 ✔
933
   │  ├─ caseSensitiveField23 ✔
934
   │  ├─ caseSensitiveField24 ✔
935
   │  ├─ caseSensitiveField25 ✔
936
   │  ├─ extentField1 ✔
937
   │  ├─ extentField2 ✔
938
   │  ├─ extentField3 ✔
939
   │  ├─ extentField4 ✔
940
   │  ├─ extentField5 ✔
941
   │  ├─ extentField6 ✔
942
   │  ├─ extentField7 ✔
943
   │  ├─ extentField8 ✔
944
   │  ├─ extentField9 ✔
945
   │  ├─ extentField10 ✔
946
   │  ├─ extentField11 ✔
947
   │  ├─ extentField12 ✔
948
   │  ├─ extentField13 ✔
949
   │  ├─ extentFieldEveryElementIsIndexed1 ✔
950
   │  ├─ extentFieldEveryElementIsIndexed2 ✔
951
   │  ├─ extentFieldEveryElementIsIndexed3 ✔
952
   │  ├─ extentFieldEveryElementIsIndexed4 ✔
953
   │  ├─ sortedQueries1 ✔
954
   │  ├─ sortedQueries2 ✔
955
   │  ├─ sortedQueries3 ✔
956
   │  ├─ sortedQueries4 ✔
957
   │  ├─ sortedQueries5 ✔
958
   │  ├─ sortedQueries6 ✔
959
   │  ├─ sortedQueries7 ✔
960
   │  ├─ sortedQueries8 ✔
961
   │  ├─ sortedQueries9 ✔
962
   │  ├─ sortedQueries10 ✔
963
   │  ├─ sortedQueries11 ✔
964
   │  ├─ sortedQueries12 ✔
965
   │  ├─ sortedQueries13 ✔
966
   │  ├─ sortedQueries14 ✔
967
   │  ├─ sortedQueries15 ✔
968
   │  ├─ sortedQueries16 ✔
969
   │  ├─ sortedQueries17 ✔
970
   │  ├─ sortedQueries18 ✔
971
   │  ├─ sortedQueries19 ✔
972
   │  ├─ sortedQueries20 ✔
973
   │  ├─ sortedQueries21 ✔
974
   │  ├─ sortedQueries22 ✔
975
   │  ├─ sortedQueries23 ✔
976
   │  ├─ sortedQueries24 ✔
977
   │  ├─ sortedQueries25 ✔
978
   │  ├─ sortedQueries26 ✔
979
   │  ├─ sortedQueries27 ✔
980
   │  ├─ sortedQueries28 ✔
981
   │  ├─ sortedQueries29 ✔
982
   │  ├─ sortedQueries30 ✔
983
   │  ├─ sortedQueries31 ✔
984
   │  ├─ sortedQueries32 ✔
985
   │  ├─ sortedQueries33 ✔
986
   │  ├─ sortedQueries34 ✔
987
   │  ├─ sortedQueries35 ✔
988
   │  ├─ sortedQueries36 ✔
989
   │  ├─ sortedQueries37 ✔
990
   │  ├─ sortedQueries38 ✔
991
   │  ├─ sortedQueries39 ✔
992
   │  ├─ sortedQueries40 ✔
993
   │  ├─ sortedQueries41 ✔
994
   │  ├─ sortedQueries42 ✔
995
   │  ├─ sortedQueries43 ✔
996
   │  ├─ sortedQueries44 ✔
997
   │  ├─ containsBesideApredicateThatIsNotAcontains1 ✔
998
   │  ├─ containsBesideApredicateThatIsNotAcontains2 ✔
999
   │  ├─ containsBesideApredicateThatIsNotAcontains3 ✔
1000
   │  ├─ containsBesideApredicateThatIsNotAcontains4 ✔
1001
   │  ├─ containsBesideApredicateThatIsNotAcontains5 ✔
1002
   │  ├─ containsBesideApredicateThatIsNotAcontains6 ✔
1003
   │  ├─ containsBesideApredicateThatIsNotAcontains7 ✔
1004
   │  ├─ containsBesideApredicateThatIsNotAcontains8 ✔
1005
   │  ├─ severalContainsInOneWhereClause1 ✔
1006
   │  ├─ severalContainsInOneWhereClause2 ✔
1007
   │  ├─ severalContainsInOneWhereClause3 ✔
1008
   │  ├─ twoWordIndexesInOneWhereClause1 ✔
1009
   │  ├─ twoWordIndexesInOneWhereClause2 ✔
1010
   │  ├─ extentSubscriptIsIgnored1 ✔
1011
   │  ├─ extentSubscriptIsIgnored2 ✔
1012
   │  ├─ extentSubscriptIsIgnored3 ✔
1013
   │  ├─ joinOfTwoWordIndexedTables ✔
1014
   │  ├─ extentWordFoundInAnyElement1 ✔
1015
   │  ├─ extentWordFoundInAnyElement2 ✔
1016
   │  ├─ extentWordFoundInAnyElement3 ✔
1017
   │  ├─ extentWordFoundInAnyElement4 ✔
1018
   │  ├─ writesAreVisibleImmediately1 ✔
1019
   │  ├─ writesAreVisibleImmediately2 ✔
1020
   │  ├─ writesAreVisibleImmediately3 ✔
1021
   │  ├─ writesAreVisibleImmediately4 ✔
1022
   │  ├─ acceptedQueryShapes1 ✔
1023
   │  ├─ acceptedQueryShapes2 ✔
1024
   │  ├─ acceptedQueryShapes3 ✔
1025
   │  ├─ acceptedQueryShapes4 ✔
1026
   │  ├─ acceptedQueryShapes5 ✔
1027
   │  ├─ acceptedQueryShapes6 ✔
1028
   │  ├─ acceptedQueryShapes7 ✔
1029
   │  ├─ acceptedQueryShapes8 ✔
1030
   │  ├─ acceptedQueryShapes9 ✔
1031
   │  ├─ acceptedQueryShapes10 ✔
1032
   │  ├─ everyCaseIsClaimedByArule ✔
1033
   │  ├─ dynamicNavigation ✔
1034
   │  └─ dynamicPreselectAttributes ✔
1035
   ├─ tests.persistence.word_index.ContainsLockModeTest ✔
1036
   │  ├─ fixtureTablesAreAvailable ✔
1037
   │  ├─ readableLockModesDoNotChangeTheResult1 ✔
1038
   │  ├─ readableLockModesDoNotChangeTheResult2 ✔
1039
   │  ├─ readableLockModesDoNotChangeTheResult3 ✔
1040
   │  ├─ exclusiveLockOutsideAtransactionIsRefused ✔
1041
   │  ├─ exclusiveLockInsideAtransactionYieldsWritableRows ✔
1042
   │  ├─ exclusiveLockFetchUnderNoErrorYieldsNoRow ✔
1043
   │  ├─ exclusiveLockOnTheLeadingPhraseOfAjoinIsRefused ✔
1044
   │  ├─ exclusiveLockOnAsubsequentPhraseOfAjoinIsRefused ✔
1045
   │  ├─ aResultListOperationOnAnExclusiveQueryIsNotRefused ✔
1046
   │  ├─ noWaitIsNotPartOfArecordPhrase1 ✔
1047
   │  ├─ noWaitIsNotPartOfArecordPhrase2 ✔
1048
   │  └─ noWaitIsNotPartOfArecordPhrase3 ✔
1049
   ├─ tests.persistence.word_index.ContainsJoinTest ✔
1050
   │  ├─ containsOnFirstBufferOnly ✔
1051
   │  ├─ containsOnSecondBufferOnly ✔
1052
   │  ├─ containsOnBothBuffers ✔
1053
   │  ├─ joinOnLikeNamedWordIndexedFields ✔
1054
   │  └─ joinDoesNotDuplicateOuterRows ✔
1055
   ├─ tests.persistence.word_index.ContainsFieldTest ✔
1056
   │  ├─ plainCharacterField1 ✔
1057
   │  ├─ plainCharacterField2 ✔
1058
   │  ├─ plainCharacterField3 ✔
1059
   │  ├─ plainCharacterField4 ✔
1060
   │  ├─ plainCharacterField5 ✔
1061
   │  ├─ plainCharacterField6 ✔
1062
   │  ├─ plainCharacterField7 ✔
1063
   │  ├─ plainCharacterField8 ✔
1064
   │  ├─ plainCharacterField9 ✔
1065
   │  ├─ plainCharacterField10 ✔
1066
   │  ├─ plainCharacterField11 ✔
1067
   │  ├─ plainCharacterField12 ✔
1068
   │  ├─ plainCharacterField13 ✔
1069
   │  ├─ plainCharacterField14 ✔
1070
   │  ├─ plainCharacterField15 ✔
1071
   │  ├─ plainCharacterField16 ✔
1072
   │  ├─ plainCharacterField17 ✔
1073
   │  ├─ plainCharacterField18 ✔
1074
   │  ├─ plainCharacterField19 ✔
1075
   │  ├─ plainCharacterField20 ✔
1076
   │  ├─ plainCharacterField21 ✔
1077
   │  ├─ plainCharacterField22 ✔
1078
   │  ├─ plainCharacterField23 ✔
1079
   │  ├─ plainCharacterField24 ✔
1080
   │  ├─ plainCharacterField25 ✔
1081
   │  ├─ plainCharacterField26 ✔
1082
   │  ├─ plainCharacterField27 ✔
1083
   │  ├─ plainCharacterField28 ✔
1084
   │  ├─ plainCharacterField29 ✔
1085
   │  ├─ secondIndependentWordIndex1 ✔
1086
   │  ├─ secondIndependentWordIndex2 ✔
1087
   │  ├─ secondIndependentWordIndex3 ✔
1088
   │  ├─ secondIndependentWordIndex4 ✔
1089
   │  ├─ secondIndependentWordIndex5 ✔
1090
   │  ├─ secondIndependentWordIndex6 ✔
1091
   │  ├─ secondIndependentWordIndex7 ✔
1092
   │  ├─ secondIndependentWordIndex8 ✔
1093
   │  ├─ secondIndependentWordIndex9 ✔
1094
   │  ├─ secondIndependentWordIndex10 ✔
1095
   │  ├─ secondIndependentWordIndex11 ✔
1096
   │  ├─ secondIndependentWordIndex12 ✔
1097
   │  ├─ secondIndependentWordIndex13 ✔
1098
   │  ├─ secondIndependentWordIndex14 ✔
1099
   │  ├─ secondIndependentWordIndex15 ✔
1100
   │  ├─ secondIndependentWordIndex16 ✔
1101
   │  ├─ secondIndependentWordIndex17 ✔
1102
   │  ├─ caseSensitiveField1 ✔
1103
   │  ├─ caseSensitiveField2 ✔
1104
   │  ├─ caseSensitiveField3 ✔
1105
   │  ├─ caseSensitiveField4 ✔
1106
   │  ├─ caseSensitiveField5 ✔
1107
   │  ├─ caseSensitiveField6 ✔
1108
   │  ├─ caseSensitiveField7 ✔
1109
   │  ├─ caseSensitiveField8 ✔
1110
   │  ├─ caseSensitiveField9 ✔
1111
   │  ├─ caseSensitiveField10 ✔
1112
   │  ├─ caseSensitiveField11 ✔
1113
   │  ├─ caseSensitiveField12 ✔
1114
   │  ├─ caseSensitiveField13 ✔
1115
   │  ├─ caseSensitiveField14 ✔
1116
   │  ├─ caseSensitiveField15 ✔
1117
   │  ├─ caseSensitiveField16 ✔
1118
   │  ├─ caseSensitiveField17 ✔
1119
   │  ├─ caseSensitiveField18 ✔
1120
   │  ├─ caseSensitiveField19 ✔
1121
   │  ├─ caseSensitiveField20 ✔
1122
   │  ├─ caseSensitiveField21 ✔
1123
   │  ├─ caseSensitiveField22 ✔
1124
   │  ├─ caseSensitiveField23 ✔
1125
   │  ├─ caseSensitiveField24 ✔
1126
   │  ├─ caseSensitiveField25 ✔
1127
   │  ├─ extentField1 ✔
1128
   │  ├─ extentField2 ✔
1129
   │  ├─ extentField3 ✔
1130
   │  ├─ extentField4 ✔
1131
   │  ├─ extentField5 ✔
1132
   │  ├─ extentField6 ✔
1133
   │  ├─ extentField7 ✔
1134
   │  ├─ extentField8 ✔
1135
   │  ├─ extentField9 ✔
1136
   │  ├─ extentField10 ✔
1137
   │  ├─ extentField11 ✔
1138
   │  ├─ extentField12 ✔
1139
   │  ├─ extentField13 ✔
1140
   │  ├─ extentFurtherElements1 ✔
1141
   │  ├─ extentFurtherElements2 ✔
1142
   │  ├─ extentFurtherElements3 ✔
1143
   │  ├─ extentFurtherElements4 ✔
1144
   │  ├─ everyCaseIsClaimedByArule ✔
1145
   │  ├─ extentSubscriptIsIgnored1 ✔
1146
   │  ├─ extentSubscriptIsIgnored2 ✔
1147
   │  ├─ extentSubscriptIsIgnored3 ✔
1148
   │  └─ extentSubscriptIsIgnored4 ✔
1149
   ├─ tests.persistence.word_index.ContainsExpressionTest ✔
1150
   │  ├─ singleWordMatching1 ✔
1151
   │  ├─ singleWordMatching2 ✔
1152
   │  ├─ singleWordMatching3 ✔
1153
   │  ├─ singleWordMatching4 ✔
1154
   │  ├─ singleWordMatching5 ✔
1155
   │  ├─ singleWordMatching6 ✔
1156
   │  ├─ singleWordMatching7 ✔
1157
   │  ├─ singleWordMatching8 ✔
1158
   │  ├─ singleWordMatching9 ✔
1159
   │  ├─ singleWordMatching10 ✔
1160
   │  ├─ singleWordMatching11 ✔
1161
   │  ├─ singleWordMatching12 ✔
1162
   │  ├─ singleWordMatching13 ✔
1163
   │  ├─ singleWordMatching14 ✔
1164
   │  ├─ singleWordMatching15 ✔
1165
   │  ├─ singleWordMatching16 ✔
1166
   │  ├─ singleWordMatching17 ✔
1167
   │  ├─ singleWordMatching18 ✔
1168
   │  ├─ singleWordMatching19 ✔
1169
   │  ├─ singleWordMatching20 ✔
1170
   │  ├─ singleWordMatching21 ✔
1171
   │  ├─ singleWordMatching22 ✔
1172
   │  ├─ trailingAsteriskPrefixes1 ✔
1173
   │  ├─ trailingAsteriskPrefixes2 ✔
1174
   │  ├─ trailingAsteriskPrefixes3 ✔
1175
   │  ├─ trailingAsteriskPrefixes4 ✔
1176
   │  ├─ trailingAsteriskPrefixes5 ✔
1177
   │  ├─ trailingAsteriskPrefixes6 ✔
1178
   │  ├─ trailingAsteriskPrefixes7 ✔
1179
   │  ├─ trailingAsteriskPrefixes8 ✔
1180
   │  ├─ trailingAsteriskPrefixes9 ✔
1181
   │  ├─ trailingAsteriskPrefixes10 ✔
1182
   │  ├─ trailingAsteriskPrefixes11 ✔
1183
   │  ├─ trailingAsteriskPrefixes12 ✔
1184
   │  ├─ trailingAsteriskPrefixes13 ✔
1185
   │  ├─ trailingAsteriskPrefixes14 ✔
1186
   │  ├─ trailingAsteriskPrefixes15 ✔
1187
   │  ├─ trailingAsteriskPrefixes16 ✔
1188
   │  ├─ andOrOperators1 ✔
1189
   │  ├─ andOrOperators2 ✔
1190
   │  ├─ andOrOperators3 ✔
1191
   │  ├─ andOrOperators4 ✔
1192
   │  ├─ andOrOperators5 ✔
1193
   │  ├─ andOrOperators6 ✔
1194
   │  ├─ andOrOperators7 ✔
1195
   │  ├─ andOrOperators8 ✔
1196
   │  ├─ andOrOperators9 ✔
1197
   │  ├─ andOrOperators10 ✔
1198
   │  ├─ andOrOperators11 ✔
1199
   │  ├─ andOrOperators12 ✔
1200
   │  ├─ andOrOperators13 ✔
1201
   │  ├─ andOrOperators14 ✔
1202
   │  ├─ andOrOperators15 ✔
1203
   │  ├─ andOrOperators16 ✔
1204
   │  ├─ andOrOperators17 ✔
1205
   │  ├─ andOrOperators18 ✔
1206
   │  ├─ andOrOperators19 ✔
1207
   │  ├─ andOrOperators20 ✔
1208
   │  ├─ andOrOperators21 ✔
1209
   │  ├─ andOrOperators22 ✔
1210
   │  ├─ andOrOperators23 ✔
1211
   │  ├─ andOrOperators24 ✔
1212
   │  ├─ andOrOperators25 ✔
1213
   │  ├─ andOrOperators26 ✔
1214
   │  ├─ andOrOperators27 ✔
1215
   │  ├─ andOrOperators28 ✔
1216
   │  ├─ andOrOperators29 ✔
1217
   │  ├─ andOrOperators30 ✔
1218
   │  ├─ precedenceAndParentheses1 ✔
1219
   │  ├─ precedenceAndParentheses2 ✔
1220
   │  ├─ precedenceAndParentheses3 ✔
1221
   │  ├─ precedenceAndParentheses4 ✔
1222
   │  ├─ precedenceAndParentheses5 ✔
1223
   │  ├─ precedenceAndParentheses6 ✔
1224
   │  ├─ precedenceAndParentheses7 ✔
1225
   │  ├─ precedenceAndParentheses8 ✔
1226
   │  ├─ precedenceAndParentheses9 ✔
1227
   │  ├─ precedenceAndParentheses10 ✔
1228
   │  ├─ precedenceAndParentheses11 ✔
1229
   │  ├─ precedenceAndParentheses12 ✔
1230
   │  ├─ precedenceAndParentheses13 ✔
1231
   │  ├─ precedenceAndParentheses14 ✔
1232
   │  ├─ precedenceAndParentheses15 ✔
1233
   │  ├─ precedenceAndParentheses16 ✔
1234
   │  ├─ precedenceAndParentheses17 ✔
1235
   │  ├─ precedenceAndParentheses18 ✔
1236
   │  ├─ precedenceAndParentheses19 ✔
1237
   │  ├─ precedenceAndParentheses20 ✔
1238
   │  ├─ precedenceAndParentheses21 ✔
1239
   │  ├─ precedenceAndParentheses22 ✔
1240
   │  ├─ precedenceAndParentheses23 ✔
1241
   │  ├─ precedenceAndParentheses24 ✔
1242
   │  ├─ precedenceAndParentheses25 ✔
1243
   │  ├─ theExpressionMayBeAnyCharacterExpression1 ✔
1244
   │  ├─ theExpressionMayBeAnyCharacterExpression2 ✔
1245
   │  ├─ theExpressionMayBeAnyCharacterExpression3 ✔
1246
   │  ├─ theExpressionMayBeAnyCharacterExpression4 ✔
1247
   │  ├─ theExpressionMayBeAnyCharacterExpression5 ✔
1248
   │  ├─ aLongcharOperandMustBeConvertedBeforeTheWhereClause ✔
1249
   │  ├─ aTildeEscapesNothing1 ✔
1250
   │  ├─ aTildeEscapesNothing2 ✔
1251
   │  ├─ aTildeEscapesNothing3 ✔
1252
   │  ├─ aTildeEscapesNothing4 ✔
1253
   │  ├─ aTildeEscapesNothing5 ✔
1254
   │  ├─ aTildeEscapesNothing6 ✔
1255
   │  ├─ aTildeEscapesNothing7 ✔
1256
   │  ├─ aTildeEscapesNothing8 ✔
1257
   │  ├─ aTildeEscapesNothing9 ✔
1258
   │  ├─ aTildeEscapesNothing10 ✔
1259
   │  ├─ andOrNotAreSearchWordsNotOperators1 ✔
1260
   │  ├─ andOrNotAreSearchWordsNotOperators2 ✔
1261
   │  ├─ andOrNotAreSearchWordsNotOperators3 ✔
1262
   │  ├─ andOrNotAreSearchWordsNotOperators4 ✔
1263
   │  ├─ andOrNotAreSearchWordsNotOperators5 ✔
1264
   │  ├─ andOrNotAreSearchWordsNotOperators6 ✔
1265
   │  ├─ andOrNotAreSearchWordsNotOperators7 ✔
1266
   │  ├─ andOrNotAreSearchWordsNotOperators8 ✔
1267
   │  ├─ andOrNotAreSearchWordsNotOperators9 ✔
1268
   │  ├─ andOrNotAreSearchWordsNotOperators10 ✔
1269
   │  ├─ andOrNotAreSearchWordsNotOperators11 ✔
1270
   │  ├─ andOrNotAreSearchWordsNotOperators12 ✔
1271
   │  ├─ andOrNotAreSearchWordsNotOperators13 ✔
1272
   │  ├─ andOrNotAreSearchWordsNotOperators14 ✔
1273
   │  ├─ everyLexCaseIsClaimedByArule ✔
1274
   │  ├─ everyExpressionCaseIsClaimedByArule ✔
1275
   │  ├─ newlineSeparatedTermsAreAnImplicitAnd ✔
1276
   │  └─ sameStatementDifferentExpressions ✔
1277
   ├─ tests.persistence.word_index.ContainsErrorRejectionTest ✔
1278
   │  ├─ fixtureTablesAreAvailable ✔
1279
   │  ├─ asteriskIsMisplacedOverTempTables1 ✔
1280
   │  ├─ asteriskIsMisplacedOverTempTables2 ✔
1281
   │  ├─ asteriskIsMisplacedOverTempTables3 ✔
1282
   │  ├─ asteriskIsMisplacedOverTempTables4 ✔
1283
   │  ├─ asteriskIsMisplacedOverTempTables5 ✔
1284
   │  ├─ asteriskIsMisplacedOverTempTables6 ✔
1285
   │  ├─ asteriskIsMisplacedOverTempTables7 ✔
1286
   │  ├─ asteriskIsMisplacedOverTempTables8 ✔
1287
   │  ├─ asteriskIsMisplacedOverTempTables9 ✔
1288
   │  ├─ asteriskIsMisplacedOverTempTables10 ✔
1289
   │  ├─ asteriskIsMisplacedOverTempTables11 ✔
1290
   │  ├─ asteriskIsMisplacedOverTempTables12 ✔
1291
   │  ├─ asteriskIsMisplacedOverTempTables13 ✔
1292
   │  ├─ asteriskIsMisplacedOverTempTables14 ✔
1293
   │  ├─ asteriskIsMisplacedOverTempTables15 ✔
1294
   │  ├─ asteriskIsMisplacedOverPermanentTables1 ✔
1295
   │  ├─ asteriskIsMisplacedOverPermanentTables2 ✔
1296
   │  ├─ asteriskIsMisplacedOverPermanentTables3 ✔
1297
   │  ├─ asteriskIsMisplacedOverPermanentTables4 ✔
1298
   │  ├─ asteriskIsMisplacedOverPermanentTables5 ✔
1299
   │  ├─ asteriskIsMisplacedOverPermanentTables6 ✔
1300
   │  ├─ asteriskIsMisplacedOverPermanentTables7 ✔
1301
   │  ├─ asteriskIsMisplacedOverPermanentTables8 ✔
1302
   │  ├─ asteriskIsMisplacedOverPermanentTables9 ✔
1303
   │  ├─ asteriskIsMisplacedOverPermanentTables10 ✔
1304
   │  ├─ asteriskIsMisplacedOverPermanentTables11 ✔
1305
   │  ├─ asteriskIsMisplacedOverPermanentTables12 ✔
1306
   │  ├─ asteriskIsMisplacedOverPermanentTables13 ✔
1307
   │  ├─ asteriskIsMisplacedOverPermanentTables14 ✔
1308
   │  ├─ asteriskIsMisplacedOverPermanentTables15 ✔
1309
   │  ├─ expressionEndsInAnOperatorOverTempTables1 ✔
1310
   │  ├─ expressionEndsInAnOperatorOverTempTables2 ✔
1311
   │  ├─ expressionEndsInAnOperatorOverTempTables3 ✔
1312
   │  ├─ expressionEndsInAnOperatorOverTempTables4 ✔
1313
   │  ├─ expressionEndsInAnOperatorOverTempTables5 ✔
1314
   │  ├─ expressionEndsInAnOperatorOverTempTables6 ✔
1315
   │  ├─ expressionEndsInAnOperatorOverTempTables7 ✔
1316
   │  ├─ expressionEndsInAnOperatorOverTempTables8 ✔
1317
   │  ├─ expressionEndsInAnOperatorOverTempTables9 ✔
1318
   │  ├─ expressionEndsInAnOperatorOverTempTables10 ✔
1319
   │  ├─ expressionEndsInAnOperatorOverTempTables11 ✔
1320
   │  ├─ expressionEndsInAnOperatorOverPermanentTables1 ✔
1321
   │  ├─ expressionEndsInAnOperatorOverPermanentTables2 ✔
1322
   │  ├─ expressionEndsInAnOperatorOverPermanentTables3 ✔
1323
   │  ├─ expressionEndsInAnOperatorOverPermanentTables4 ✔
1324
   │  ├─ expressionEndsInAnOperatorOverPermanentTables5 ✔
1325
   │  ├─ expressionEndsInAnOperatorOverPermanentTables6 ✔
1326
   │  ├─ expressionEndsInAnOperatorOverPermanentTables7 ✔
1327
   │  ├─ expressionEndsInAnOperatorOverPermanentTables8 ✔
1328
   │  ├─ expressionEndsInAnOperatorOverPermanentTables9 ✔
1329
   │  ├─ expressionEndsInAnOperatorOverPermanentTables10 ✔
1330
   │  ├─ expressionEndsInAnOperatorOverPermanentTables11 ✔
1331
   │  ├─ rightParenIsUnexpectedOverTempTables1 ✔
1332
   │  ├─ rightParenIsUnexpectedOverTempTables2 ✔
1333
   │  ├─ rightParenIsUnexpectedOverTempTables3 ✔
1334
   │  ├─ rightParenIsUnexpectedOverTempTables4 ✔
1335
   │  ├─ rightParenIsUnexpectedOverTempTables5 ✔
1336
   │  ├─ rightParenIsUnexpectedOverTempTables6 ✔
1337
   │  ├─ rightParenIsUnexpectedOverTempTables7 ✔
1338
   │  ├─ rightParenIsUnexpectedOverTempTables8 ✔
1339
   │  ├─ rightParenIsUnexpectedOverTempTables9 ✔
1340
   │  ├─ rightParenIsUnexpectedOverPermanentTables1 ✔
1341
   │  ├─ rightParenIsUnexpectedOverPermanentTables2 ✔
1342
   │  ├─ rightParenIsUnexpectedOverPermanentTables3 ✔
1343
   │  ├─ rightParenIsUnexpectedOverPermanentTables4 ✔
1344
   │  ├─ rightParenIsUnexpectedOverPermanentTables5 ✔
1345
   │  ├─ rightParenIsUnexpectedOverPermanentTables6 ✔
1346
   │  ├─ rightParenIsUnexpectedOverPermanentTables7 ✔
1347
   │  ├─ rightParenIsUnexpectedOverPermanentTables8 ✔
1348
   │  ├─ rightParenIsUnexpectedOverPermanentTables9 ✔
1349
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables1 ✔
1350
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables2 ✔
1351
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables3 ✔
1352
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables4 ✔
1353
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables5 ✔
1354
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables6 ✔
1355
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables7 ✔
1356
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables8 ✔
1357
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables9 ✔
1358
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables10 ✔
1359
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables11 ✔
1360
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables12 ✔
1361
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables13 ✔
1362
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables14 ✔
1363
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables15 ✔
1364
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables16 ✔
1365
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables17 ✔
1366
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables18 ✔
1367
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables19 ✔
1368
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables20 ✔
1369
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables21 ✔
1370
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables22 ✔
1371
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables23 ✔
1372
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables24 ✔
1373
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables25 ✔
1374
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables26 ✔
1375
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables27 ✔
1376
   │  ├─ wordIsMissingBeforeAnOperatorOverTempTables28 ✔
1377
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables1 ✔
1378
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables2 ✔
1379
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables3 ✔
1380
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables4 ✔
1381
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables5 ✔
1382
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables6 ✔
1383
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables7 ✔
1384
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables8 ✔
1385
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables9 ✔
1386
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables10 ✔
1387
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables11 ✔
1388
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables12 ✔
1389
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables13 ✔
1390
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables14 ✔
1391
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables15 ✔
1392
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables16 ✔
1393
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables17 ✔
1394
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables18 ✔
1395
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables19 ✔
1396
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables20 ✔
1397
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables21 ✔
1398
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables22 ✔
1399
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables23 ✔
1400
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables24 ✔
1401
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables25 ✔
1402
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables26 ✔
1403
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables27 ✔
1404
   │  ├─ wordIsMissingBeforeAnOperatorOverPermanentTables28 ✔
1405
   │  ├─ rightParenIsMissingOverTempTables1 ✔
1406
   │  ├─ rightParenIsMissingOverTempTables2 ✔
1407
   │  ├─ rightParenIsMissingOverTempTables3 ✔
1408
   │  ├─ rightParenIsMissingOverTempTables4 ✔
1409
   │  ├─ rightParenIsMissingOverTempTables5 ✔
1410
   │  ├─ rightParenIsMissingOverTempTables6 ✔
1411
   │  ├─ rightParenIsMissingOverTempTables7 ✔
1412
   │  ├─ rightParenIsMissingOverTempTables8 ✔
1413
   │  ├─ rightParenIsMissingOverTempTables9 ✔
1414
   │  ├─ rightParenIsMissingOverPermanentTables1 ✔
1415
   │  ├─ rightParenIsMissingOverPermanentTables2 ✔
1416
   │  ├─ rightParenIsMissingOverPermanentTables3 ✔
1417
   │  ├─ rightParenIsMissingOverPermanentTables4 ✔
1418
   │  ├─ rightParenIsMissingOverPermanentTables5 ✔
1419
   │  ├─ rightParenIsMissingOverPermanentTables6 ✔
1420
   │  ├─ rightParenIsMissingOverPermanentTables7 ✔
1421
   │  ├─ rightParenIsMissingOverPermanentTables8 ✔
1422
   │  ├─ rightParenIsMissingOverPermanentTables9 ✔
1423
   │  ├─ constructMayNotCarryAcontainsOverTempTables1 ✔
1424
   │  ├─ constructMayNotCarryAcontainsOverTempTables2 ✔
1425
   │  ├─ constructMayNotCarryAcontainsOverTempTables3 ✔
1426
   │  ├─ constructMayNotCarryAcontainsOverTempTables4 ✔
1427
   │  ├─ constructMayNotCarryAcontainsOverTempTables5 ✔
1428
   │  ├─ constructMayNotCarryAcontainsOverTempTables6 ✔
1429
   │  ├─ constructMayNotCarryAcontainsOverTempTables7 ✔
1430
   │  ├─ constructMayNotCarryAcontainsOverPermanentTables1 ✔
1431
   │  ├─ constructMayNotCarryAcontainsOverPermanentTables2 ✔
1432
   │  ├─ constructMayNotCarryAcontainsOverPermanentTables3 ✔
1433
   │  ├─ constructMayNotCarryAcontainsOverPermanentTables4 ✔
1434
   │  ├─ constructMayNotCarryAcontainsOverPermanentTables5 ✔
1435
   │  ├─ constructMayNotCarryAcontainsOverPermanentTables6 ✔
1436
   │  ├─ constructMayNotCarryAcontainsOverPermanentTables7 ✔
1437
   │  ├─ queryTextDoesNotParseOverTempTables1 ✔
1438
   │  ├─ queryTextDoesNotParseOverTempTables2 ✔
1439
   │  ├─ queryTextDoesNotParseOverTempTables3 ✘ query texts OpenEdge does not read as a query over temp-tables, seq 4110 [contains-twice]: error 247 text expected "** Unable to understand after -- "txt CONTAINS a". (247)", got "** Unable to understand after -- "CONTAINS". (247)"
1440
   │  ├─ queryTextDoesNotParseOverTempTables4 ✔
1441
   │  ├─ queryTextDoesNotParseOverPermanentTables1 ✔
1442
   │  ├─ queryTextDoesNotParseOverPermanentTables2 ✔
1443
   │  ├─ queryTextDoesNotParseOverPermanentTables3 ✘ query texts OpenEdge does not read as a query over permanent tables, seq 4110 [contains-twice]: error 247 text expected "** Unable to understand after -- "txt CONTAINS a". (247)", got "** Unable to understand after -- "CONTAINS". (247)"
1444
   │  ├─ queryTextDoesNotParseOverPermanentTables4 ✔
1445
   │  ├─ operandWillNotResolveOverTempTables1 ✔
1446
   │  ├─ operandWillNotResolveOverTempTables2 ✔
1447
   │  ├─ operandWillNotResolveOverTempTables3 ✔
1448
   │  ├─ operandWillNotResolveOverTempTables4 ✔
1449
   │  ├─ operandWillNotResolveOverTempTables5 ✔
1450
   │  ├─ operandWillNotResolveOverTempTables6 ✔
1451
   │  ├─ operandWillNotResolveOverTempTables7 ✔
1452
   │  ├─ operandWillNotResolveOverTempTables8 ✔
1453
   │  ├─ operandWillNotResolveOverTempTables9 ✔
1454
   │  ├─ operandWillNotResolveOverTempTables10 ✔
1455
   │  ├─ operandWillNotResolveOverTempTables11 ✔
1456
   │  ├─ operandWillNotResolveOverTempTables12 ✔
1457
   │  ├─ operandWillNotResolveOverTempTables13 ✔
1458
   │  ├─ operandWillNotResolveOverPermanentTables1 ✔
1459
   │  ├─ operandWillNotResolveOverPermanentTables2 ✔
1460
   │  ├─ operandWillNotResolveOverPermanentTables3 ✔
1461
   │  ├─ operandWillNotResolveOverPermanentTables4 ✔
1462
   │  ├─ operandWillNotResolveOverPermanentTables5 ✔
1463
   │  ├─ operandWillNotResolveOverPermanentTables6 ✔
1464
   │  ├─ operandWillNotResolveOverPermanentTables7 ✔
1465
   │  ├─ operandWillNotResolveOverPermanentTables8 ✔
1466
   │  ├─ operandWillNotResolveOverPermanentTables9 ✔
1467
   │  ├─ operandWillNotResolveOverPermanentTables10 ✔
1468
   │  ├─ operandWillNotResolveOverPermanentTables11 ✔
1469
   │  ├─ operandWillNotResolveOverPermanentTables12 ✔
1470
   │  ├─ operandWillNotResolveOverPermanentTables13 ✔
1471
   │  ├─ queryTextDoesNotMatchTheBuffersOverTempTables1 ✔
1472
   │  ├─ queryTextDoesNotMatchTheBuffersOverTempTables2 ✔
1473
   │  ├─ queryTextDoesNotMatchTheBuffersOverTempTables3 ✔
1474
   │  ├─ queryTextDoesNotMatchTheBuffersOverPermanentTables1 ✔
1475
   │  ├─ queryTextDoesNotMatchTheBuffersOverPermanentTables2 ✔
1476
   │  ├─ queryTextDoesNotMatchTheBuffersOverPermanentTables3 ✔
1477
   │  ├─ dynamicQueryWithRejectedExpression ✔
1478
   │  ├─ conditionIsSeenByAdoBlock ✔
1479
   │  ├─ conditionIsRethrownByArepeatBlockThatThrows ✔
1480
   │  ├─ conditionIsAbsorbedByArepeatBlockThatLeaves ✔
1481
   │  ├─ badOperandIsRejectedBeforeTheJoinOpens ✔
1482
   │  ├─ malformedExpressionInAjoinIsRaisedAtTheFirstFetch ✔
1483
   │  ├─ everyRejectionIsClassified ✔
1484
   │  ├─ everyRejectionIsReplayedByArule ✔
1485
   │  └─ noCaseExpectsAnErrorOutsideThisClass ✔
1486
   └─ tests.persistence.word_index.ContainsCollationTest ✔
1487
      ├─ accentedLettersAreWordCharactersAndFold1 ✘ group [i18n] seq 5401 [acute-spelling-finds-all-three]: expected [1,2,3], got [1,3]
1488
      ├─ accentedLettersAreWordCharactersAndFold2 ✘ group [i18n] seq 5402 [plain-spelling-finds-all-three]: expected [1,2,3], got [2]
1489
      ├─ accentedLettersAreWordCharactersAndFold3 ✘ group [i18n] seq 5403 [upper-spelling-finds-all-three]: expected [1,2,3], got [1,3]
1490
      ├─ accentedLettersAreWordCharactersAndFold4 ✔
1491
      ├─ accentedLettersAreWordCharactersAndFold5 ✔
1492
      ├─ accentedLettersAreWordCharactersAndFold6 ✔
1493
      ├─ accentedLettersAreWordCharactersAndFold7 ✘ group [i18n] seq 5407 [diaeresis-folds-to-plain]: expected [4], got []
1494
      ├─ accentedLettersAreWordCharactersAndFold8 ✔
1495
      ├─ accentedLettersAreWordCharactersAndFold9 ✔
1496
      ├─ accentedLettersAreWordCharactersAndFold10 ✔
1497
      ├─ accentedLettersAreWordCharactersAndFold11 ✔
1498
      ├─ accentedLettersAreWordCharactersAndFold12 ✔
1499
      ├─ accentedLettersAreWordCharactersAndFold13 ✔
1500
      ├─ accentedLettersAreWordCharactersAndFold14 ✔
1501
      ├─ accentedLettersAreWordCharactersAndFold15 ✘ group [i18n] seq 5415 [cedilla-folds-to-c]: expected [6], got []
1502
      ├─ accentedLettersAreWordCharactersAndFold16 ✔
1503
      ├─ accentedLettersAreWordCharactersAndFold17 ✔
1504
      ├─ accentedLettersAreWordCharactersAndFold18 ✔
1505
      ├─ accentedLettersAreWordCharactersAndFold19 ✘ group [i18n] seq 5419 [umlaut-folds-to-a]: expected [7], got []
1506
      ├─ accentedLettersAreWordCharactersAndFold20 ✔
1507
      ├─ accentedLettersAreWordCharactersAndFold21 ✘ group [i18n] seq 5421 [accented-and-folded-in-one-expression]: expected [1,2,3], got []
1508
      ├─ accentedLettersAreWordCharactersAndFold22 ✔
1509
      └─ everyCaseIsClaimedByArule ✔
1510

    
1511
Failures (14):
1512
  FWD Test:tests.persistence.word_index.TestContainsIndexSelection:testNaturalOrderIsWordIndexNotRecno
1513
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.TestContainsIndexSelection', methodName = 'testNaturalOrderIsWordIndexNotRecno', methodParameterTypes = '']
1514
    => org.opentest4j.AssertionFailedError: Expected: 2,4,5,3,1, but was: 1,2,3,4,5,
1515
       com.goldencode.p2j.oo.core.AbstractAssert.raiseErrorForEquals(AbstractAssert.java:2182)
1516
       com.goldencode.p2j.oo.core.AbstractAssert.call(AbstractAssert.java:1778)
1517
       com.goldencode.p2j.oo.core.AbstractAssert.call(AbstractAssert.java:1762)
1518
       com.goldencode.p2j.oo.core.AbstractAssert.call(AbstractAssert.java:2288)
1519
       com.goldencode.p2j.oo.core.AbstractAssert.equalsImpl(AbstractAssert.java:1775)
1520
       com.goldencode.p2j.oo.core.Assert.legacyEquals(Assert.java:2386)
1521
       com.goldencode.testing.tests.persistence.word_index.TestContainsIndexSelection.testNaturalOrderIsWordIndexNotRecno(TestContainsIndexSelection.java:240)
1522
       com.goldencode.testing.tests.persistence.word_index.TestContainsIndexSelection.testNaturalOrderIsWordIndexNotRecno(TestContainsIndexSelection.java:226)
1523
  FWD Test:tests.persistence.word_index.ContainsResultOrderTest:naturalOrderFollowsTheLeadingGroup1
1524
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest', methodName = 'naturalOrderFollowsTheLeadingGroup1', methodParameterTypes = '']
1525
    => org.opentest4j.AssertionFailedError: an AND of two OR-groups with no BY clause, forward: expected [1,3,2,4], got [1,2,3,4]
1526
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1527
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1528
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1529
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.assertNoMismatch(ContainsResultOrderTest.java:557)
1530
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.assertNoMismatch(ContainsResultOrderTest.java:542)
1531
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.naturalOrderFollowsTheLeadingGroup1(ContainsResultOrderTest.java:1481)
1532
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.naturalOrderFollowsTheLeadingGroup1(ContainsResultOrderTest.java:1476)
1533
  FWD Test:tests.persistence.word_index.ContainsResultOrderTest:naturalOrderFollowsTheLeadingGroup2
1534
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest', methodName = 'naturalOrderFollowsTheLeadingGroup2', methodParameterTypes = '']
1535
    => org.opentest4j.AssertionFailedError: an AND of two OR-groups with no BY clause, groups swapped: expected [1,4,2,3], got [1,2,3,4]
1536
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1537
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1538
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1539
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.assertNoMismatch(ContainsResultOrderTest.java:557)
1540
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.assertNoMismatch(ContainsResultOrderTest.java:542)
1541
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.naturalOrderFollowsTheLeadingGroup2(ContainsResultOrderTest.java:1494)
1542
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.naturalOrderFollowsTheLeadingGroup2(ContainsResultOrderTest.java:1489)
1543
  FWD Test:tests.persistence.word_index.ContainsResultOrderTest:naturalOrderFollowsTheLeadingGroup3
1544
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest', methodName = 'naturalOrderFollowsTheLeadingGroup3', methodParameterTypes = '']
1545
    => org.opentest4j.AssertionFailedError: an AND of two three-term OR-groups with no BY clause, forward: expected [7,10,8,12,9,11], got [7,8,9,10,11,12]
1546
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1547
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1548
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1549
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.assertNoMismatch(ContainsResultOrderTest.java:557)
1550
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.assertNoMismatch(ContainsResultOrderTest.java:542)
1551
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.naturalOrderFollowsTheLeadingGroup3(ContainsResultOrderTest.java:1507)
1552
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.naturalOrderFollowsTheLeadingGroup3(ContainsResultOrderTest.java:1502)
1553
  FWD Test:tests.persistence.word_index.ContainsResultOrderTest:naturalOrderFollowsTheLeadingGroup4
1554
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest', methodName = 'naturalOrderFollowsTheLeadingGroup4', methodParameterTypes = '']
1555
    => org.opentest4j.AssertionFailedError: an AND of two three-term OR-groups with no BY clause, groups swapped: expected [7,11,8,10,9,12], got [7,8,9,10,11,12]
1556
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1557
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1558
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1559
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.assertNoMismatch(ContainsResultOrderTest.java:557)
1560
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.assertNoMismatch(ContainsResultOrderTest.java:542)
1561
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.naturalOrderFollowsTheLeadingGroup4(ContainsResultOrderTest.java:1520)
1562
       com.goldencode.testing.tests.persistence.word_index.ContainsResultOrderTest.naturalOrderFollowsTheLeadingGroup4(ContainsResultOrderTest.java:1515)
1563
  FWD Test:tests.persistence.word_index.ContainsErrorRejectionTest:queryTextDoesNotParseOverTempTables3
1564
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsErrorRejectionTest', methodName = 'queryTextDoesNotParseOverTempTables3', methodParameterTypes = '']
1565
    => org.opentest4j.AssertionFailedError: query texts OpenEdge does not read as a query over temp-tables, seq 4110 [contains-twice]: error 247 text expected "** Unable to understand after -- "txt CONTAINS a". (247)", got "** Unable to understand after -- "CONTAINS". (247)"
1566
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1567
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1568
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1569
       com.goldencode.testing.tests.persistence.word_index.ContainsErrorRejectionTest.assertNoMismatch(ContainsErrorRejectionTest.java:841)
1570
       com.goldencode.testing.tests.persistence.word_index.ContainsErrorRejectionTest.assertNoMismatch(ContainsErrorRejectionTest.java:826)
1571
       com.goldencode.testing.tests.persistence.word_index.ContainsErrorRejectionTest.queryTextDoesNotParseOverTempTables3(ContainsErrorRejectionTest.java:8317)
1572
       com.goldencode.testing.tests.persistence.word_index.ContainsErrorRejectionTest.queryTextDoesNotParseOverTempTables3(ContainsErrorRejectionTest.java:8314)
1573
  FWD Test:tests.persistence.word_index.ContainsErrorRejectionTest:queryTextDoesNotParseOverPermanentTables3
1574
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsErrorRejectionTest', methodName = 'queryTextDoesNotParseOverPermanentTables3', methodParameterTypes = '']
1575
    => org.opentest4j.AssertionFailedError: query texts OpenEdge does not read as a query over permanent tables, seq 4110 [contains-twice]: error 247 text expected "** Unable to understand after -- "txt CONTAINS a". (247)", got "** Unable to understand after -- "CONTAINS". (247)"
1576
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1577
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1578
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1579
       com.goldencode.testing.tests.persistence.word_index.ContainsErrorRejectionTest.assertNoMismatch(ContainsErrorRejectionTest.java:841)
1580
       com.goldencode.testing.tests.persistence.word_index.ContainsErrorRejectionTest.assertNoMismatch(ContainsErrorRejectionTest.java:826)
1581
       com.goldencode.testing.tests.persistence.word_index.ContainsErrorRejectionTest.queryTextDoesNotParseOverPermanentTables3(ContainsErrorRejectionTest.java:8361)
1582
       com.goldencode.testing.tests.persistence.word_index.ContainsErrorRejectionTest.queryTextDoesNotParseOverPermanentTables3(ContainsErrorRejectionTest.java:8358)
1583
  FWD Test:tests.persistence.word_index.ContainsCollationTest:accentedLettersAreWordCharactersAndFold1
1584
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest', methodName = 'accentedLettersAreWordCharactersAndFold1', methodParameterTypes = '']
1585
    => org.opentest4j.AssertionFailedError: group [i18n] seq 5401 [acute-spelling-finds-all-three]: expected [1,2,3], got [1,3]
1586
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1587
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1588
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1589
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:554)
1590
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:539)
1591
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold1(ContainsCollationTest.java:1670)
1592
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold1(ContainsCollationTest.java:1667)
1593
  FWD Test:tests.persistence.word_index.ContainsCollationTest:accentedLettersAreWordCharactersAndFold2
1594
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest', methodName = 'accentedLettersAreWordCharactersAndFold2', methodParameterTypes = '']
1595
    => org.opentest4j.AssertionFailedError: group [i18n] seq 5402 [plain-spelling-finds-all-three]: expected [1,2,3], got [2]
1596
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1597
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1598
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1599
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:554)
1600
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:539)
1601
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold2(ContainsCollationTest.java:1682)
1602
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold2(ContainsCollationTest.java:1679)
1603
  FWD Test:tests.persistence.word_index.ContainsCollationTest:accentedLettersAreWordCharactersAndFold3
1604
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest', methodName = 'accentedLettersAreWordCharactersAndFold3', methodParameterTypes = '']
1605
    => org.opentest4j.AssertionFailedError: group [i18n] seq 5403 [upper-spelling-finds-all-three]: expected [1,2,3], got [1,3]
1606
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1607
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1608
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1609
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:554)
1610
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:539)
1611
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold3(ContainsCollationTest.java:1694)
1612
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold3(ContainsCollationTest.java:1691)
1613
  FWD Test:tests.persistence.word_index.ContainsCollationTest:accentedLettersAreWordCharactersAndFold7
1614
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest', methodName = 'accentedLettersAreWordCharactersAndFold7', methodParameterTypes = '']
1615
    => org.opentest4j.AssertionFailedError: group [i18n] seq 5407 [diaeresis-folds-to-plain]: expected [4], got []
1616
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1617
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1618
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1619
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:554)
1620
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:539)
1621
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold7(ContainsCollationTest.java:1742)
1622
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold7(ContainsCollationTest.java:1739)
1623
  FWD Test:tests.persistence.word_index.ContainsCollationTest:accentedLettersAreWordCharactersAndFold15
1624
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest', methodName = 'accentedLettersAreWordCharactersAndFold15', methodParameterTypes = '']
1625
    => org.opentest4j.AssertionFailedError: group [i18n] seq 5415 [cedilla-folds-to-c]: expected [6], got []
1626
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1627
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1628
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1629
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:554)
1630
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:539)
1631
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold15(ContainsCollationTest.java:1838)
1632
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold15(ContainsCollationTest.java:1835)
1633
  FWD Test:tests.persistence.word_index.ContainsCollationTest:accentedLettersAreWordCharactersAndFold19
1634
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest', methodName = 'accentedLettersAreWordCharactersAndFold19', methodParameterTypes = '']
1635
    => org.opentest4j.AssertionFailedError: group [i18n] seq 5419 [umlaut-folds-to-a]: expected [7], got []
1636
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1637
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1638
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1639
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:554)
1640
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:539)
1641
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold19(ContainsCollationTest.java:1886)
1642
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold19(ContainsCollationTest.java:1883)
1643
  FWD Test:tests.persistence.word_index.ContainsCollationTest:accentedLettersAreWordCharactersAndFold21
1644
    MethodSource [className = 'com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest', methodName = 'accentedLettersAreWordCharactersAndFold21', methodParameterTypes = '']
1645
    => org.opentest4j.AssertionFailedError: group [i18n] seq 5421 [accented-and-folded-in-one-expression]: expected [1,2,3], got []
1646
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2216)
1647
       com.goldencode.p2j.oo.core.AbstractAssert.raiseError(AbstractAssert.java:2205)
1648
       com.goldencode.p2j.oo.core.Assert.raiseError(Assert.java:5282)
1649
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:554)
1650
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.assertNoMismatch(ContainsCollationTest.java:539)
1651
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold21(ContainsCollationTest.java:1910)
1652
       com.goldencode.testing.tests.persistence.word_index.ContainsCollationTest.accentedLettersAreWordCharactersAndFold21(ContainsCollationTest.java:1907)
1653

    
1654
Test run finished after 43418 ms
1655
[        41 containers found      ]
1656
[         0 containers skipped    ]
1657
[        41 containers started    ]
1658
[         0 containers aborted    ]
1659
[        41 containers successful ]
1660
[         0 containers failed     ]
1661
[      1459 tests found           ]
1662
[         0 tests skipped         ]
1663
[      1459 tests started         ]
1664
[         0 tests aborted         ]
1665
[      1445 tests successful      ]
1666
[        14 tests failed          ]
1667