Use >7-bit characters in event names
[lttng-ust-java-tests.git] / lttng-ust-java-tests-common / src / main / java / org / lttng / ust / agent / integration / events / ListEventsITBase.java
index ec4e0c180e5d8b7a916bd29c9db41d43a3f413ce..dc3a10bb337615bfd97ab409b1c984c485f67153 100644 (file)
@@ -37,7 +37,7 @@ public abstract class ListEventsITBase {
 
     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;
 
This page took 0.02257 seconds and 4 git commands to generate.