diff options
author | Alberto Lerner <alerner@10gen.com> | 2010-11-09 17:37:42 -0500 |
---|---|---|
committer | Alberto Lerner <alerner@10gen.com> | 2010-11-09 17:38:08 -0500 |
commit | e982a191b68776cc89acb5613bd5a2319821fccd (patch) | |
tree | 8ccb2aeff3eb149b584af20e4f7e74eb7092f36a /s/d_migrate.cpp | |
parent | 3e9d6752f023fb54bd570fa0ba0e3f2886e40738 (diff) | |
download | mongo-e982a191b68776cc89acb5613bd5a2319821fccd.tar.gz |
add 'passed' message
Diffstat (limited to 's/d_migrate.cpp')
-rw-r--r-- | s/d_migrate.cpp | 2 |
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; } |