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 <gentoo-commits+bounces-395196-garchives=archives.gentoo.org@lists.gentoo.org>) id 1RI6Me-00043I-4b for garchives@archives.gentoo.org; Sun, 23 Oct 2011 22:17:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B101B21C068; Sun, 23 Oct 2011 22:17:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7F43321C068 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Oct 2011 22:17:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 065CF1B400C for <gentoo-commits@lists.gentoo.org>; Sun, 23 Oct 2011 22:17:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 731CF80042 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Oct 2011 22:17:47 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org> Message-ID: <a3ce1fac95836a067f9b8aee11ab3b4a70b8ef7b.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/tests/emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/tests/emerge/test_global_updates.py X-VCS-Directories: pym/portage/tests/emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: a3ce1fac95836a067f9b8aee11ab3b4a70b8ef7b Date: Sun, 23 Oct 2011 22:17:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 21dbd6215056a2c49c9f2aa056aac2e0 commit: a3ce1fac95836a067f9b8aee11ab3b4a70b8ef7b Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Oct 23 22:17:10 2011 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Oct 23 22:17:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Da3ce1fac test_global_updates: add missing Atom constructor --- pym/portage/tests/emerge/test_global_updates.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/portage/tests/emerge/test_global_updates.py b/pym/portag= e/tests/emerge/test_global_updates.py index add4590..b2810d0 100644 --- a/pym/portage/tests/emerge/test_global_updates.py +++ b/pym/portage/tests/emerge/test_global_updates.py @@ -24,7 +24,7 @@ move valid/atom1 valid/atom2 """, [ ['slotmove', Atom('=3Dvalid/atom-3*'), '0', '3'], - ['move', 'valid/atom1', 'valid/atom2'], + ['move', Atom('valid/atom1'), Atom('valid/atom2')], ], 8, ),