1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

bitbake: tests.fetch: Remove debug assert

(Bitbake rev: f112660bca0ed8be061055b1e388deeb2d1980a7)

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Olof Johansson
2014-01-20 12:03:21 +01:00
committed by Richard Purdie
parent 86860bbfd9
commit 64fdd3abbb
-2
View File
@@ -243,8 +243,6 @@ class URITest(unittest.TestCase):
uri.params = test['params'] uri.params = test['params']
self.assertEqual(uri.params, test['params']) self.assertEqual(uri.params, test['params'])
self.assertEqual(str(uri)+str(uri.relative), str(test['uri'])+str(test['relative']))
self.assertEqual(str(uri), test['uri']) self.assertEqual(str(uri), test['uri'])
uri.params = {} uri.params = {}