Test with context and retriever names with . and _
[lttng-ust-java-tests.git] / lttng-ust-java-tests-common / src / main / java / org / lttng / ust / agent / integration / context / ContextInfoRetrieverStubs.java
index 0981f775b3d17a95f8a99e300d545c9f9ed1239f..8845ef9948ab0c391c6a7b5c3fef0b3544d339ad 100644 (file)
@@ -22,7 +22,7 @@ import org.lttng.ust.agent.context.IContextInfoRetriever;
 
 interface ContextInfoRetrieverStubs {
 
-    String CONTEXT_NAME = "ContextName";
+    String CONTEXT_NAME = "some.context_name";
 
     Integer INTEGER_VALUE = Integer.valueOf(42);
     Long LONG_VALUE = Long.valueOf(9001);
This page took 0.023 seconds and 4 git commands to generate.