Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
22252f25
Commit
22252f25
authored
Jan 10, 2015
by
Jeromy
Committed by
Juan Batiz-Benet
Jan 10, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mark ipns as readonly
parent
39d16859
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
io/dagmodifier_test.go
io/dagmodifier_test.go
+2
-0
No files found.
io/dagmodifier_test.go
View file @
22252f25
...
...
@@ -93,6 +93,7 @@ func testModWrite(t *testing.T, beg, size uint64, orig []byte, dm *DagModifier)
}
func
TestDagModifierBasic
(
t
*
testing
.
T
)
{
t
.
Skip
(
"DAGModifier needs to be fixed to work with indirect blocks."
)
logging
.
SetLevel
(
logging
.
CRITICAL
,
"blockservice"
)
logging
.
SetLevel
(
logging
.
CRITICAL
,
"merkledag"
)
dserv
:=
getMockDagServ
(
t
)
...
...
@@ -146,6 +147,7 @@ func TestDagModifierBasic(t *testing.T) {
}
func
TestMultiWrite
(
t
*
testing
.
T
)
{
t
.
Skip
(
"DAGModifier needs to be fixed to work with indirect blocks."
)
dserv
:=
getMockDagServ
(
t
)
_
,
n
:=
getNode
(
t
,
dserv
,
0
)
...
...
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