Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
ad8ef291
Commit
ad8ef291
authored
Mar 31, 2020
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tests
parent
f8ade1ed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
recorder.js
test-browser/tests/recorder.js
+7
-7
No files found.
test-browser/tests/recorder.js
View file @
ad8ef291
...
@@ -70,7 +70,7 @@ var sources = [{'browser/testRecorder.sol': {content: `contract testRecorder {
...
@@ -70,7 +70,7 @@ var sources = [{'browser/testRecorder.sol': {content: `contract testRecorder {
var
records
=
`{
var
records
=
`{
"accounts": {
"accounts": {
"account{
3
}": "0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c"
"account{
10
}": "0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c"
},
},
"linkReferences": {
"linkReferences": {
"testLib": "created{1512830014773}"
"testLib": "created{1512830014773}"
...
@@ -87,7 +87,7 @@ var records = `{
...
@@ -87,7 +87,7 @@ var records = `{
"linkReferences": {},
"linkReferences": {},
"inputs": "()",
"inputs": "()",
"type": "constructor",
"type": "constructor",
"from": "account{
3
}"
"from": "account{
10
}"
}
}
},
},
{
{
...
@@ -113,7 +113,7 @@ var records = `{
...
@@ -113,7 +113,7 @@ var records = `{
"name": "",
"name": "",
"type": "constructor",
"type": "constructor",
"inputs": "(uint256)",
"inputs": "(uint256)",
"from": "account{
3
}"
"from": "account{
10
}"
}
}
},
},
{
{
...
@@ -129,7 +129,7 @@ var records = `{
...
@@ -129,7 +129,7 @@ var records = `{
"name": "set",
"name": "set",
"inputs": "(uint256,address)",
"inputs": "(uint256,address)",
"type": "function",
"type": "function",
"from": "account{
3
}"
"from": "account{
10
}"
}
}
}
}
],
],
...
@@ -228,7 +228,7 @@ var records = `{
...
@@ -228,7 +228,7 @@ var records = `{
var
scenario
=
{
var
scenario
=
{
'accounts'
:
{
'accounts'
:
{
'account{
3
}'
:
'0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c'
'account{
10
}'
:
'0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c'
},
},
'linkReferences'
:
{},
'linkReferences'
:
{},
'transactions'
:
[
'transactions'
:
[
...
@@ -246,7 +246,7 @@ var scenario = {
...
@@ -246,7 +246,7 @@ var scenario = {
'name'
:
''
,
'name'
:
''
,
'type'
:
'constructor'
,
'type'
:
'constructor'
,
'inputs'
:
'(uint256)'
,
'inputs'
:
'(uint256)'
,
'from'
:
'account{
3
}'
'from'
:
'account{
10
}'
}
}
},
},
{
{
...
@@ -261,7 +261,7 @@ var scenario = {
...
@@ -261,7 +261,7 @@ var scenario = {
'name'
:
'set'
,
'name'
:
'set'
,
'inputs'
:
'(uint256)'
,
'inputs'
:
'(uint256)'
,
'type'
:
'function'
,
'type'
:
'function'
,
'from'
:
'account{
3
}'
'from'
:
'account{
10
}'
}
}
}
}
],
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment