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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Jan 12 11:53:37 UTC 2016


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

The following commit has been merged in the master branch:
commit 3380eea2860d59f61425f3b0cd44d84b0a5bc913
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Jan 12 12:53:32 2016 +0100

    make test more lenient to allow trusty to pass file assertation
    
    trusty dpkg-buildpckage generates gz tarballs whereas newer versions
    make xz
---
 test/test_ci_build_binary.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/test_ci_build_binary.rb b/test/test_ci_build_binary.rb
index 85a04c3..88f50e3 100644
--- a/test/test_ci_build_binary.rb
+++ b/test/test_ci_build_binary.rb
@@ -18,8 +18,8 @@ module CI
       assert_path_exist('hello_2.10-1_amd64.changes')
       changes = Debian::Changes.new('hello_2.10-1_amd64.changes')
       changes.parse!
-      assert_equal(["hello_2.10-1.dsc", "hello_2.10-1.tar.xz", "hello_2.10-1_amd64.deb"],
-                   changes.fields['files'].map(&:name))
+      assert_equal(3, # dsc + deb + orig
+                   changes.fields['files'].size)
     end
   end
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list