Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
timothe
duniter
Commits
a1ae4b12
Commit
a1ae4b12
authored
Mar 25, 2016
by
Cédric Moreau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.20.0a25
parent
db7ea813
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
appveyor.yml
appveyor.yml
+1
-1
package.json
package.json
+1
-1
test/integration/branches.js
test/integration/branches.js
+1
-1
No files found.
appveyor.yml
View file @
a1ae4b12
...
...
@@ -76,7 +76,7 @@ artifacts:
name
:
Duniter
deploy
:
release
:
v0.20.0a2
4
release
:
v0.20.0a2
5
provider
:
GitHub
auth_token
:
secure
:
Vp/M0r0i1yhGR2nhrPWEbTiDIF6r0cmwbNDFZUzdFe5clWxPXtuC0lgIpOQI78zt
...
...
package.json
View file @
a1ae4b12
{
"name"
:
"ucoin"
,
"version"
:
"0.20.0a2
4
"
,
"version"
:
"0.20.0a2
5
"
,
"engines"
:
{
"node"
:
">=4.2.0"
,
"npm"
:
">=2.11"
...
...
test/integration/branches.js
View file @
a1ae4b12
...
...
@@ -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
4
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
version
'
).
equal
(
'
0.20.0a2
5
'
);
res
.
should
.
have
.
property
(
'
ucoin
'
).
property
(
'
forkWindowSize
'
).
equal
(
3
);
});
});
...
...
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