tmf: Bug 497038: Custom parser field names conflict with built-in tags
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui.swtbot.tests / src / org / eclipse / tracecompass / tmf / ui / swtbot / tests / parsers / custom / TestCustomXmlWizard.java
index a48a6a0414a2b6b127b74d690367d76e668c3421..a8f443cebfda9b6a9c1a2b952d0a3dbdf852ca2e 100644 (file)
@@ -50,17 +50,17 @@ public class TestCustomXmlWizard extends AbstractCustomParserWizard {
             "<TimeStampOutputFormat>ss</TimeStampOutputFormat>\n" +
             "<InputElement name=\"trace\">\n" +
             "<InputElement logentry=\"true\" name=\"event\">\n" +
-            "<InputData action=\"0\" format=\"\" name=\"Ignore\"/>\n" +
+            "<InputData action=\"0\" name=\"Ignore\" tag=\"IGNORE\"/>\n" +
             "<Attribute name=\"msg\">\n" +
-            "<InputData action=\"0\" name=\"msg\"/>\n" +
+            "<InputData action=\"0\" name=\"msg\" tag=\"OTHER\"/>\n" +
             "</Attribute>\n" +
             "<Attribute name=\"time\">\n" +
-            "<InputData action=\"0\" name=\"time\"/>\n" +
+            "<InputData action=\"0\" name=\"time\" tag=\"OTHER\"/>\n" +
             "</Attribute>\n" +
             "</InputElement>\n" +
             "</InputElement>\n" +
-            "<OutputColumn name=\"msg\"/>\n" +
-            "<OutputColumn name=\"time\"/>\n";
+            "<OutputColumn name=\"msg\" tag=\"OTHER\"/>\n" +
+            "<OutputColumn name=\"time\" tag=\"OTHER\"/>\n";
 
     /**
      * Test to create a custom XML trace and compare the XML generated
This page took 0.041098 seconds and 5 git commands to generate.