minor: removed test for bad comparison in windows

This commit is contained in:
Kyle Banker 2010-03-31 14:24:14 -04:00
parent 30b6ca6270
commit a07662a898
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ class GridTest < Test::Unit::TestCase
read_data << chunk
end
assert_equal data.length, read_data.length
assert_equal data, read_data, "Unequal!"
end
@grid = Grid.new(@db, 'test-fs')