From: "Jesus Rivero" <neurogeek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/metagen:master commit in: metagen/
Date: Fri, 9 Sep 2011 13:42:37 +0000 (UTC) [thread overview]
Message-ID: <72dcc70b58cfbe705696fefeb3e3a2f6dc309d20.neurogeek@gentoo> (raw)
commit: 72dcc70b58cfbe705696fefeb3e3a2f6dc309d20
Author: Jesus Rivero (Neurogeek) <jer <AT> acla-overseas <DOT> com>
AuthorDate: Fri Sep 9 09:39:23 2011 +0000
Commit: Jesus Rivero <neurogeek <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 09:39:23 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/metagen.git;a=commit;h=72dcc70b
Fixed some failing tests
---
metagen/meta_unittest.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/metagen/meta_unittest.py b/metagen/meta_unittest.py
index 06208a6..2e6440a 100644
--- a/metagen/meta_unittest.py
+++ b/metagen/meta_unittest.py
@@ -6,13 +6,13 @@ from metagenerator import MyMetadata
def test1():
"""1 herd specified"""
metadata = MyMetadata()
- metadata.set_herd(("python"))
+ metadata.set_herd(["python"])
return metadata
def test2():
"""No herd specified, 1 maintainer"""
metadata = MyMetadata()
- metadata.set_herd([""])
+ metadata.set_herd()
metadata.set_maintainer(["<pythonhead@gentoo.org>"],
["Rob Cakebread"],
["Maintainer description."]
next reply other threads:[~2011-09-09 13:42 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-09 13:42 Jesus Rivero [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-31 0:10 [gentoo-commits] proj/metagen:master commit in: metagen/ Sebastian Pipping
2022-01-25 18:06 Sebastian Pipping
2020-01-31 17:55 Sebastian Pipping
2020-01-31 17:55 Sebastian Pipping
2017-03-13 19:38 Sebastian Pipping
2016-06-23 21:23 Sebastian Pipping
2016-06-23 21:21 Sebastian Pipping
2016-02-21 22:27 Sebastian Pipping
2016-02-21 22:24 Sebastian Pipping
2016-02-21 22:17 Sebastian Pipping
2016-02-21 22:14 Sebastian Pipping
2016-02-21 22:14 Sebastian Pipping
2016-02-21 22:14 Sebastian Pipping
2016-02-21 22:14 Sebastian Pipping
2015-10-30 15:13 Sebastian Pipping
2015-10-30 15:13 Sebastian Pipping
2011-09-28 14:46 Jesus Rivero
2011-09-25 14:04 Jesus Rivero
2011-09-25 14:04 Jesus Rivero
2011-09-25 14:04 Jesus Rivero
2011-09-09 13:16 Jesus Rivero
2011-08-13 22:08 Jesus Rivero
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=72dcc70b58cfbe705696fefeb3e3a2f6dc309d20.neurogeek@gentoo \
--to=neurogeek@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox