From patchwork Tue Apr 5 21:32:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: loic.minier@linaro.org X-Patchwork-Id: 907 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:47:17 -0000 Delivered-To: patches@linaro.org Received: by 10.68.42.132 with SMTP id o4cs200078pbl; Tue, 5 Apr 2011 14:32:23 -0700 (PDT) Received: by 10.216.220.194 with SMTP id o44mr2664271wep.105.1302039141221; Tue, 05 Apr 2011 14:32:21 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id m28si11484086wej.38.2011.04.05.14.32.20; Tue, 05 Apr 2011 14:32:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Q7DrI-0003ci-9l for ; Tue, 05 Apr 2011 21:32:20 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 440C02E80F1 for ; Tue, 5 Apr 2011 21:32:20 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-maintainers/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 314 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-maintainers/linaro-image-tools/trunk] Rev 314: Typo: cumalative instead of cumulative. Message-Id: <20110405213220.16772.27086.launchpad@loganberry.canonical.com> Date: Tue, 05 Apr 2011 21:32:20 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="12734"; Instance="initZopeless config overlay" X-Launchpad-Hash: 8dcbfc44e431fa4d8cc3255e67fad5f58d30e36f ------------------------------------------------------------ revno: 314 committer: loic.minier@linaro.org branch nick: linaro-image-tools timestamp: Tue 2011-04-05 23:31:29 +0200 message: Typo: cumalative instead of cumulative. modified: linaro_image_tools/hwpack/tests/test_packages.py --- lp:linaro-image-tools https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk You are subscribed to branch lp:linaro-image-tools. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk/+edit-subscription === modified file 'linaro_image_tools/hwpack/tests/test_packages.py' --- linaro_image_tools/hwpack/tests/test_packages.py 2011-03-24 11:14:44 +0000 +++ linaro_image_tools/hwpack/tests/test_packages.py 2011-04-05 21:31:29 +0000 @@ -1189,7 +1189,7 @@ self.assertEqual( [], fetcher.fetch_packages(["foo"], download_content=False)) - def test_ignore_is_cumalative(self): + def test_ignore_is_cumulative(self): package1 = DummyFetchedPackage("foo", "1.0") package2 = DummyFetchedPackage("bar", "1.0") source = self.useFixture(