-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtestconfig.xml
45 lines (45 loc) · 1 KB
/
testconfig.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Configuration>
<IgnoredComponents>
<FullComponent>
<Component>
<Attributes>
<Property>
<Name>Class</Name>
<Value>org.eclipse.swt.widgets.List</Value>
</Property>
<Property>
<Name>Type</Name>
<Value>SYSTEM INTERACTION</Value>
</Property>
<Property>
<Name>X</Name>
<Value>30</Value>
</Property>
<Property>
<Name>Y</Name>
<Value>30</Value>
</Property>
<Property>
<Name>ReplayableAction</Name>
<Value>edu.umd.cs.guitar.event.SitarDefaultAction</Value>
</Property>
<Property>
<Name>Title</Name>
<Value></Value>
</Property>
<Property>
<Name>enabled</Name>
<Value>true</Value>
</Property>
<Property>
<Name>visible</Name>
<Value>true</Value>
</Property>
</Attributes>
</Component>
</FullComponent>
</IgnoredComponents>
<TerminalComponents>
</TerminalComponents>
</Configuration>