test/BackupRestoreTest.rb in rubyfb-0.5.9 vs test/BackupRestoreTest.rb in rubyfb-0.6

- old
+ new

@@ -67,10 +67,10 @@ total = 0 cxn.execute_immediate('select * from test') do |row| assert([1000, 2000, 3000, 4000, nil].include?(row[0])) total += 1 end - assert(total == 5) + assert_equal(5, total) end end def test02 sm = ServiceManager.new('localhost')