[DRE-commits] [ruby-redis] 01/08: reenable tests

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue May 20 17:17:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-redis.

commit ef4dda3ebed25cb7026993ab4e2ac6f45708ec8f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue May 20 21:23:03 2014 +0530

    reenable tests
---
 debian/patches/series                   |  1 -
 debian/patches/skip-failing-tests.patch | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f70cbc8..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-skip-failing-tests.patch
diff --git a/debian/patches/skip-failing-tests.patch b/debian/patches/skip-failing-tests.patch
deleted file mode 100644
index d6460b0..0000000
--- a/debian/patches/skip-failing-tests.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/test/internals_test.rb
-+++ b/test/internals_test.rb
-@@ -152,6 +152,7 @@
-   end
- 
-   def test_connection_timeout
-+    omit('skip this test')
-     assert_raise Redis::CannotConnectError do
-       Redis.new(OPTIONS.merge(:host => "10.255.255.254", :timeout => 0.1)).ping
-     end
-@@ -301,6 +302,7 @@
-   end
- 
-   def test_connecting_to_unix_domain_socket
-+    omit('skip this test')
-     assert_nothing_raised do
-       Redis.new(OPTIONS.merge(:path => "./test/db/redis.sock")).ping
-     end
---- a/test/commands_on_value_types_test.rb
-+++ b/test/commands_on_value_types_test.rb
-@@ -98,6 +98,7 @@
-   end
- 
-   def test_migrate
-+    omit('skip this test')
-     redis_mock(:migrate => lambda { |*args| args }) do |redis|
-       options = { :host => "127.0.0.1", :port => 1234 }
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-redis.git



More information about the Pkg-ruby-extras-commits mailing list