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 --- .../static_ZeroValue_SUICIDE_OOGRevertFiller.json | 2 +- .../static_callcodecallcodecall_1102Filler.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GeneralStateTestsFiller/stStaticCallNoStateChange') diff --git a/src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_ZeroValue_SUICIDE_OOGRevertFiller.json b/src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_ZeroValue_SUICIDE_OOGRevertFiller.json index d66d57ee1..46768f8a4 100644 --- a/src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_ZeroValue_SUICIDE_OOGRevertFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_ZeroValue_SUICIDE_OOGRevertFiller.json @@ -1,5 +1,5 @@ { - "static_ZeroValue_SELFDESTRUCT_OOGRevert" : { + "static_ZeroValue_SUICIDE_OOGRevert" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x020000", diff --git a/src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_callcodecallcodecall_1102Filler.json b/src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_callcodecallcodecall_1102Filler.json index 1399d3285..5e28c629a 100644 --- a/src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_callcodecallcodecall_1102Filler.json +++ b/src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_callcodecallcodecall_1102Filler.json @@ -1,5 +1,5 @@ { - "static_callcodecallcodecall_110_2" : { + "static_callcodecallcodecall_1102" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x20000", -- cgit