diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-06-30 17:06:07 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-06-30 17:47:35 +0800 |
commit | f478e686f1757d311b634f9f94034394d4fa73df (patch) | |
tree | a43c73d2b3ffc3a055e241d245a52d3826820a8c /src/GeneralStateTestsFiller/stStaticCallNoStateChange | |
parent | 613e89d4391aeec8a8fd3a1de509ba14119e8cf9 (diff) | |
download | dexon-tests-f478e686f1757d311b634f9f94034394d4fa73df.tar dexon-tests-f478e686f1757d311b634f9f94034394d4fa73df.tar.gz dexon-tests-f478e686f1757d311b634f9f94034394d4fa73df.tar.bz2 dexon-tests-f478e686f1757d311b634f9f94034394d4fa73df.tar.lz dexon-tests-f478e686f1757d311b634f9f94034394d4fa73df.tar.xz dexon-tests-f478e686f1757d311b634f9f94034394d4fa73df.tar.zst dexon-tests-f478e686f1757d311b634f9f94034394d4fa73df.zip |
Fix names of test cases in GeneralStateTests to match the file names
Diffstat (limited to 'src/GeneralStateTestsFiller/stStaticCallNoStateChange')
2 files changed, 2 insertions, 2 deletions
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", |