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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Feb 25 13:20:51 UTC 2015


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

The following commit has been merged in the master branch:
commit 76cdbfbde28146792b50bedb477e3563acf8940a
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Feb 25 14:19:55 2015 +0100

    fix indention
---
 test/test_lp.rb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/test_lp.rb b/test/test_lp.rb
index efd2bbe..0cbc984 100644
--- a/test/test_lp.rb
+++ b/test/test_lp.rb
@@ -18,7 +18,7 @@ private
             # FIXME: code dup and query is order sensitive
             case env["QUERY_STRING"]
             when ""
-                return ['200', 
+                return ['200',
                         {'Content-Type' => 'application/json'},
                         [json_response("ppa.json")]]
             when "source_name=kate&ws.op=getPublishedSources"
@@ -47,9 +47,9 @@ private
 end
 
 class LaunchpadTest < Test::Unit::TestCase
-    def test_token
-        assert_equal(Launchpad::token, nil)
-    end
+  def test_token
+    assert_equal(Launchpad.token, nil)
+  end
 
     # FIXME: need auth test
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list