This will test the string encoding/decoding mechanisms more
thoroughly.
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
protected static final String EVENT_NAME_A = "EventA";
protected static final String EVENT_NAME_B = "EventAB";
protected static final String EVENT_NAME_C = "EventABC";
- protected static final String EVENT_NAME_D = "EventABCD";
+ protected static final String EVENT_NAME_D = "EventABCDÉ";
private ILttngSession session;
protected static final String LOGGER_NAME_1 = "org.lttng";
protected static final String LOGGER_NAME_2 = "org.lttng.mycomponent";
- protected static final String LOGGER_NAME_3 = "org.lttng.myothercomponent";
+ protected static final String LOGGER_NAME_3 = "org.lttng.myothercomponent-àéç";
private ILttngSession session;
protected static final String EVENT_NAME_A = "EventA";
protected static final String EVENT_NAME_B = "EventAB";
protected static final String EVENT_NAME_C = "EventABC";
- protected static final String EVENT_NAME_D = "EventABCD";
+ protected static final String EVENT_NAME_D = "EventABCDÉ";
private ILttngSession session1;
private ILttngSession session2;