Skip to content

Commit

Permalink
FAB-4454 Rename HFCAClientEnrollIT.java
Browse files Browse the repository at this point in the history
. 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>
  • Loading branch information
chrism28282828 committed Jun 18, 2017
1 parent ff99ffa commit 7c87f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
package org.hyperledger.fabric.sdkintegration;

import org.hyperledger.fabric_ca.sdkintegration.HFCAClientEnrollIT;
import org.hyperledger.fabric_ca.sdkintegration.HFCAClientIT;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;

Expand All @@ -14,7 +14,7 @@
@Suite.SuiteClasses({
End2endIT.class,
End2endAndBackAgainIT.class,
HFCAClientEnrollIT.class
HFCAClientIT.class
})
public class IntegrationSuite {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

import static org.junit.Assert.fail;

public class HFCAClientEnrollIT {
public class HFCAClientIT {
// public static class MemberServicesFabricCAImplTest {
private static final String TEST_ADMIN_NAME = "admin";
private static final String TEST_ADMIN_PW = "adminpw";
Expand Down

0 comments on commit 7c87f20

Please sign in to comment.