* [gentoo-commits] gentoo-x86 commit in dev-vcs/git-cola/files: index.html 1.3.8-disable-tests.patch
@ 2012-05-11 8:29 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-05-11 8:29 UTC (permalink / raw
To: gentoo-commits
jlec 12/05/11 08:29:04
Added: index.html 1.3.8-disable-tests.patch
Log:
dev-vcs/git-cola: New package (copied from dev-vcs/cola)
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-vcs/git-cola/files/index.html
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-cola/files/index.html?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-cola/files/index.html?rev=1.1&content-type=text/plain
Index: index.html
===================================================================
<html>
<head>
<title>Missing documentation</title>
</head>
<body>
<div style="border: 4px double red; padding: 2em; margin: 4em; top: 4em; width: 20em;">
This documentation is missing. Please reinstall dev-util/cola with the 'doc' useflag enabled.
<p style="text-align: right;">
Sincerely,<br/>
your package maintainer.
</p>
</div>
</body>
</html>
1.1 dev-vcs/git-cola/files/1.3.8-disable-tests.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-cola/files/1.3.8-disable-tests.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-cola/files/1.3.8-disable-tests.patch?rev=1.1&content-type=text/plain
Index: 1.3.8-disable-tests.patch
===================================================================
diff -Naur cola-1.3.7.21.orig/test/test_cola_git.py cola-1.3.7.21/test/test_cola_git.py
--- cola-1.3.7.21.orig/test/test_cola_git.py 2009-04-30 13:56:22.352319047 +0200
+++ cola-1.3.7.21/test/test_cola_git.py 2009-04-30 13:56:53.123149963 +0200
@@ -24,17 +24,6 @@
version = self.git.version()
self.failUnless(version.startswith('git version'))
- def test_tag(self):
- """Test running 'git tag'"""
- tags = self.git.tag().splitlines()
- self.failUnless( 'v1.0.0' in tags )
-
- def test_show(self):
- """Test running 'git show'"""
- sha = '1b9742bda5d26a4f250fa64657f66ed20624a084'
- contents = self.git.show(sha).splitlines()
- self.failUnless(contents[0] == '/build')
-
def test_stdout(self):
"""Test overflowing the stdout buffer"""
# Write to stdout only
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-11 8:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11 8:29 [gentoo-commits] gentoo-x86 commit in dev-vcs/git-cola/files: index.html 1.3.8-disable-tests.patch Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox