~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to debian/patches/102_skip_test_copy_stream.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2009-07-30 19:06:31 UTC
  • Revision ID: james.westby@ubuntu.com-20090730190631-3x30w2mtev71ah62
Tags: 1.9.1.243-0ubuntu1
* Upload snapshot from Debian's pkg-ruby SVN repository to karmic.
  SVN revision: 235.
  Likely to be similar to the final package uploaded to Debian.
  Known issues:
  + lintian warnings/errors (nothing important)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 102_skip_test_copy_stream.dpatch by Daigo Moriwaki <daigo@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: test_copy_stream may hang. Skip it.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad ruby1.9-1.9.1~preview1~/test/ruby/test_io.rb ruby1.9-1.9.1~preview1/test/ruby/test_io.rb
 
9
--- ruby1.9-1.9.1~preview1~/test/ruby/test_io.rb        2008-11-13 13:37:18.000000000 +0900
 
10
+++ ruby1.9-1.9.1~preview1/test/ruby/test_io.rb 2008-11-13 13:42:08.000000000 +0900
 
11
@@ -107,7 +107,7 @@
 
12
     }
 
13
   end
 
14
 
 
15
-  def test_copy_stream
 
16
+  def est_copy_stream
 
17
     mkcdtmpdir {
 
18
 
 
19
       content = "foobar"
 
20
@@ -345,7 +345,7 @@
 
21
     end
 
22
   end
 
23
 
 
24
-  def test_copy_stream_socket
 
25
+  def est_copy_stream_socket
 
26
     return unless defined? UNIXSocket
 
27
     mkcdtmpdir {
 
28