summaryrefslogtreecommitdiffstats
path: root/activerecord-disabled-failing-timestamp-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord-disabled-failing-timestamp-test.patch')
-rw-r--r--activerecord-disabled-failing-timestamp-test.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/activerecord-disabled-failing-timestamp-test.patch b/activerecord-disabled-failing-timestamp-test.patch
deleted file mode 100644
index fb669d9..0000000
--- a/activerecord-disabled-failing-timestamp-test.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 9523bf7be9138692341b860d8fc96d26012b36d7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
-Date: Mon, 28 Mar 2011 14:14:46 +0200
-Subject: [PATCH] Disabled failing timestamp test.
-
----
- activerecord/test/cases/timestamp_test.rb | 10 +++++-----
- 1 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/activerecord/test/cases/timestamp_test.rb b/activerecord/test/cases/timestamp_test.rb
-index 2bc68fe..3a4a431 100644
---- a/activerecord/test/cases/timestamp_test.rb
-+++ b/activerecord/test/cases/timestamp_test.rb
-@@ -21,11 +21,11 @@ class TimestampTest < ActiveRecord::TestCase
- assert_not_equal @previously_updated_at, @developer.updated_at
- end
-
-- def test_saving_a_unchanged_record_doesnt_update_its_timestamp
-- @developer.save!
--
-- assert_equal @previously_updated_at, @developer.updated_at
-- end
-+# def test_saving_a_unchanged_record_doesnt_update_its_timestamp
-+# @developer.save!
-+#
-+# assert_equal @previously_updated_at, @developer.updated_at
-+# end
-
- def test_touching_a_record_updates_its_timestamp
- previous_salary = @developer.salary
---
-1.7.4.1
-