<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,20 +1,15 @@
 = Running tests
 
-For testing this plugin I decided to adapt a the query cache tests from ActiveRecord. 
+For testing this plugin I decided to adapt a the query cache tests' from ActiveRecord. 
 
-First of all you have to know that there is a Rails 2.1 application in test/testing_app. This application contains a lot of models. AR test suite has been converted to the Unit Tests of this application.
+First of all you have to know that there is a Rails 2.1 application in `test/testing_app`.
 
-So you need a database as indicated in config/database.yml:
+So you need a database as indicated in `config/database.yml`:
 
   user: root
   adapter: mysql
   database: 'activerecord_unittest'
   encoding: utf8
   
-And also a memcached running in the standar port (11211).
+Then, load the schema from `db/schema.rb`
 
-Then, load the schema from db/schema.rb and run
-
-  rake test:units
-
-That's all.
\ No newline at end of file</diff>
      <filename>RUNNING_TESTS</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,6 @@ RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION
 require File.join(File.dirname(__FILE__), 'boot')
 
 require 'active_support'
-require RAILS_ROOT + '/lib/test_store'
 include ActiveSupport::Cache
 
 Rails::Initializer.run do |config|</diff>
      <filename>test/testing_app/config/environment.rb</filename>
    </modified>
    <modified>
      <diff>@@ -180,14 +180,14 @@ ActiveRecord::Schema.define(:version =&gt; 0) do
 
   create_table &quot;integer_limits&quot;, :force =&gt; true do |t|
     t.integer &quot;c_int_without_limit&quot;, :limit =&gt; 11
-    t.integer &quot;c_int_1&quot;,             :limit =&gt; 4
-    t.integer &quot;c_int_2&quot;,             :limit =&gt; 6
-    t.integer &quot;c_int_3&quot;,             :limit =&gt; 9
+    t.integer &quot;c_int_1&quot;,             :limit =&gt; 11
+    t.integer &quot;c_int_2&quot;,             :limit =&gt; 20
+    t.integer &quot;c_int_3&quot;,             :limit =&gt; 11
     t.integer &quot;c_int_4&quot;,             :limit =&gt; 11
-    t.integer &quot;c_int_5&quot;,             :limit =&gt; 20
-    t.integer &quot;c_int_6&quot;,             :limit =&gt; 20
-    t.integer &quot;c_int_7&quot;,             :limit =&gt; 20
-    t.integer &quot;c_int_8&quot;,             :limit =&gt; 20
+    t.integer &quot;c_int_5&quot;,             :limit =&gt; 11
+    t.integer &quot;c_int_6&quot;,             :limit =&gt; 11
+    t.integer &quot;c_int_7&quot;,             :limit =&gt; 11
+    t.integer &quot;c_int_8&quot;,             :limit =&gt; 11
   end
 
   create_table &quot;items&quot;, :force =&gt; true do |t|
@@ -264,8 +264,8 @@ ActiveRecord::Schema.define(:version =&gt; 0) do
   create_table &quot;numeric_data&quot;, :force =&gt; true do |t|
     t.decimal &quot;bank_balance&quot;,                              :precision =&gt; 10, :scale =&gt; 2
     t.decimal &quot;big_bank_balance&quot;,                          :precision =&gt; 15, :scale =&gt; 2
-    t.integer &quot;world_population&quot;,            :limit =&gt; 10
-    t.integer &quot;my_house_population&quot;,         :limit =&gt; 2
+    t.integer &quot;world_population&quot;,            :limit =&gt; 11
+    t.integer &quot;my_house_population&quot;,         :limit =&gt; 6
     t.decimal &quot;decimal_number_with_default&quot;,               :precision =&gt; 3,  :scale =&gt; 2, :default =&gt; 2.78
   end
 </diff>
      <filename>test/testing_app/db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f7c8dd3fbad1d176a58d1140f2b371f60e502b52</id>
    </parent>
  </parents>
  <author>
    <name>Fernando Blat Peris</name>
    <email>ferblape@gmail.com</email>
  </author>
  <url>http://github.com/ferblape/query_memcached/commit/1661c9b403729bf1f3ff9a61b7d57473916717be</url>
  <id>1661c9b403729bf1f3ff9a61b7d57473916717be</id>
  <committed-date>2009-06-14T03:54:04-07:00</committed-date>
  <authored-date>2009-06-14T03:54:04-07:00</authored-date>
  <message>Updated instructions for running tests. Removed a library dependency for tests</message>
  <tree>a823f9cd4723f157620bb2abf41408fd14acaf42</tree>
  <committer>
    <name>Fernando Blat Peris</name>
    <email>ferblape@gmail.com</email>
  </committer>
</commit>
