diff options
author | Olof Johansson <olof.johansson@axis.com> | 2014-01-20 12:03:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-24 17:54:46 +0000 |
commit | 64fdd3abbbe9ab99c3bc5083d4172ea7bc17bae3 (patch) | |
tree | fcc28773db74c21529f5ce25c26faecb6fada737 /bitbake | |
parent | 86860bbfd9371d62f6208aa3ca7fe9e2dc416cec (diff) | |
download | poky-64fdd3abbbe9ab99c3bc5083d4172ea7bc17bae3.tar.gz |
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>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index 156da83dec..f93a636586 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -243,8 +243,6 @@ class URITest(unittest.TestCase): | |||
243 | uri.params = test['params'] | 243 | uri.params = test['params'] |
244 | self.assertEqual(uri.params, test['params']) | 244 | self.assertEqual(uri.params, test['params']) |
245 | 245 | ||
246 | self.assertEqual(str(uri)+str(uri.relative), str(test['uri'])+str(test['relative'])) | ||
247 | |||
248 | self.assertEqual(str(uri), test['uri']) | 246 | self.assertEqual(str(uri), test['uri']) |
249 | 247 | ||
250 | uri.params = {} | 248 | uri.params = {} |