Renamed files for sort tests.
[idzebra-moved-to-github.git] / test / sort / test_sort1_rec.xml
1 <sort1>
2   <title>first computer</title>
3   <dateTime>2</dateTime>
4   <cost>2</cost>
5 </sort1>
6 <sort1>
7   <title>second computer</title>
8   <dateTime>1</dateTime>
9   <cost>21</cost>
10 </sort1>
11 <sort1>
12   <title>3rd computer</title>
13   <dateTime>a^3</dateTime>
14   <cost>15</cost>
15 </sort1>
16 <sort1>
17   <title>fourth computer</title>
18   <dateTime>4</dateTime>
19   <cost>11</cost>
20 </sort1>