tmf.xml: Bug 500195. Modify initial state behavior
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core.tests / common / org / eclipse / tracecompass / tmf / analysis / xml / core / tests / common / TmfXmlTestFiles.java
index e2c7ca6fdf3114d9d86bcfe1702b4e8361616483..c0dafe2f554a15efd2507313d9628f458a23c20f 100644 (file)
@@ -49,7 +49,11 @@ public enum TmfXmlTestFiles {
     /** A valid pattern file to test the pattern segment **/
     VALID_PATTERN_SEGMENT("test_xml_files/test_valid/test_pattern_segment.xml"),
     /** A valid file for consuming fsm test */
-    CONSUMING_FSM_TEST("test_xml_files/test_valid/test_consuming_fsm.xml");
+    CONSUMING_FSM_TEST("test_xml_files/test_valid/test_consuming_fsm.xml"),
+    /** A valid pattern file to test the initialState element */
+    INITIAL_STATE_ELEMENT_TEST_FILE_1("test_xml_files/test_valid/test_initialState_element1.xml"),
+    /** A valid pattern file to test the initialState element */
+    INITIAL_STATE_ELEMENT_TEST_FILE_2("test_xml_files/test_valid/test_initialState_element2.xml");
 
     private final String fPath;
 
This page took 0.023643 seconds and 5 git commands to generate.