summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-12-25 02:19:03 -0500
committerEliot Horowitz <eliot@10gen.com>2010-12-25 02:19:03 -0500
commit87912f1b190736d215b203e11eed80c8383c97be (patch)
tree2f6da8f4df3dbcf01deed5d79331540ad5f6464c
parentc71a9ee13b2f1c405f736433724cd3b57374112a (diff)
downloadmongo-87912f1b190736d215b203e11eed80c8383c97be.tar.gz
fix test compile
-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 );