Message ID | 20110405213220.16772.27086.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== 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(