Skip to content

Commit

Permalink
Switch back to fabric-test-resources
Browse files Browse the repository at this point in the history
As part of https://gerrit.hyperledger.org/r/#/c/365/
I forked the example code hosted on GitHub to pass the tests.
Undoing that now so that the original GitHub repo can be used.

The pull request to mirror this is at
hyperledger-archives/fabric-test-resources-gerrit#1

Change-Id: Ia0b504a35e9cba2318b0b80e8a75833b126ec726
Signed-off-by: Bradley Gorman <bgorman@au1.ibm.com>
  • Loading branch information
Brad Gorman committed Aug 31, 2016
1 parent 0ba14a5 commit 1ea73c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/chaincode/exectransaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,7 @@ func TestHTTPExecuteDeployTransaction(t *testing.T) {
// itself or it won't be downloaded because it will be found
// in GOPATH, which would defeat the test
testDBWrapper.CleanDB(t)
//executeDeployTransaction(t, "http://github.com/hyperledger/fabric-test-resources/examples/chaincode/go/chaincode_example01")
// forked the above until the ChaincodeStubInterface change is accepted into the fabric-test-resources project
executeDeployTransaction(t, "http://github.com/brad-gorman/fabric-test-resources/examples/chaincode/go/chaincode_example01")
executeDeployTransaction(t, "http://github.com/hyperledger/fabric-test-resources/examples/chaincode/go/chaincode_example01")
}

// Check the correctness of the final state after transaction execution.
Expand Down

0 comments on commit 1ea73c1

Please sign in to comment.