]> code.ossystems Code Review - openembedded-core.git/commitdiff
oe-selftest: devtool: fix broken URL in test_devtool_add_fetch
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 7 May 2015 13:52:23 +0000 (14:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 May 2015 13:59:14 +0000 (14:59 +0100)
I already had the file fetched from some previous work and thus it
didn't attempt to download the invalid URL when I tested it earlier.

Part of the fix for [YOCTO #7729].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/devtool.py

index 1a506d97cefd89c22c5016a1478c734c2b4166ae..2af6114948c8ba7715eaf01634770123e4f1a1d6 100644 (file)
@@ -175,7 +175,7 @@ class DevtoolTests(oeSelfTest):
         tempdir = tempfile.mkdtemp(prefix='devtoolqa')
         self.track_for_cleanup(tempdir)
         testver = '0.23'
-        url = 'https://pypi.python.org/packages/source/J/MarkupSafe/MarkupSafe-%s.tar.gz' % testver
+        url = 'https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%s.tar.gz' % testver
         testrecipe = 'python-markupsafe'
         srcdir = os.path.join(tempdir, testrecipe)
         # Test devtool add