minor: whitespace

This commit is contained in:
Kyle Banker 2010-10-07 17:46:19 -04:00
parent 0c82f01d97
commit 7b3ba5e006
1 changed files with 3 additions and 4 deletions

View File

@ -483,10 +483,9 @@ class BSONTest < Test::Unit::TestCase
"\000\004\000\000\000abc\000\002key\000\004\000\000\000abc\000\000",
@encoder.serialize(a, false, true).to_s
# Java doesn't support this. Isn't actually necessary.
assert_equal ")\000\000\000\002text\000\004\000\000\000abc\000\002key" +
"\000\004\000\000\000abc\000\020_id\000\001\000\000\000\000",
@encoder.serialize(a, false, false).to_s
assert_equal ")\000\000\000\002text\000\004\000\000\000abc\000\002key" +
"\000\004\000\000\000abc\000\020_id\000\001\000\000\000\000",
@encoder.serialize(a, false, false).to_s
end
def test_move_id_with_nested_doc