From f478e686f1757d311b634f9f94034394d4fa73df Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Fri, 30 Jun 2017 11:06:07 +0200 Subject: Fix names of test cases in GeneralStateTests to match the file names --- .../stStaticCall/static_ZeroValue_SUICIDE_OOGRevert.json | 7 ++++++- .../stStaticCall/static_callcodecallcodecall_1102.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'GeneralStateTests/stStaticCall') diff --git a/GeneralStateTests/stStaticCall/static_ZeroValue_SUICIDE_OOGRevert.json b/GeneralStateTests/stStaticCall/static_ZeroValue_SUICIDE_OOGRevert.json index 8d09b1e07..7e2cc41b5 100644 --- a/GeneralStateTests/stStaticCall/static_ZeroValue_SUICIDE_OOGRevert.json +++ b/GeneralStateTests/stStaticCall/static_ZeroValue_SUICIDE_OOGRevert.json @@ -1,5 +1,10 @@ { - "static_ZeroValue_SELFDESTRUCT_OOGRevert" : { + "static_ZeroValue_SUICIDE_OOGRevert" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.5ad949e6.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stStaticCall/static_ZeroValue_SUICIDE_OOGRevertFiller.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/GeneralStateTests/stStaticCall/static_callcodecallcodecall_1102.json b/GeneralStateTests/stStaticCall/static_callcodecallcodecall_1102.json index 349857007..b8f034292 100644 --- a/GeneralStateTests/stStaticCall/static_callcodecallcodecall_1102.json +++ b/GeneralStateTests/stStaticCall/static_callcodecallcodecall_1102.json @@ -1,5 +1,10 @@ { - "static_callcodecallcodecall_110_2" : { + "static_callcodecallcodecall_1102" : { + "_info" : { + "comment" : "", + "filledwith" : "cpp-1.3.0+commit.5ad949e6.Linux.g++", + "source" : "/src/GeneralStateTestsFiller/stStaticCall/static_callcodecallcodecall_1102Filler.json" + }, "env" : { "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x20000", -- cgit