| Submitter | Olof Johansson |
|---|---|
| Date | March 10, 2013, 4:22 p.m. |
| Message ID | <1362932543-3737-3-git-send-email-olof.johansson@axis.com> |
| Download | mbox | patch |
| Permalink | /patch/45845/ |
| State | New |
| Headers | show |
Comments
Patch
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 = {}
Signed-off-by: Olof Johansson <olof.johansson@axis.com> --- lib/bb/tests/fetch.py | 2 -- 1 file changed, 2 deletions(-)