mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-24 22:06:14 +01:00
Fix tests/test_request.py, requests seem to have a trainling newline now
This commit is contained in:
parent
3619f392a0
commit
af86600880
@ -441,7 +441,7 @@ class TestRequest(OscTestCase):
|
|||||||
submit: srcprj/srcpackage -> tgtprj/tgtpackage
|
submit: srcprj/srcpackage -> tgtprj/tgtpackage
|
||||||
submit: foo/bar -> baz
|
submit: foo/bar -> baz
|
||||||
delete: deleteme
|
delete: deleteme
|
||||||
delete: foo/bar"""
|
delete: foo/bar\n"""
|
||||||
r = osc.core.Request()
|
r = osc.core.Request()
|
||||||
r.read(ET.fromstring(xml))
|
r.read(ET.fromstring(xml))
|
||||||
self.assertEqual(exp, r.list_view())
|
self.assertEqual(exp, r.list_view())
|
||||||
@ -458,7 +458,7 @@ class TestRequest(OscTestCase):
|
|||||||
From: new(user) -> review(foobar)
|
From: new(user) -> review(foobar)
|
||||||
Descr: This is a simple request with a lot of ... ... text and other
|
Descr: This is a simple request with a lot of ... ... text and other
|
||||||
stuff. This request also contains a description. This is useful
|
stuff. This request also contains a description. This is useful
|
||||||
to describe the request. blabla blabla"""
|
to describe the request. blabla blabla\n"""
|
||||||
self.assertEqual(exp, r.list_view())
|
self.assertEqual(exp, r.list_view())
|
||||||
|
|
||||||
def test_request_str1(self):
|
def test_request_str1(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user