aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-04-03 10:46:46 +0200
committerYves Senn <yves.senn@gmail.com>2014-04-03 10:46:46 +0200
commitbd34a950dc7e21abe1340f630082c86197ad9dfc (patch)
treeab7895aa35069b131e798c875392f2d9061ba874 /activerecord/test/cases/adapters/postgresql
parentc0e0e80fccf350ae5b59c9b17ec45577ff60f3cb (diff)
parent1f432c54658cf54608a6e37b70b8dc8e40521502 (diff)
downloadrails-bd34a950dc7e21abe1340f630082c86197ad9dfc.tar.gz
rails-bd34a950dc7e21abe1340f630082c86197ad9dfc.tar.bz2
rails-bd34a950dc7e21abe1340f630082c86197ad9dfc.zip
Merge branch 'lavrovdv-patch-1'
Diffstat (limited to 'activerecord/test/cases/adapters/postgresql')
-rw-r--r--activerecord/test/cases/adapters/postgresql/uuid_test.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/test/cases/adapters/postgresql/uuid_test.rb b/activerecord/test/cases/adapters/postgresql/uuid_test.rb
index f79a7a598b..9e03ea6bee 100644
--- a/activerecord/test/cases/adapters/postgresql/uuid_test.rb
+++ b/activerecord/test/cases/adapters/postgresql/uuid_test.rb
@@ -50,6 +50,11 @@ class PostgresqlUUIDTest < ActiveRecord::TestCase
assert_not column.array
end
+ def test_treat_blank_uuid_as_nil
+ UUIDType.create! guid: ''
+ assert_equal(nil, UUIDType.last.guid)
+ end
+
def test_uuid_formats
["A0EEBC99-9C0B-4EF8-BB6D-6BB9BD380A11",
"{a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11}",