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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Jan 5 01:28:45 UTC 2015


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

The following commit has been merged in the master branch:
commit 4dcbf2808cb6774e1ebc0d387ff45f4f1c3f9e72
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Jan 5 02:28:42 2015 +0100

    reorder test-lp
---
 test/test-lp.rb | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/test/test-lp.rb b/test/test-lp.rb
index 82975cc..efd2bbe 100644
--- a/test/test-lp.rb
+++ b/test/test-lp.rb
@@ -2,14 +2,6 @@ require "test/unit"
 
 require_relative "../lib/lp"
 
-class LaunchpadTest < Test::Unit::TestCase
-    def test_token
-        assert_equal(Launchpad::token, nil)
-    end
-
-    # FIXME: need auth test
-end
-
 class FakeLaunchpad
     def self.call(env)
         case env["REQUEST_METHOD"]
@@ -54,6 +46,14 @@ private
     end
 end
 
+class LaunchpadTest < Test::Unit::TestCase
+    def test_token
+        assert_equal(Launchpad::token, nil)
+    end
+
+    # FIXME: need auth test
+end
+
 class LaunchpadRubberTest < Test::Unit::TestCase
     def setup
         # TODO: make mock optional

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list