From 70ff9a728ac4060b8c57b31e515526f76af9ab17 Mon Sep 17 00:00:00 2001 From: Fredy Wijaya Date: Tue, 12 Mar 2024 09:55:05 -0500 Subject: [PATCH] mobile: Rename tests to make them unique (#32825) Signed-off-by: Fredy Wijaya --- .../proxying/ProxyInfoIntentPerformHTTPRequestUsingProxyTest.kt | 2 +- .../ProxyInfoIntentPerformHTTPSRequestBadHostnameTest.kt | 2 +- .../ProxyInfoIntentPerformHTTPSRequestUsingAsyncProxyTest.kt | 2 +- .../ProxyInfoIntentPerformHTTPSRequestUsingProxyTest.kt | 2 +- .../proxying/ProxyPollPerformHTTPRequestUsingProxyTest.kt | 2 +- .../ProxyPollPerformHTTPRequestWithoutUsingPACProxyTest.kt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPRequestUsingProxyTest.kt b/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPRequestUsingProxyTest.kt index 05dcb60e665f..b771f075245e 100644 --- a/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPRequestUsingProxyTest.kt +++ b/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPRequestUsingProxyTest.kt @@ -33,7 +33,7 @@ import org.robolectric.RobolectricTestRunner // │ │ // └──────────────────┘ @RunWith(RobolectricTestRunner::class) -class PerformHTTPRequestUsingProxy { +class ProxyInfoIntentPerformHTTPRequestUsingProxyTest { init { JniLibrary.loadTestLibrary() JniLibrary.load() diff --git a/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPSRequestBadHostnameTest.kt b/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPSRequestBadHostnameTest.kt index 7182356cebe6..e0baa24faa05 100644 --- a/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPSRequestBadHostnameTest.kt +++ b/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPSRequestBadHostnameTest.kt @@ -33,7 +33,7 @@ import org.robolectric.RobolectricTestRunner // │ │ // └──────────────────┘ @RunWith(RobolectricTestRunner::class) -class PerformHTTPSRequestBadHostname { +class ProxyInfoIntentPerformHTTPSRequestBadHostnameTest { init { JniLibrary.loadTestLibrary() JniLibrary.load() diff --git a/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPSRequestUsingAsyncProxyTest.kt b/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPSRequestUsingAsyncProxyTest.kt index 672879b70d54..c2b1815800d9 100644 --- a/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPSRequestUsingAsyncProxyTest.kt +++ b/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPSRequestUsingAsyncProxyTest.kt @@ -33,7 +33,7 @@ import org.robolectric.RobolectricTestRunner // │ │ // └──────────────────┘ @RunWith(RobolectricTestRunner::class) -class PerformHTTPSRequestUsingAsyncProxyTest { +class ProxyInfoIntentPerformHTTPSRequestUsingAsyncProxyTest { init { JniLibrary.loadTestLibrary() JniLibrary.load() diff --git a/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPSRequestUsingProxyTest.kt b/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPSRequestUsingProxyTest.kt index 626a4ee49864..14632160bc31 100644 --- a/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPSRequestUsingProxyTest.kt +++ b/mobile/test/kotlin/integration/proxying/ProxyInfoIntentPerformHTTPSRequestUsingProxyTest.kt @@ -33,7 +33,7 @@ import org.robolectric.RobolectricTestRunner // │ │ // └──────────────────┘ @RunWith(RobolectricTestRunner::class) -class PerformHTTPSRequestUsingProxy { +class ProxyInfoIntentPerformHTTPSRequestUsingProxyTest { init { JniLibrary.loadTestLibrary() JniLibrary.load() diff --git a/mobile/test/kotlin/integration/proxying/ProxyPollPerformHTTPRequestUsingProxyTest.kt b/mobile/test/kotlin/integration/proxying/ProxyPollPerformHTTPRequestUsingProxyTest.kt index 08504ef1d13f..cb23afc6c3dc 100644 --- a/mobile/test/kotlin/integration/proxying/ProxyPollPerformHTTPRequestUsingProxyTest.kt +++ b/mobile/test/kotlin/integration/proxying/ProxyPollPerformHTTPRequestUsingProxyTest.kt @@ -32,7 +32,7 @@ import org.robolectric.RobolectricTestRunner // │ │ // └──────────────────┘ @RunWith(RobolectricTestRunner::class) -class PerformHTTPRequestUsingProxy { +class ProxyPollPerformHTTPRequestUsingProxyTest { init { AndroidJniLibrary.loadTestLibrary() JniLibrary.loadTestLibrary() diff --git a/mobile/test/kotlin/integration/proxying/ProxyPollPerformHTTPRequestWithoutUsingPACProxyTest.kt b/mobile/test/kotlin/integration/proxying/ProxyPollPerformHTTPRequestWithoutUsingPACProxyTest.kt index efeb9e30f11f..21a08ad18722 100644 --- a/mobile/test/kotlin/integration/proxying/ProxyPollPerformHTTPRequestWithoutUsingPACProxyTest.kt +++ b/mobile/test/kotlin/integration/proxying/ProxyPollPerformHTTPRequestWithoutUsingPACProxyTest.kt @@ -34,7 +34,7 @@ import org.robolectric.RobolectricTestRunner // │ │ // └─────────────────────────────────────┘ @RunWith(RobolectricTestRunner::class) -class PerformHTTPRequestUsingProxy { +class ProxyPollPerformHTTPRequestWithoutUsingPACProxyTest { init { JniLibrary.loadTestLibrary() JniLibrary.load()