xml: bug 497959 add the possibility to update the current state
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core.tests / test_traces / testTrace2.xml
1 <!-- ***************************************************************************
2 * Copyright (c) 2015 Ericsson
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 * Jean-Christian Kouame - Initial API and implementation
11 *************************************************************************** -->
12 <trace>
13 <event timestamp="1" name="test">
14 <field name="testField" type="long" value="10" />
15 </event>
16 <event timestamp="3" name="test1">
17 <field name="testField" type="long" value="100" />
18 </event>
19 <event timestamp="5" name="test">
20 <field name="testField" type="long" value="20" />
21 </event>
22 <event timestamp="7" name="test1">
23 <field name="testField" type="long" value="200" />
24 </event>
25 </trace>
This page took 0.042019 seconds and 5 git commands to generate.