Skip to content

Commit 3ede7a7

Browse files
ctf: Fix SWTBot Test to have the correct error message to check
Change-Id: I8a1408772b8e1ca2e634fa892e7d8a3c05349877 Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
1 parent 5646cac commit 3ede7a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ctf/ui/swtbot/tests

ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ctf/ui/swtbot/tests/TestInvalidCtfTrace.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class TestInvalidCtfTrace {
8686
ERRORS.put("struct-align-negative", "Invalid value for alignment : -8");
8787
ERRORS.put("struct-align-string", "Invalid value for alignment");
8888
ERRORS.put("struct-align-zero", "Invalid value for alignment : 0");
89-
ERRORS.put("struct-duplicate-field-name", "Identifier has already been defined:xxx");
89+
ERRORS.put("struct-duplicate-field-name", "struct: duplicate field xxx");
9090
ERRORS.put("struct-duplicate-struct-name", "struct a already defined.");
9191
ERRORS.put("struct-field-name-keyword", "NoViableAltException(73@[])");
9292
// streams

0 commit comments

Comments
 (0)