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
cef11c88
Unverified
Commit
cef11c88
authored
Apr 19, 2018
by
yann300
Committed by
GitHub
Apr 19, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1266 from ethereum/fixdebugTest
Fix debugging test (comply with 0.4.23 solidity version)
parents
1cff4b7c
96842945
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config.yml
.circleci/config.yml
+2
-2
ballot.js
test-browser/tests/ballot.js
+1
-1
No files found.
.circleci/config.yml
View file @
cef11c88
...
...
@@ -26,10 +26,10 @@ jobs:
-
checkout
-
restore_cache
:
keys
:
-
dep-bundle-
6
-{{ checksum "package.json" }}
-
dep-bundle-
7
-{{ checksum "package.json" }}
-
run
:
npm install
-
save_cache
:
key
:
dep-bundle-
6
-{{ checksum "package.json" }}
key
:
dep-bundle-
7
-{{ checksum "package.json" }}
paths
:
-
~/repo/node_modules
-
run
:
npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
...
...
test-browser/tests/ballot.js
View file @
cef11c88
...
...
@@ -48,7 +48,7 @@ function runTests (browser, testData) {
.
pause
(
500
)
.
perform
(
function
(
client
,
done
)
{
console
.
log
(
'goToVMtraceStep'
)
contractHelper
.
goToVMtraceStep
(
browser
,
39
,
()
=>
{
contractHelper
.
goToVMtraceStep
(
browser
,
47
,
()
=>
{
done
()
})
})
...
...
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