summaryrefslogtreecommitdiff
path: root/dbtests/pdfiletests.cpp
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2011-09-14 17:08:06 +0200
committerAntonin Kral <a.kral@bobek.cz>2011-09-14 17:08:06 +0200
commit5d342a758c6095b4d30aba0750b54f13b8916f51 (patch)
tree762e9aa84781f5e3b96db2c02d356c29cf0217c0 /dbtests/pdfiletests.cpp
parentcbe2d992e9cd1ea66af9fa91df006106775d3073 (diff)
downloadmongodb-5d342a758c6095b4d30aba0750b54f13b8916f51.tar.gz
Imported Upstream version 2.0.0
Diffstat (limited to 'dbtests/pdfiletests.cpp')
-rw-r--r--dbtests/pdfiletests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbtests/pdfiletests.cpp b/dbtests/pdfiletests.cpp
index 2844fc4..26c837c 100644
--- a/dbtests/pdfiletests.cpp
+++ b/dbtests/pdfiletests.cpp
@@ -360,7 +360,7 @@ namespace PdfileTests {
if( n == 5 && sizeof(void*)==4 )
break;
MongoDataFile * f = d->addAFile( big , false );
- cout << f->length() << ' ' << n << endl;
+ //cout << f->length() << ' ' << n << endl;
if ( f->length() == l )
break;
l = f->length();
@@ -368,7 +368,7 @@ namespace PdfileTests {
int start = d->numFiles();
for ( int i=0; i<start; i++ )
- d->allocExtent( c1.c_str() , d->getFile( i )->getHeader()->unusedLength , false );
+ d->allocExtent( c1.c_str() , d->getFile( i )->getHeader()->unusedLength , false, false );
ASSERT_EQUALS( start , d->numFiles() );
{