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

Olof Johansson olof.johansson at axis.com
Sun Mar 10 16:22:19 UTC 2013


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 778d94f..1ba33e6 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.7.10.4





More information about the bitbake-devel mailing list