bitbake: tests/fetch.py: Updated test name FetchMethodTest -> FetchLatestVersionTest

Change the test name to be more specific on what is tested.

(Bitbake rev: 3e39156bc330c4c726058a5b9c13d33e2daad89f)

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Aníbal Limón 2015-07-14 19:30:59 -05:00 committed by Richard Purdie
parent 22d2f7b1ca
commit 205c39bf78
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ class URLHandle(unittest.TestCase):
result = bb.fetch.encodeurl(v)
self.assertEqual(result, k)
class FetchMethodTest(FetcherTest):
class FetchLatestVersionTest(FetcherTest):
test_git_uris = {
# version pattern "X.Y.Z"