1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/adapters/postgresql
Rafael Mendonça França bd09afb5fb Don't skip tests if we don't need to.
We can conditional define the tests depending on the adapter or
connection.

Lets keep the skip for fail tests that need to be fixed.
2013-11-08 13:59:07 -02:00
..
active_schema_test.rb test cleanup, replace define_method and remove_method with stubs. 2013-05-28 09:19:00 +02:00
array_test.rb short arrays in inspect 2013-10-30 08:47:54 +04:00
bytea_test.rb using assert_not instead of refute 2013-08-13 17:56:15 +05:30
connection_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
datatype_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
explain_test.rb let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria] 2013-04-16 22:46:55 +02:00
hstore_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
json_test.rb cast json values on write to be consistent with reading from the db. 2013-10-25 17:05:42 +02:00
ltree_test.rb Use better variable names for ltree tests, remove instance variable 2013-01-05 09:41:02 -02:00
postgresql_adapter_test.rb Remove deprecated SchemaStatements#distinct 2013-07-02 16:41:17 -05:00
quoting_test.rb Test that PostgreSQL adapter includes usec when quoting DateTime 2013-08-28 18:23:59 -07:00
schema_authorization_test.rb
schema_test.rb Custom index type support with :using. 2013-03-24 05:09:54 +08:00
sql_types_test.rb Postgresql doesn't accepts limits on text columns. 2012-11-20 10:59:40 -05:00
statement_pool_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
timestamp_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
utils_test.rb
uuid_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00
view_test.rb
xml_test.rb Use assert_nil instead of testing for equality 2013-08-02 09:45:12 -03:00