Skip to content

Commit

Permalink
Rename class to match OpenTracing (#106)
Browse files Browse the repository at this point in the history
* Rename class to match OpenTracing

Signed-off-by: Pavol Loffay <ploffay@redhat.com>

* Rename another class

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay committed Sep 25, 2018
1 parent a875da5 commit 9c3c7ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion tck/running_the_tck.asciidoc
Expand Up @@ -31,7 +31,6 @@ To enable the tests in your project you need to add the following dependency to
<dependency>
<groupId>org.eclipse.microprofile.opentracing</groupId>
<artifactId>microprofile-opentracing-tck</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
----
Expand Down
Expand Up @@ -28,7 +28,7 @@
/**
* @author Pavol Loffay
*/
public class OpentracingClassMethodNameClientTests extends OpenTracingClientBaseTests {
public class OpenTracingClassMethodNameClientTests extends OpenTracingClientBaseTests {

public static class TestConfiguration implements ConfigSource {
private Map<String, String> propMap = new HashMap<>();
Expand Down
Expand Up @@ -25,7 +25,7 @@
/**
* @author Pavol Loffay
*/
public class OpentracingDefaultClientTests extends OpenTracingClientBaseTests {
public class OpenTracingDefaultClientTests extends OpenTracingClientBaseTests {

@Deployment
public static WebArchive createDeployment() {
Expand Down

0 comments on commit 9c3c7ca

Please sign in to comment.