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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Dec 3 12:56:42 UTC 2015


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

The following commit has been merged in the master branch:
commit 21f63229deca76313f41d738ec9c7169dae27ff7
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Dec 3 13:44:08 2015 +0100

    don't use hashrocket
---
 test/test_lsb.rb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/test_lsb.rb b/test/test_lsb.rb
index 69fad93..ab7abf3 100644
--- a/test/test_lsb.rb
+++ b/test/test_lsb.rb
@@ -18,10 +18,10 @@ class LSBTest < Test::Unit::TestCase
   end
 
   def test_parse
-    ref = { :DISTRIB_ID => 'Mebuntu',
-            :DISTRIB_RELEASE => '15.01',
-            :DISTRIB_CODENAME => 'codename',
-            :DISTRIB_DESCRIPTION => 'Mebuntu CodeName (development branch)'
+    ref = { DISTRIB_ID: 'Mebuntu',
+            DISTRIB_RELEASE: '15.01',
+            DISTRIB_CODENAME: 'codename',
+            DISTRIB_DESCRIPTION: 'Mebuntu CodeName (development branch)'
     }
     assert_equal(ref, LSB.to_h)
   end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list