diff options
author | Dimitry <winsvega@mail.ru> | 2017-01-17 04:13:18 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-01-17 04:13:18 +0800 |
commit | 3770ef5f234ec7837015e6717715bfa82131bc5b (patch) | |
tree | a748f6531e087a3a116c786f857da1e72a201e7b /src/GeneralStateTestsFiller/stCreateTest | |
parent | 94b67d147b96085fc272d2a02842f99d26d6c79f (diff) | |
download | dexon-tests-3770ef5f234ec7837015e6717715bfa82131bc5b.tar dexon-tests-3770ef5f234ec7837015e6717715bfa82131bc5b.tar.gz dexon-tests-3770ef5f234ec7837015e6717715bfa82131bc5b.tar.bz2 dexon-tests-3770ef5f234ec7837015e6717715bfa82131bc5b.tar.lz dexon-tests-3770ef5f234ec7837015e6717715bfa82131bc5b.tar.xz dexon-tests-3770ef5f234ec7837015e6717715bfa82131bc5b.tar.zst dexon-tests-3770ef5f234ec7837015e6717715bfa82131bc5b.zip |
rename long name tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stCreateTest')
-rw-r--r-- | src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateEContractInInit_TrFiller.json (renamed from src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractThatCreateEmptyContractDuiringInit_TransactionFiller.json) | 2 | ||||
-rw-r--r-- | src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_TrFiller.json (renamed from src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInitOOG_TransactionFiller.json) | 2 | ||||
-rw-r--r-- | src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInit_TrFiller.json (renamed from src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInit_TransactionFiller.json) | 2 | ||||
-rw-r--r-- | src/GeneralStateTestsFiller/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAccFiller.json (renamed from src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContract_ThenAnotherCALLToNonExistentAccountFiller.json) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractThatCreateEmptyContractDuiringInit_TransactionFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateEContractInInit_TrFiller.json index f97051f09..bebab6006 100644 --- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractThatCreateEmptyContractDuiringInit_TransactionFiller.json +++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateEContractInInit_TrFiller.json @@ -1,5 +1,5 @@ { - "CREATE_EmptyContractThatCreateEmptyContractDuiringInit_Transaction" : { + "CREATE_EContractCreateEContractInInit_Tr" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "45678256", diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInitOOG_TransactionFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_TrFiller.json index dcfad17b2..4241d157b 100644 --- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInitOOG_TransactionFiller.json +++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInitOOG_TrFiller.json @@ -1,5 +1,5 @@ { - "CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInitOOG_Transaction" : { + "CREATE_EContractCreateNEContractInInitOOG_Tr" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "45678256", diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInit_TransactionFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInit_TrFiller.json index c1df1d90c..c867fa92c 100644 --- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInit_TransactionFiller.json +++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContractCreateNEContractInInit_TrFiller.json @@ -1,5 +1,5 @@ { - "CREATE_EmptyContractThatCreateNOTEmptyContractDuiringInit_Transaction" : { + "CREATE_EContractCreateNEContractInInit_Tr" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "45678256", diff --git a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContract_ThenAnotherCALLToNonExistentAccountFiller.json b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAccFiller.json index 62ae7c306..aff0d9546 100644 --- a/src/GeneralStateTestsFiller/stCreateTest/CREATE_EmptyContract_ThenAnotherCALLToNonExistentAccountFiller.json +++ b/src/GeneralStateTestsFiller/stCreateTest/CREATE_EContract_ThenCALLToNonExistentAccFiller.json @@ -1,5 +1,5 @@ { - "CREATE_EmptyContract_ThenAnotherCALLToNonExistentAccount" : { + "CREATE_EContract_ThenCALLToNonExistentAcc" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "45678256", |