X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ctf%2Forg.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests%2Fsrc%2Forg%2Feclipse%2Ftracecompass%2Ftmf%2Fctf%2Fui%2Fswtbot%2Ftests%2FTestInvalidCtfTrace.java;h=025284c725b57895662b2f44ad75b4bd5a9347de;hb=73511e6797ae5d1ef5669997e21788033d1b2eee;hp=ae1a251ff04dddfd8dd4d428ae1c03210c6b9ebc;hpb=c469808d479db2c72e2f4b101b2ec716d5281ac1;p=deliverable%2Ftracecompass.git diff --git a/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ctf/ui/swtbot/tests/TestInvalidCtfTrace.java b/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ctf/ui/swtbot/tests/TestInvalidCtfTrace.java index ae1a251ff0..025284c725 100644 --- a/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ctf/ui/swtbot/tests/TestInvalidCtfTrace.java +++ b/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ctf/ui/swtbot/tests/TestInvalidCtfTrace.java @@ -68,11 +68,11 @@ public class TestInvalidCtfTrace { private static final Map ERRORS = new HashMap<>(); static { // metadata - ERRORS.put("array-redefinition", "MismatchedTokenException(57!=72)"); + ERRORS.put("array-redefinition", "MismatchedTokenException(56!=71)"); ERRORS.put("array-size-identifier", "Is not an integer: x"); - ERRORS.put("array-size-keyword", "NoViableAltException(75@[])"); + ERRORS.put("array-size-keyword", "NoViableAltException(74@[])"); ERRORS.put("array-size-negative", "Array length is negative"); - ERRORS.put("array-size-not-present", "NoViableAltException(14@[])"); + ERRORS.put("array-size-not-present", "NoViableAltException(13@[])"); ERRORS.put("array-size-string", "Is not an integer: x"); ERRORS.put("array-size-type-field", "Is not an integer: uint32_t"); ERRORS.put("array-size-type", "Is not an integer: uint32_t"); @@ -91,7 +91,7 @@ public class TestInvalidCtfTrace { ERRORS.put("struct-align-zero", "Invalid value for alignment : 0"); ERRORS.put("struct-duplicate-field-name", "Identifier has already been defined:xxx"); ERRORS.put("struct-duplicate-struct-name", "struct a already defined."); - ERRORS.put("struct-field-name-keyword", "NoViableAltException(73@[])"); + ERRORS.put("struct-field-name-keyword", "NoViableAltException(72@[])"); // streams ERRORS.put("content-size-larger-than-packet-size", "UNKNOWN"); //FIXME ERRORS.put("cross-packet-event-alignment-empty-struct", "UNKNOWN"); //FIXME