Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cola/files: 1.3.8-disable-tests.patch
Date: Fri, 19 Jun 2009 07:48:53
Message-Id: E1MHYqB-0005fF-Fq@stork.gentoo.org
1 dev-zero 09/06/19 07:48:51
2
3 Added: 1.3.8-disable-tests.patch
4 Log:
5 Initial commit, moved over from my overlay (as requested in bug #274621).
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-util/cola/files/1.3.8-disable-tests.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cola/files/1.3.8-disable-tests.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cola/files/1.3.8-disable-tests.patch?rev=1.1&content-type=text/plain
13
14 Index: 1.3.8-disable-tests.patch
15 ===================================================================
16 diff -Naur cola-1.3.7.21.orig/test/test_cola_git.py cola-1.3.7.21/test/test_cola_git.py
17 --- cola-1.3.7.21.orig/test/test_cola_git.py 2009-04-30 13:56:22.352319047 +0200
18 +++ cola-1.3.7.21/test/test_cola_git.py 2009-04-30 13:56:53.123149963 +0200
19 @@ -24,17 +24,6 @@
20 version = self.git.version()
21 self.failUnless(version.startswith('git version'))
22
23 - def test_tag(self):
24 - """Test running 'git tag'"""
25 - tags = self.git.tag().splitlines()
26 - self.failUnless( 'v1.0.0' in tags )
27 -
28 - def test_show(self):
29 - """Test running 'git show'"""
30 - sha = '1b9742bda5d26a4f250fa64657f66ed20624a084'
31 - contents = self.git.show(sha).splitlines()
32 - self.failUnless(contents[0] == '/build')
33 -
34 def test_stdout(self):
35 """Test overflowing the stdout buffer"""
36 # Write to stdout only