unit.xml revision df8954e912c0d54e2aba1bc014294ff39bd1c3d2
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0"?>
<!-- Don't specify a version on yuitest.
We want to use the "YUITest" global
instead of a "Y" global that
version="3" looks for. -->
<yuitest>
<tests base="@TEST_ARTIFACTS_BASE@" timeout="120000">
<!-- history-hash doesn't work properly with Selenium. Bug #2530385.
<url>history/tests/functional/history-hash.html</url>
-->
<!--url>jsonp/tests/jsonp.html</url>
<url>jsonp/tests/jsonp-url.html</url-->
<!--url>node-focusmanager/tests/focusmanager.html</url-->
<!--
<url>test/tests/testformat.html</url>
<url>stylesheet/tests/stylesheet.html</url>
-->
</tests>
</yuitest>