Sha256: a1b6fe216f3ad37aae5505c9ce8739d36cd9cddb38bb9f6bb9d1d54b31f2539e

Contents?: true

Size: 247 Bytes

Versions: 79

Compression:

Stored size: 247 Bytes

Contents

require 'abstract_unit'

class ConnectionTest < Test::Unit::TestCase
  def test_charset_properly_set
    fb_conn = ActiveRecord::Base.connection.instance_variable_get(:@connection)
    assert_equal 'UTF8', fb_conn.database.character_set
  end
end

Version data entries

79 entries across 79 versions & 6 rubygems

Version Path
jstorimer-deep-test-2.0.0 sample_rails_project/vendor/rails/activerecord/test/connection_test_firebird.rb
jstorimer-deep-test-1.4.0 sample_rails_project/vendor/rails/activerecord/test/connection_test_firebird.rb
jstorimer-deep-test-1.3.0 sample_rails_project/vendor/rails/activerecord/test/connection_test_firebird.rb
jstorimer-deep-test-1.2.0 sample_rails_project/vendor/rails/activerecord/test/connection_test_firebird.rb
jstorimer-deep-test-1.1.0 sample_rails_project/vendor/rails/activerecord/test/connection_test_firebird.rb
jstorimer-deep-test-1.0.0 sample_rails_project/vendor/rails/activerecord/test/connection_test_firebird.rb
jstorimer-deep-test-0.2.0 sample_rails_project/vendor/rails/activerecord/test/connection_test_firebird.rb
jstorimer-deep-test-0.1.0 sample_rails_project/vendor/rails/activerecord/test/connection_test_firebird.rb
activerecord-1.15.2 test/connection_test_firebird.rb
activerecord-1.15.4 test/connection_test_firebird.rb
activerecord-1.15.1 test/connection_test_firebird.rb
activerecord-1.15.0 test/connection_test_firebird.rb
activerecord-1.15.3 test/connection_test_firebird.rb
activerecord-1.15.6 test/connection_test_firebird.rb
activerecord-1.15.5 test/connection_test_firebird.rb
activerecord_authorails-1.0.0 test/connection_test_firebird.rb
backlog-0.0.0 vendor/rails/activerecord/test/connection_test_firebird.rb
backlog-0.0.1 vendor/rails/activerecord/test/connection_test_firebird.rb
backlog-0.0.2 vendor/rails/activerecord/test/connection_test_firebird.rb
backlog-0.0.5 vendor/rails/activerecord/test/connection_test_firebird.rb