aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stSolidityTest/ContractInheritanceFiller.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralStateTestsFiller/stSolidityTest/ContractInheritanceFiller.json')
-rw-r--r--src/GeneralStateTestsFiller/stSolidityTest/ContractInheritanceFiller.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/src/GeneralStateTestsFiller/stSolidityTest/ContractInheritanceFiller.json b/src/GeneralStateTestsFiller/stSolidityTest/ContractInheritanceFiller.json
index 4dae11ce5..a08f4df95 100644
--- a/src/GeneralStateTestsFiller/stSolidityTest/ContractInheritanceFiller.json
+++ b/src/GeneralStateTestsFiller/stSolidityTest/ContractInheritanceFiller.json
@@ -28,43 +28,43 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100000",
- "//comment1" : "contract base",
- "//comment2" : "{",
- "//comment3" : " function methodA() returns (uint32)",
- "//comment4" : " {",
- "//comment5" : " return 1;",
- "//comment6" : " }",
- "//comment7" : "}",
- "//comment8" : "",
- "//comment9" : "contract frombase is base",
- "//comment10" : "{",
- "//comment11" : " function methodA() returns (uint32)",
- "//comment12" : " {",
- "//comment13" : " return 2;",
- "//comment14" : " }",
- "//comment15" : "}",
- "//comment16" : "",
- "//comment17" : "contract main",
- "//comment18" : "{",
- "//comment19" : " bool returnValue;",
- "//comment20" : " function run() returns (bool)",
- "//comment21" : " {",
- "//comment22" : " returnValue = testInheretance();",
- "//comment23" : " return returnValue;",
- "//comment24" : " }",
- "//comment25" : " ",
- "//comment26" : " function testInheretance() returns (bool res)",
- "//comment27" : " {",
- "//comment28" : " res = true;",
- "//comment29" : " base contract1 = new base();",
- "//comment30" : " if (contract1.methodA() != 1)",
- "//comment31" : " return false;",
- "//comment32" : "",
- "//comment33" : " frombase contract2 = new frombase();",
- "//comment34" : " if (contract2.methodA() != 2)",
- "//comment35" : " return false;",
- "//comment36" : " }",
- "//comment37" : "}",
+ "//comment1" : "contract base",
+ "//comment2" : "{",
+ "//comment3" : " function methodA() returns (uint32)",
+ "//comment4" : " {",
+ "//comment5" : " return 1;",
+ "//comment6" : " }",
+ "//comment7" : "}",
+ "//comment8" : "",
+ "//comment9" : "contract frombase is base",
+ "//comment10" : "{",
+ "//comment11" : " function methodA() returns (uint32)",
+ "//comment12" : " {",
+ "//comment13" : " return 2;",
+ "//comment14" : " }",
+ "//comment15" : "}",
+ "//comment16" : "",
+ "//comment17" : "contract main",
+ "//comment18" : "{",
+ "//comment19" : " bool returnValue;",
+ "//comment20" : " function run() returns (bool)",
+ "//comment21" : " {",
+ "//comment22" : " returnValue = testInheretance();",
+ "//comment23" : " return returnValue;",
+ "//comment24" : " }",
+ "//comment25" : " ",
+ "//comment26" : " function testInheretance() returns (bool res)",
+ "//comment27" : " {",
+ "//comment28" : " res = true;",
+ "//comment29" : " base contract1 = new base();",
+ "//comment30" : " if (contract1.methodA() != 1)",
+ "//comment31" : " return false;",
+ "//comment32" : "",
+ "//comment33" : " frombase contract2 = new frombase();",
+ "//comment34" : " if (contract2.methodA() != 2)",
+ "//comment35" : " return false;",
+ "//comment36" : " }",
+ "//comment37" : "}",
"code" : "0x7c010000000000000000000000000000000000000000000000000000000060003504633e0bca3b8114610039578063c0406226146100a857005b6100b55b600160008060456101ec8339604560006000f091508173ffffffffffffffffffffffffffffffffffffffff166381bda09b60206000827c010000000000000000000000000000000000000000000000000000000002600052600460006000866161da5a03f161011957005b6100bf60006100c961003d565b8060005260206000f35b8060005260206000f35b600080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016919091179081905560ff16919050565b505060005163ffffffff166002141561019d575b5b505090565b505060005163ffffffff1660011415610194575b60456101a7600039604560006000f090508073ffffffffffffffffffffffffffffffffffffffff166381bda09b60206000827c010000000000000000000000000000000000000000000000000000000002600052600460006000866161da5a03f16100ff57005b60009250610114565b600092506101145600603980600c6000396000f3007c0100000000000000000000000000000000000000000000000000000000600035046381bda09b8114602d57005b60026000818152602090f3603980600c6000396000f3007c0100000000000000000000000000000000000000000000000000000000600035046381bda09b8114602d57005b60016000818152602090f3",
"nonce" : "0",
"storage" : {