Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pascal Engélibert
duniter
Commits
3109c841
Commit
3109c841
authored
8 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
v0.20.0a23
parent
3d0300df
Branches
Branches containing commit
Tags
v0.20.0a23
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
appveyor.yml
+1
-1
1 addition, 1 deletion
appveyor.yml
test/integration/branches.js
+1
-1
1 addition, 1 deletion
test/integration/branches.js
with
2 additions
and
2 deletions
appveyor.yml
+
1
−
1
View file @
3109c841
...
...
@@ -76,7 +76,7 @@ artifacts:
name
:
Duniter
deploy
:
release
:
v0.20.0a2
2
release
:
v0.20.0a2
3
provider
:
GitHub
auth_token
:
secure
:
Vp/M0r0i1yhGR2nhrPWEbTiDIF6r0cmwbNDFZUzdFe5clWxPXtuC0lgIpOQI78zt
...
...
This diff is collapsed.
Click to expand it.
test/integration/branches.js
+
1
−
1
View file @
3109c841
...
...
@@ -225,7 +225,7 @@ describe("Branches", function() {
it
(
'
should have a 3 blocks fork window size
'
,
function
()
{
return
expectAnswer
(
rp
(
'
http://127.0.0.1:7778/node/summary
'
,
{
json
:
true
}),
function
(
res
)
{
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
software
'
).
equal
(
'
ucoind
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
version
'
).
equal
(
'
0.20.0a2
2
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
version
'
).
equal
(
'
0.20.0a2
3
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
forkWindowSize
'
).
equal
(
3
);
});
});
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment