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 1QmUuR-0004oT-8E for garchives@archives.gentoo.org; Thu, 28 Jul 2011 18:02:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C800921C1BC for ; Thu, 28 Jul 2011 18:02:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9DAC621C08B for ; Thu, 28 Jul 2011 17:15:09 +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 231351B401D for ; Thu, 28 Jul 2011 17:15:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7ED708003F for ; Thu, 28 Jul 2011 17:15:08 +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: <2e1edecab867693deb82662d025dd491a89b9dbd.mgorny@gentoo> Subject: [gentoo-commits] proj/pms-test-suite:master commit in: pmstestsuite/library/standard/ X-VCS-Repository: proj/pms-test-suite X-VCS-Files: pmstestsuite/library/standard/ext_cases.py X-VCS-Directories: pmstestsuite/library/standard/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2e1edecab867693deb82662d025dd491a89b9dbd Date: Thu, 28 Jul 2011 17:15:08 +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: 0f1ceb99ff829c87808430f9bf213665 commit: 2e1edecab867693deb82662d025dd491a89b9dbd Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Thu Jul 28 17:16:09 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Thu Jul 28 17:16:09 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms-test-suit= e.git;a=3Dcommit;h=3D2e1edeca Switch fetching ebuild tests to a sane URI. --- pmstestsuite/library/standard/ext_cases.py | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/pmstestsuite/library/standard/ext_cases.py b/pmstestsuite/li= brary/standard/ext_cases.py index fef45a1..837a608 100644 --- a/pmstestsuite/library/standard/ext_cases.py +++ b/pmstestsuite/library/standard/ext_cases.py @@ -10,13 +10,10 @@ class DBusFetchingEbuildTestCase(DBusEbuildTestCase): sources -- to decrease ${DISTDIR} pollution. """ =20 - # temporary, due to SRC_URI arrow - supported_eapis =3D (2, 3, 4) - def __init__(self, *args, **kwargs): DBusEbuildTestCase.__init__(self, *args, **kwargs) # XXX: switch to a dedicated file without the arrow - val =3D 'http://www.gentoo.org/ -> pms-test-suite-dummy.html' + val =3D 'http://dev.gentoo.org/~mgorny/pmsts-temp.bin' if 'SRC_URI' in self.ebuild_vars: val =3D '%s %s' % (self.ebuild_vars['SRC_URI'], val) self.ebuild_vars['SRC_URI'] =3D val