[DRE-commits] [SCM] ruby-em-spec.git branch, master, updated. upstream/0.2.6-9-gedbe5ba
Praveen Arimbrathodiyil
praveen at debian.org
Sun Mar 31 10:24:28 UTC 2013
The following commit has been merged in the master branch:
commit 1e9f8779a54149cc1f36b1106125365f56a3657a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Mar 31 15:42:44 2013 +0530
add patch from srihari to fix test failure
diff --git a/debian/patches/change-timeout.patch b/debian/patches/change-timeout.patch
new file mode 100644
index 0000000..fcfef9c
--- /dev/null
+++ b/debian/patches/change-timeout.patch
@@ -0,0 +1,32 @@
+From c3f360866d189673b6b3293f1cb940ecadd9ac8e Mon Sep 17 00:00:00 2001
+From: Srihari <srih4ri at gmail.com>
+Date: Sat, 23 Mar 2013 23:26:31 +0530
+Subject: [PATCH] Fix failing test for timeout.
+
+---
+ test/test_spec.rb | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/test/test_spec.rb b/test/test_spec.rb
+index e79b619..f356daa 100644
+--- a/test/test_spec.rb
++++ b/test/test_spec.rb
+@@ -66,7 +66,7 @@ class EmSpecWithTimeoutTest < Test::Unit::TestCase
+
+ include EventMachine::Test
+
+- default_timeout 2
++ default_timeout 4
+
+ def test_should_fail_to_timeout
+ EM.add_timer(3) {
+@@ -95,4 +95,4 @@ class AnotherNormalTest < Test::Unit::TestCase
+ def test_normal
+ assert_equal 1, 1
+ end
+-end
+\ No newline at end of file
++end
+--
+1.8.1.5
+
diff --git a/debian/patches/series b/debian/patches/series
index 8d29f0b..fb9593d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
remove-rubygems-require.patch
+change-timeout.patch
--
ruby-em-spec.git
More information about the Pkg-ruby-extras-commits
mailing list