diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2015-07-14 19:30:59 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-22 08:23:50 +0100 |
commit | 205c39bf78a4a7a4fc0f38510a4adc0ea8347c6b (patch) | |
tree | a4e8b32f6ae2d0761f8c95fd6c7a92419449ddb8 /bitbake/lib/bb/tests | |
parent | 22d2f7b1caf3d1a05b814df5e01e630ccb839e46 (diff) | |
download | poky-205c39bf78a4a7a4fc0f38510a4adc0ea8347c6b.tar.gz |
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>
Diffstat (limited to 'bitbake/lib/bb/tests')
-rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index bfa31d02ae..1e61f3a116 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -630,7 +630,7 @@ class URLHandle(unittest.TestCase): | |||
630 | result = bb.fetch.encodeurl(v) | 630 | result = bb.fetch.encodeurl(v) |
631 | self.assertEqual(result, k) | 631 | self.assertEqual(result, k) |
632 | 632 | ||
633 | class FetchMethodTest(FetcherTest): | 633 | class FetchLatestVersionTest(FetcherTest): |
634 | 634 | ||
635 | test_git_uris = { | 635 | test_git_uris = { |
636 | # version pattern "X.Y.Z" | 636 | # version pattern "X.Y.Z" |