[bitbake-devel] [PATCH 2/5] tests.fetch: Remove debug assert

Olof Johansson olof.johansson at axis.com
Mon Jan 20 11:03:21 UTC 2014


Signed-off-by: Olof Johansson <olof.johansson at axis.com>
---
 lib/bb/tests/fetch.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py
index 4bcff54..3dbeafa 100644
--- a/lib/bb/tests/fetch.py
+++ b/lib/bb/tests/fetch.py
@@ -243,8 +243,6 @@ class URITest(unittest.TestCase):
             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'])
 
             uri.params = {}
-- 
1.8.5.2




More information about the bitbake-devel mailing list