Skip to content

Commit aa7bb09

Browse files
committed
Upgrade to chaintool v0.10.0 and re-enable unit-testing
We had to disable the chaintool unit testing on account of the ABI changing. v0.10.0 was released specifically to add support for the new ABI, so we should be able to re-enable the testing again. Change-Id: If63a7cf3c7caafbcc94b2b5f34aa5296cd4ac143 Signed-off-by: Gregory Haskins <[email protected]>
1 parent e52efb9 commit aa7bb09

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ GO_LDFLAGS = -X github.com/hyperledger/fabric/metadata.Version=$(PROJECT_VERSION
5252
CGO_FLAGS = CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy"
5353
UID = $(shell id -u)
5454
ARCH=$(shell uname -m)
55-
CHAINTOOL_RELEASE=v0.9.1
55+
CHAINTOOL_RELEASE=v0.10.0
5656
BASEIMAGE_RELEASE=$(shell cat ./.baseimage-release)
5757

5858
DOCKER_TAG=$(ARCH)-$(PROJECT_VERSION)

core/chaincode/platforms/car/test/car_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ func TestMain(m *testing.M) {
3333

3434
func TestCar_BuildImage(t *testing.T) {
3535
vm, err := container.NewVM()
36-
// skipped until chaintool accepts ChaincodeStubInterface updates
37-
t.SkipNow()
3836

3937
if err != nil {
4038
t.Fail()

0 commit comments

Comments
 (0)