From 4b63c2700ffc5c646af0e728d4ec2fcb6770671b Mon Sep 17 00:00:00 2001 From: Doug Barth Date: Thu, 9 Oct 2008 10:47:32 -0500 Subject: Bring MemCacheStore and CompressedMemCacheStore inline with expected counter manipulation semantics. Signed-off-by: Michael Koziarski --- activesupport/test/caching_test.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'activesupport/test') diff --git a/activesupport/test/caching_test.rb b/activesupport/test/caching_test.rb index e2da2796eb..88c6d6cca4 100644 --- a/activesupport/test/caching_test.rb +++ b/activesupport/test/caching_test.rb @@ -159,11 +159,6 @@ class MemCacheStoreTest < Test::Unit::TestCase @cache.read('foo').gsub!(/.*/, 'baz') assert_equal 'bar', @cache.read('foo') end - - # Disabling increment and decrement tests until issues can be addressed in the - # upstream codebase. - def test_increment; end - def test_decrement; end end class CompressedMemCacheStore < Test::Unit::TestCase @@ -173,9 +168,4 @@ class CompressedMemCacheStore < Test::Unit::TestCase end include CacheStoreBehavior - - # Disabling increment and decrement tests until issues can be addressed in the - # upstream codebase. - def test_increment; end - def test_decrement; end end -- cgit v1.2.3