File: test_request_list_view2.xml

package info (click to toggle)
osc 1.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,616 kB
  • sloc: python: 33,563; sh: 1,846; xml: 157; makefile: 36; csh: 14
file content (18 lines) | stat: -rw-r--r-- 634 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<request creator="foobar" id="21">
  <action type="set_bugowner">
    <target project="foo" />
    <person name="buguser" />
  </action>
  <state name="accepted" when="2010-12-29T16:37:45" who="foobar" />
  <history when="2010-12-28T16:37:45" who="user" >
    <description>Created Request</description>
  </history>
  <history when="2010-12-28T18:37:45" who="foobar" >
    <description>Review Approved</description>
  </history>
  <description>This is
a simple request with a lot of ... ... text and other stuff. This request also contains a
description. This is useful to
describe the request. blabla
blabla</description>
</request>