You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/09/11 15:02:06 UTC

[httpcomponents-client] branch master updated: Fix bad test class name

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e8774e  Fix bad test class name
8e8774e is described below

commit 8e8774e6b5e817324c6f32cb618ac6cc697f9c82
Author: Marcono1234 <Ma...@users.noreply.github.com>
AuthorDate: Sat Sep 11 16:46:03 2021 +0200

    Fix bad test class name
---
 .../hc/client5/http/utils/{TesDnsUtils.java => TestDnsUtils.java}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpclient5/src/test/java/org/apache/hc/client5/http/utils/TesDnsUtils.java b/httpclient5/src/test/java/org/apache/hc/client5/http/utils/TestDnsUtils.java
similarity index 98%
rename from httpclient5/src/test/java/org/apache/hc/client5/http/utils/TesDnsUtils.java
rename to httpclient5/src/test/java/org/apache/hc/client5/http/utils/TestDnsUtils.java
index 5684640..25d7308 100644
--- a/httpclient5/src/test/java/org/apache/hc/client5/http/utils/TesDnsUtils.java
+++ b/httpclient5/src/test/java/org/apache/hc/client5/http/utils/TestDnsUtils.java
@@ -34,7 +34,7 @@ import org.junit.Test;
 /**
  * Unit tests for DnsUtils.
  */
-public class TesDnsUtils {
+public class TestDnsUtils {
 
     @Test
     public void testNormalize() {