aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/resources/org/sonar/db/issue/IssueDaoIT/shared.xml
blob: 583ec53880b14d2b9210c3ffdf15fc6b9f68d20c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<dataset>

  <group_roles id="1"
               group_uuid="[null]"
               resource_id="399"
               role="user"
               organization_uuid="org1"/>

  <projects organization_uuid="org1"
            uuid="ABCD"
            uuid_path="NOT_USED"
            project_uuid="ABCD"
            kee="struts"
            qualifier="TRK"
            scope="PRJ"
            id="399"/>
  <projects organization_uuid="org1"
            uuid="BCDE"
            uuid_path="NOT_USED"
            project_uuid="ABCD"
            kee="struts-core"
            qualifier="BRC"
            scope="PRJ"
            id="400"/>
  <projects organization_uuid="org1"
            uuid="CDEF"
            uuid_path="NOT_USED"
            project_uuid="ABCD"
            kee="Action.java"
            qualifier="CLA"
            scope="PRJ"
            id="401"/>
  <projects organization_uuid="org1"
            uuid="DEFG"
            uuid_path="NOT_USED"
            project_uuid="ABCD"
            kee="Filter.java"
            qualifier="CLA"
            scope="PRJ"
            id="402"/>

  <snapshots id="100"
             component_uuid="ABCD"
             islast="[true]"/>
  <snapshots id="101"
             component_uuid="BCDE"
             islast="[true]"/>
  <snapshots id="102"
             component_uuid="CDEF"
             islast="[true]"/>
  <snapshots id="103"
             component_uuid="DEFG"
             islast="[true]"/>

  <rules id="500"
         tags="[null]"
         system_tags="[null]"
         plugin_rule_key="AvoidCycle"
         plugin_name="squid"
         language="java"/>
  <rules id="501"
         tags="[null]"
         system_tags="[null]"
         plugin_rule_key="NullRef"
         plugin_name="squid"
         language="xoo"/>

</dataset>