Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 7c87f20

Browse files
FAB-4454 Rename HFCAClientEnrollIT.java
. Renamed HFCAClientEnrollIT.java to HFCAClientIT.java so it can be used for more general testing purposes Change-Id: I9a5104a5e4a2dda95878d6059084ab16679e996d Signed-off-by: Chris Murphy <chrism@fast.au.fujitsu.com>
1 parent ff99ffa commit 7c87f20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/java/org/hyperledger/fabric/sdkintegration/IntegrationSuite.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
package org.hyperledger.fabric.sdkintegration;
77

8-
import org.hyperledger.fabric_ca.sdkintegration.HFCAClientEnrollIT;
8+
import org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT;
99
import org.junit.runner.RunWith;
1010
import org.junit.runners.Suite;
1111

@@ -14,7 +14,7 @@
1414
@Suite.SuiteClasses({
1515
End2endIT.class,
1616
End2endAndBackAgainIT.class,
17-
HFCAClientEnrollIT.class
17+
HFCAClientIT.class
1818
})
1919
public class IntegrationSuite {
2020

src/test/java/org/hyperledger/fabric_ca/sdkintegration/HFCAClientEnrollIT.java renamed to src/test/java/org/hyperledger/fabric_ca/sdkintegration/HFCAClientIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
import static org.junit.Assert.fail;
4444

45-
public class HFCAClientEnrollIT {
45+
public class HFCAClientIT {
4646
// public static class MemberServicesFabricCAImplTest {
4747
private static final String TEST_ADMIN_NAME = "admin";
4848
private static final String TEST_ADMIN_PW = "adminpw";

0 commit comments

Comments
 (0)