FIXME comment in test.

This commit is contained in:
Jim Menard 2008-12-02 07:21:16 -05:00
parent acf5cc994b
commit 32006ff8a2
1 changed files with 1 additions and 0 deletions

View File

@ -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