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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Apr 10 07:58:07 UTC 2015


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

The following commit has been merged in the master branch:
commit ea75bc7619a0b6126d647865550e82657390de15
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Apr 10 09:58:02 2015 +0200

    update test for new stable branch
---
 test/test_upstream_scm.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_upstream_scm.rb b/test/test_upstream_scm.rb
index e0d8bc7..a45c839 100644
--- a/test/test_upstream_scm.rb
+++ b/test/test_upstream_scm.rb
@@ -17,7 +17,7 @@ class UpstreamSCMTest < TestCase
     workspace = "#{base}/plasma/plasma-workspace"
     qt = "#{base}/qt/qtbase"
     scm = UpstreamSCM.new(workspace, 'kubuntu_stable', '/')
-    assert_equal('Plasma/5.2', scm.branch)
+    assert_equal('Plasma/5.3', scm.branch)
     scm = UpstreamSCM.new(workspace, 'kubuntu_unstable', '/')
     assert_equal('master', scm.branch)
     scm = UpstreamSCM.new(qt, 'kubuntu_unstable', '/')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list