1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 01:36:16 +02:00
github.com_openSUSE_osc/tests/request_fixtures/test_read_request1.xml
Marcus Huewe 6965dc5cd4 Adjust request testcases to the upcoming Request api change
There is no need to compute the request creator, because it is
stored in the request xml. Moreover, the old computation yields
a wrong result (see issue #286).
2017-04-12 12:55:16 +02:00

19 lines
560 B
XML

<request creator="creator" id="42">
<action type="submit">
<source package="bar" project="foo" rev="1" />
<target package="bar" project="foobar" />
</action>
<action type="delete">
<target project="deleteme" />
</action>
<state name="accepted" when="2010-12-27T01:36:29" who="user1" />
<history when="2010-12-13T13:02:03" who="creator">
<description>Create Request</description>
<comment>foobar</comment>
</history>
<title>title of the request</title>
<description>this is a
very long
description</description>
</request>