tmf: Update unit tests for custom event type by text line or XML element
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core.tests / testfiles / txt / testTxtDefinition.xml
CommitLineData
032ecd45
MAL
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<CustomTxtTraceDefinitionList>
3<Definition name="testtxt">
4<TimeStampOutputFormat>dd/MM/yyyy HH:mm:ss:SSS</TimeStampOutputFormat>
5<InputLine>
6<Cardinality max="2147483647" min="0"/>
7<RegEx>(\S*\s\S*) (.*\S)</RegEx>
f5cc6ed1
PT
8<InputData action="0" format="dd/MM/yyyy HH:mm:ss:SSS" name="Timestamp" tag="TIMESTAMP"/>
9<InputData action="0" format="" name="Message" tag="MESSAGE"/>
eab78906
PT
10<InputLine>
11<Cardinality max="2147483647" min="0"/>
12<RegEx>(.*\S)</RegEx>
f5cc6ed1 13<InputData action="2" tag="MESSAGE"/>
eab78906 14</InputLine>
032ecd45 15</InputLine>
f5cc6ed1
PT
16<OutputColumn name="Time Stamp" tag="TIMESTAMP"/>
17<OutputColumn name="Message" tag="MESSAGE"/>
032ecd45 18</Definition>
95916b5f
GB
19<Definition name="testtxtevname">
20<TimeStampOutputFormat>dd/MM/yyyy HH:mm:ss:SSS</TimeStampOutputFormat>
21<InputLine>
22<Cardinality max="2147483647" min="0"/>
d6650bca
PT
23<RegEx>(\d*) (.*\S)?</RegEx>
24<EventType>DefaultName</EventType>
f5cc6ed1
PT
25<InputData action="0" format="Tn" name="Timestamp" tag="TIMESTAMP"/>
26<InputData action="0" name="Event type" tag="EVENT_TYPE"/>
95916b5f
GB
27<InputLine>
28<Cardinality max="2147483647" min="0"/>
29<RegEx>(.*\S)</RegEx>
f5cc6ed1 30<InputData action="2" name="Message" tag="MESSAGE"/>
95916b5f
GB
31</InputLine>
32</InputLine>
f5cc6ed1
PT
33<OutputColumn name="Timestamp" tag="TIMESTAMP"/>
34<OutputColumn name="Event type" tag="EVENT_TYPE"/>
95916b5f 35</Definition>
032ecd45 36</CustomTxtTraceDefinitionList>
This page took 0.070798 seconds and 5 git commands to generate.