Kaynağa Gözat

add some prefix compression

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@350 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/rel_1_1_15
James Ahlborn 16 yıl önce
ebeveyn
işleme
49f828416c

+ 1
- 1
test/src/java/com/healthmarketscience/jackcess/BigIndexTest.java Dosyayı Görüntüle

@@ -198,7 +198,7 @@ public class BigIndexTest extends TestCase {
rand = new Random(42L);
for(int i = 0; i < 50; ++i) {
int nextInt = rand.nextInt(Integer.MAX_VALUE);
String nextVal = "" + nextInt + extraText;
String nextVal = "some prefix " + nextInt + extraText;
if(((i + 1) % 3333) == 0) {
nextVal = null;
}

Loading…
İptal
Kaydet