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
e11d5710
Commit
e11d5710
authored
Feb 27, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test
parent
194d7e65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
universal-dapp.js
src/universal-dapp.js
+1
-1
testRecorder.js
test-browser/tests/units/testRecorder.js
+2
-2
No files found.
src/universal-dapp.js
View file @
e11d5710
...
@@ -9,7 +9,7 @@ var EventManager = remixLib.EventManager
...
@@ -9,7 +9,7 @@ var EventManager = remixLib.EventManager
var
crypto
=
require
(
'crypto'
)
var
crypto
=
require
(
'crypto'
)
var
TxRunner
=
require
(
'./app/execution/txRunner'
)
var
TxRunner
=
require
(
'./app/execution/txRunner'
)
var
txExecution
=
remixLib
.
execution
.
txExecution
var
txExecution
=
remixLib
.
execution
.
txExecution
var
txFormat
=
re
quire
(
'./app/execution/txFormat'
)
var
txFormat
=
re
mixLib
.
execution
.
txFormat
var
txHelper
=
remixLib
.
execution
.
txHelper
var
txHelper
=
remixLib
.
execution
.
txHelper
var
executionContext
=
require
(
'./execution-context'
)
var
executionContext
=
require
(
'./execution-context'
)
var
modalCustom
=
require
(
'./app/ui/modal-dialog-custom'
)
var
modalCustom
=
require
(
'./app/ui/modal-dialog-custom'
)
...
...
test-browser/tests/units/testRecorder.js
View file @
e11d5710
...
@@ -229,7 +229,7 @@ var scenario = {
...
@@ -229,7 +229,7 @@ var scenario = {
'record'
:
{
'record'
:
{
'value'
:
'0'
,
'value'
:
'0'
,
'parameters'
:
[
'parameters'
:
[
12
"12"
// eslint-disable-line
],
],
'abi'
:
'0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798'
,
'abi'
:
'0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798'
,
'contractName'
:
'testRecorder'
,
'contractName'
:
'testRecorder'
,
...
@@ -245,7 +245,7 @@ var scenario = {
...
@@ -245,7 +245,7 @@ var scenario = {
'record'
:
{
'record'
:
{
'value'
:
'0'
,
'value'
:
'0'
,
'parameters'
:
[
'parameters'
:
[
34
"34"
// eslint-disable-line
],
],
'to'
:
'created{1512912691086}'
,
'to'
:
'created{1512912691086}'
,
'abi'
:
'0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798'
,
'abi'
:
'0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798'
,
...
...
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