-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-4454 Increase junit coverage transaction
. Increased junit coverage for the fabric.sdk.transaction package . Added new unit tests for various classes . Removed some assert statements . Removed ProtoUtils.createChaincodeSpec as it was unused . Removed TransactionContext.attrs property as it was unused . Removed some other minor dead code and minor refactoring Change-Id: I70c179dc96069160365cbd1ba1a5ca1b8203643e Signed-off-by: Chris Murphy <chrism@fast.au.fujitsu.com>
- Loading branch information
1 parent
53f6955
commit 8232a06
Showing
9 changed files
with
464 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
There is a bug here. It is not possible to set it to null, if we do not patch something. ChaincodeId does not allow null values and per default it is an empty String!