From 745ea39926fcedcf63f1d25e24da229db3a03260 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 16 Nov 2005 08:35:31 +0000 Subject: MemCache store may be given multiple addresses. Closes #2869. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3054 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/fragment_store_setting_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/controller') diff --git a/actionpack/test/controller/fragment_store_setting_test.rb b/actionpack/test/controller/fragment_store_setting_test.rb index 7d0c0b61aa..cb872f6505 100644 --- a/actionpack/test/controller/fragment_store_setting_test.rb +++ b/actionpack/test/controller/fragment_store_setting_test.rb @@ -31,7 +31,7 @@ class FragmentCacheStoreSettingTest < Test::Unit::TestCase ActionController::Caching::Fragments::MemCacheStore, ActionController::Base.fragment_cache_store ) - assert_equal "localhost", ActionController::Base.fragment_cache_store.address + assert_equal %w(localhost), ActionController::Base.fragment_cache_store.addresses end def test_object_assigned_fragment_cache_store -- cgit v1.2.3