From 32006ff8a2878038cfcc2f9497569f911f65956d Mon Sep 17 00:00:00 2001 From: Jim Menard Date: Tue, 2 Dec 2008 07:21:16 -0500 Subject: [PATCH] FIXME comment in test. --- tests/test_db_api.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_db_api.rb b/tests/test_db_api.rb index 4161e0d..f6270c4 100644 --- a/tests/test_db_api.rb +++ b/tests/test_db_api.rb @@ -72,6 +72,7 @@ class DBAPITest < Test::Unit::TestCase assert_equal 1, rows.length row = rows[0] assert_equal @coll_full_name, row['name'] +# FIXME restore this test when Mongo fixes this bug (or we prove I'm doing something wrong) # Mongo bug: returns string with wrong length, so last byte of value is chopped off. # assert_equal @coll.name, row['options']['create'] end