summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbtests/pdfiletests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/pdfiletests.cpp b/dbtests/pdfiletests.cpp
index 4aad7e5dde0..cb6f52ab545 100644
--- a/dbtests/pdfiletests.cpp
+++ b/dbtests/pdfiletests.cpp
@@ -323,7 +323,7 @@ namespace PdfileTests {
void run(){
SmallFilesControl c;
// test that no matter what we start with, we always get to max extent size
- for ( int obj=16; obj<(4*1024*1024); obj *= 1.3 ){
+ for ( int obj=16; obj<(4*1024*1024); obj += 111 ){
int sz = initialExtentSize( obj );
for ( int i=0; i<100; i++ ){
sz = followupExtentSize( obj , sz );