From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mail.openembedded.org (Postfix) with ESMTP id B68FA75F16 for ; Wed, 15 Jul 2015 00:31:03 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 14 Jul 2015 17:31:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,476,1432623600"; d="scan'208";a="729009096" Received: from alimon-thinkpad-w540.zpn.intel.com ([10.219.5.54]) by orsmga001.jf.intel.com with ESMTP; 14 Jul 2015 17:31:04 -0700 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= To: bitbake-devel@lists.openembedded.org Date: Tue, 14 Jul 2015 19:30:59 -0500 Message-Id: <1436920259-31969-5-git-send-email-anibal.limon@linux.intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1436920259-31969-1-git-send-email-anibal.limon@linux.intel.com> References: <1436920259-31969-1-git-send-email-anibal.limon@linux.intel.com> MIME-Version: 1.0 Cc: alexander.kanavin@linux.intel.com Subject: [PATCH 4/4] tests/fetch.py: Updated test name FetchMethodTest -> FetchLatestVersionTest X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 00:31:04 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the test name to be more specific on what is tested. Signed-off-by: Aníbal Limón --- lib/bb/tests/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py index bfa31d0..1e61f3a 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" -- 1.9.1