test/StatementTest.rb in rubyfb-0.6.3 vs test/StatementTest.rb in rubyfb-0.6.4

- old
+ new

@@ -96,13 +96,13 @@ assert_not_nil(r) assert_equal(ResultSet, r.class) r.close total = 0 - s.exec(["%"], @transactions[0]) do |row| + s.exec(["RDB$COLLATION%"], @transactions[0]) do |row| total += 1 end - assert_equal(88, total) + assert_equal(2, total) s.close end def test03 d = nil