TMF: Add some XML basic test cases and fix a bug
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.analysis.xml.core.tests / test_traces / testTrace1.xml
1 <!-- ***************************************************************************
2 * Copyright (c) 2014 École Polytechnique de Montréal
3 *
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Geneviève Bastien - Initial API and implementation
11 *************************************************************************** -->
12 <trace>
13 <event timestamp="1" name="test" source="0">
14 </event>
15 <event timestamp="3" name="test1" source="0">
16 </event>
17 <event timestamp="5" name="test" source="0">
18 </event>
19 <event timestamp="7" name="test1" source="0">
20 </event>
21 </trace>
This page took 0.029654 seconds and 5 git commands to generate.