[SCM] ci-tooling packaging branch, master, updated. c705ddf391e7fc4ed40be03a010ced350994197b

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Dec 10 11:19:53 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=c705ddf

The following commit has been merged in the master branch:
commit c705ddf391e7fc4ed40be03a010ced350994197b
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Dec 10 12:19:51 2015 +0100

    pass test without mutation
---
 test/test_ci_scm.rb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/test/test_ci_scm.rb b/test/test_ci_scm.rb
index 5c9b312..d2a84e9 100644
--- a/test/test_ci_scm.rb
+++ b/test/test_ci_scm.rb
@@ -13,10 +13,6 @@ module CI
       assert_equal(type, scm.type)
       assert_equal(url, scm.url)
       assert_equal(branch, scm.branch)
-      uri = scm.uri
-      assert_is_a(uri, MutableURI::Generic)
-      assert_equal(url, uri.writable.to_s)
-      assert_equal(read_url, uri.readable.to_s)
     end
 
     def test_tarball

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list