diff --git a/test-browser/tests/compiling.js b/test-browser/tests/compiling.js index 4c74e2d1f2..051a7bde3e 100644 --- a/test-browser/tests/compiling.js +++ b/test-browser/tests/compiling.js @@ -73,7 +73,12 @@ function testReturnValues (browser, callback) { .testFunction('retunValues1 - transact (not payable)', '0x79dc928d149d2ade02ab610a8ae290636222d034d4adce0bb08a68401e3d1f7f', `[vm]\nfrom:0xca3...a733c\nto:testReturnValues.retunValues1() 0x5e7...26e9f\nvalue:0 wei\ndata:0x9ed...59eb7\nlogs:0\nhash:0x79d...d1f7f`, - null) + null, `{ + "0": "bool: _b true", + "1": "uint256: _u 345", + "2": "int256: _i -345", + "3": "address: _a 0xca35b7d915458ef540ade6068dfe2f44e8fa733c" +}`) .pause(500) .testFunction('retunValues2 - transact (not payable)', '0x09175dcb30227b3af422d75786dbba3b0549985e5c7f59f86d12c7e1043ccb8c',