<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -42,7 +42,7 @@ class LibmemcachedStoreTest &lt; Test::Unit::TestCase
 
   def test_should_allow_configuration_of_custom_options
     options = {
-      :namespace =&gt; 'test',
+      :prefix_key =&gt; 'test',
       :distribution =&gt; :modula,
       :no_block =&gt; false,
       :failover =&gt; false
@@ -50,7 +50,7 @@ class LibmemcachedStoreTest &lt; Test::Unit::TestCase
 
     store = ActiveSupport::Cache.lookup_store :libmemcached_store, 'localhost', options
     
-    assert_equal 'test', store.options[:namespace]
+    assert_equal 'test', store.options[:prefix_key]
     assert_equal :modula, store.options[:distribution]
     assert_equal false, store.options[:no_block]
     assert_equal false, store.options[:failover]</diff>
      <filename>test/libmemcached_store_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e417fabeddca9028ffd5f50df8fcef5178e0c5a6</id>
    </parent>
  </parents>
  <author>
    <name>Jeffrey Hardy</name>
    <email>packagethief@gmail.com</email>
  </author>
  <url>http://github.com/37signals/libmemcached_store/commit/a8224ae3220876802af3ace6e775f416657ce11f</url>
  <id>a8224ae3220876802af3ace6e775f416657ce11f</id>
  <committed-date>2008-08-23T16:42:08-07:00</committed-date>
  <authored-date>2008-08-23T16:42:08-07:00</authored-date>
  <message>Update tests to reflect that the 'namespace' option was renamed to 'prefix_key' in memcached-0.11</message>
  <tree>cdf95d9808d124eea9786ff2a2863220def98021</tree>
  <committer>
    <name>Jeffrey Hardy</name>
    <email>packagethief@gmail.com</email>
  </committer>
</commit>
