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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Dec 7 12:57:49 UTC 2015


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

The following commit has been merged in the master branch:
commit 3dc141aab92ff195adb0ceafe2e5f983cb651c6b
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Dec 7 13:37:14 2015 +0100

    fix test fixture access
---
 test/test_lp.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_lp.rb b/test/test_lp.rb
index 120a599..c754e9a 100644
--- a/test/test_lp.rb
+++ b/test/test_lp.rb
@@ -41,7 +41,7 @@ private
     end
 
     def self.json_response(file_name)
-        return File.open("#{File.dirname(__FILE__)}/data/lp/#{file_name}").read
+      File.open("#{__dir__}/data/lp/#{file_name}").read
     end
 end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list