[DRE-commits] [SCM] ruby-net-ldap.git branch, master, updated. debian/0.0.4-1-25-gd4ec975

Jérémy Lal kapouer at melix.org
Mon May 14 15:09:21 UTC 2012


The following commit has been merged in the master branch:
commit 10c24d0dae42afe440b7b37ae2b4575cef288eb2
Author: Jérémy Lal <kapouer at melix.org>
Date:   Mon May 14 16:50:17 2012 +0200

    Remove unused patch.

diff --git a/debian/patches/0003-remove_incompleted_ldif_test.patch b/debian/patches/0003-remove_incompleted_ldif_test.patch
deleted file mode 100644
index 69ad781..0000000
--- a/debian/patches/0003-remove_incompleted_ldif_test.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/tests/testldif.rb
-+++ b/tests/testldif.rb
-@@ -55,13 +55,13 @@ class TestLdif < Test::Unit::TestCase
- 
-   # TODO, need some tests.
-   # Must test folded lines and base64-encoded lines as well as normal ones.
--  def test_to_ldif
--    File.open( TestLdifFilename, "r" ) {|f|
--      ds = Net::LDAP::Dataset::read_ldif( f )
--      ds.to_ldif
--      assert_equal( true, false ) # REMOVE WHEN WE HAVE SOME TESTS HERE.
--    }
--  end
-+  #def test_to_ldif
-+  #  File.open( TestLdifFilename, "r" ) {|f|
-+  #    ds = Net::LDAP::Dataset::read_ldif( f )
-+  #    ds.to_ldif
-+  #    assert_equal( true, false ) # REMOVE WHEN WE HAVE SOME TESTS HERE.
-+  #  }
-+  #end
- 
- 
- end

-- 
ruby-net-ldap.git



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