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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Aug 19 08:11:40 UTC 2015


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

The following commit has been merged in the master branch:
commit ea37e8ff1b4da7bfb8d8f9a21345fd5470090229
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Aug 19 09:41:42 2015 +0200

    do not override testcase
    
    fixture provisioning is done by the testcase base nowadays
---
 test/test_projects.rb | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/test/test_projects.rb b/test/test_projects.rb
index 78dead5..a002b7b 100644
--- a/test/test_projects.rb
+++ b/test/test_projects.rb
@@ -16,22 +16,6 @@ class ProjectFactory
 end
 
 class ProjectTest < TestCase
-  def setup
-    script_base_path = File.expand_path(File.dirname(__FILE__))
-    script_name = File.basename(__FILE__, '.rb')
-    @datadir = File.join(script_base_path, 'data', script_name)
-  end
-
-  def data(subpath = nil)
-    index = 0
-    caller = ''
-    until caller.start_with?('test_')
-      caller = caller_locations(index, 1)[0].label
-      index += 1
-    end
-    File.join(*[@datadir, caller, subpath].compact!)
-  end
-
   def create_fake_git(name:, component:, branches:)
     path = "#{component}/#{name}"
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list