From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QTzzZ-0001f6-0Z for garchives@archives.gentoo.org; Tue, 07 Jun 2011 17:23:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E6021C04D; Tue, 7 Jun 2011 17:22:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 02E3C1C04D for ; Tue, 7 Jun 2011 17:22:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82C3C1B4007 for ; Tue, 7 Jun 2011 17:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 015AD8003C for ; Tue, 7 Jun 2011 17:22:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: Subject: [gentoo-commits] proj/pms-test-suite:master commit in: PMSTestSuite/library/ X-VCS-Repository: proj/pms-test-suite X-VCS-Files: PMSTestSuite/library/__init__.py X-VCS-Directories: PMSTestSuite/library/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b3632fa191a094b8e6f0212b6d0d29f0597ffe4c Date: Tue, 7 Jun 2011 17:22:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 3f46be9474eabc1c38902007f64a2517 commit: b3632fa191a094b8e6f0212b6d0d29f0597ffe4c Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Tue Jun 7 17:22:25 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Tue Jun 7 17:22:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms-test-suit= e.git;a=3Dcommit;h=3Db3632fa1 Don't expect pms-test_pkg_setup anymore. --- PMSTestSuite/library/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PMSTestSuite/library/__init__.py b/PMSTestSuite/library/__in= it__.py index bcf8f6f..545a211 100644 --- a/PMSTestSuite/library/__init__.py +++ b/PMSTestSuite/library/__init__.py @@ -14,7 +14,7 @@ {'pms-test/random-example/random-example-0.ebuild': ...} >>> f =3D files.values()[0] >>> str(f) # doctest: +ELLIPSIS -'# Copyright 1999...inherit pms-test...pms-test_pkg_setup...die...' +'# Copyright 1999...inherit pms-test...die...' """ =20 from PMSTestSuite.library.case import TestCase