From eb8cd81859bd9f7df8cc08602200847e41e85f0d Mon Sep 17 00:00:00 2001 From: Santosh Wadghule Date: Sun, 17 Jul 2016 12:04:20 +0530 Subject: Remove duplicate test. We already test similar stuff in `test_really_long_keys` so removing this extra and duplicated test. --- activesupport/test/caching_test.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'activesupport/test') diff --git a/activesupport/test/caching_test.rb b/activesupport/test/caching_test.rb index 8002c14539..cf58a7d5da 100644 --- a/activesupport/test/caching_test.rb +++ b/activesupport/test/caching_test.rb @@ -809,11 +809,6 @@ class FileStoreTest < ActiveSupport::TestCase @cache.clear end - def test_long_keys - @cache.write("a"*10000, 1) - assert_equal 1, @cache.read("a"*10000) - end - def test_long_uri_encoded_keys @cache.write("%"*870, 1) assert_equal 1, @cache.read("%"*870) -- cgit v1.2.3