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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri May 8 11:14:47 UTC 2015


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

The following commit has been merged in the master branch:
commit 3dd1c9f1c1813f542c78472cdb3bda1bff5cbe33
Author: Harald Sitter <sitter at kde.org>
Date:   Fri May 8 13:11:45 2015 +0200

    adjust kci test for utopic removal
---
 test/test_kci.rb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/test_kci.rb b/test/test_kci.rb
index 175b0f4..f9fdfed 100644
--- a/test/test_kci.rb
+++ b/test/test_kci.rb
@@ -16,10 +16,9 @@ class KCITest < TestCase
   end
 
   def test_series
-    assert_equal_collection(%w(wily vivid utopic), KCI.series.keys)
-    assert_equal_collection(%w(15.10 15.04 14.10), KCI.series.values)
+    assert_equal_collection(%w(wily vivid), KCI.series.keys)
+    assert_equal_collection(%w(15.10 15.04), KCI.series.values)
     assert_equal('15.10', KCI.series['wily'])
     assert_equal('15.04', KCI.series['vivid'])
-    assert_equal('14.10', KCI.series['utopic'])
   end
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list