summaryrefslogtreecommitdiff
path: root/s/d_migrate.cpp
diff options
context:
space:
mode:
authorAlberto Lerner <alerner@10gen.com>2010-11-09 17:37:42 -0500
committerAlberto Lerner <alerner@10gen.com>2010-11-09 17:38:08 -0500
commite982a191b68776cc89acb5613bd5a2319821fccd (patch)
tree8ccb2aeff3eb149b584af20e4f7e74eb7092f36a /s/d_migrate.cpp
parent3e9d6752f023fb54bd570fa0ba0e3f2886e40738 (diff)
downloadmongo-e982a191b68776cc89acb5613bd5a2319821fccd.tar.gz
add 'passed' message
Diffstat (limited to 's/d_migrate.cpp')
-rw-r--r--s/d_migrate.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/s/d_migrate.cpp b/s/d_migrate.cpp
index eaf3c57c9c1..c7ac73fd96e 100644
--- a/s/d_migrate.cpp
+++ b/s/d_migrate.cpp
@@ -1245,6 +1245,8 @@ namespace mongo {
assert( isInRange( BSON( "x" << 4 ) , min , max ) );
assert( ! isInRange( BSON( "x" << 5 ) , min , max ) );
assert( ! isInRange( BSON( "x" << 6 ) , min , max ) );
+
+ log(1) << "isInRangeTest passed" << endl;
}
} isInRangeTest;
}