summaryrefslogtreecommitdiffstats
path: root/lib/bb/tests
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2015-07-14 19:30:59 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-22 08:04:34 +0100
commit3e39156bc330c4c726058a5b9c13d33e2daad89f (patch)
tree96d7635f4cd35756f2bc50d9b0e4ff0a40768ce4 /lib/bb/tests
parent8d454646cbe1b04758ca178d8c6fcfd02b818b7b (diff)
downloadbitbake-contrib-3e39156bc330c4c726058a5b9c13d33e2daad89f.tar.gz
tests/fetch.py: Updated test name FetchMethodTest -> FetchLatestVersionTest
Change the test name to be more specific on what is tested. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/tests')
-rw-r--r--lib/bb/tests/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py
index bfa31d02a..1e61f3a11 100644
--- a/lib/bb/tests/fetch.py
+++ b/lib/bb/tests/fetch.py
@@ -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"