Skip to content

Commit

Permalink
Re-enable TestCar_BuildImage
Browse files Browse the repository at this point in the history
This test was disabled as part of
https://gerrit.hyperledger.org/r/#/c/365/
while the fabric-chaintool repo did not support the
ChaincodeStubInterface.

This was resolved in fabric-chaintool as part of the 0.9.0 release
https://github.com/hyperledger/fabric-chaintool/pull/25
https://github.com/hyperledger/fabric-chaintool/releases/tag/v0.9.0

Change-Id: I9524d12665bf1183561e51f52ad12833eb67b514
Signed-off-by: Bradley Gorman <bgorman@au1.ibm.com>
  • Loading branch information
Brad Gorman committed Aug 31, 2016
1 parent 0ba14a5 commit f5180c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PKGNAME = github.com/$(PROJECT_NAME)
GO_LDFLAGS = -X github.com/hyperledger/fabric/metadata.Version=$(PROJECT_VERSION)
CGO_FLAGS = CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy"
UID = $(shell id -u)
CHAINTOOL_RELEASE=v0.8.1
CHAINTOOL_RELEASE=v0.9.0

EXECUTABLES = go docker git curl
K := $(foreach exec,$(EXECUTABLES),\
Expand Down
2 changes: 0 additions & 2 deletions core/chaincode/platforms/car/test/car_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ func TestMain(m *testing.M) {
}

func TestCar_BuildImage(t *testing.T) {
// skipped until chaintool accepts ChaincodeStubInterface updates
t.SkipNow()
vm, err := container.NewVM()
if err != nil {
t.Fail()
Expand Down

0 comments on commit f5180c8

Please sign in to comment.