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-dms3
Commits
e2ea3481
Commit
e2ea3481
authored
Mar 25, 2016
by
Michael Muré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct import in fuse tests
License: MIT Signed-off-by:
Michael Muré
<
batolettre@gmail.com
>
parent
2b6da0c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
fuse/ipns/ipns_test.go
fuse/ipns/ipns_test.go
+1
-1
fuse/node/mount_test.go
fuse/node/mount_test.go
+2
-2
fuse/readonly/ipfs_test.go
fuse/readonly/ipfs_test.go
+1
-1
No files found.
fuse/ipns/ipns_test.go
View file @
e2ea3481
...
...
@@ -18,7 +18,7 @@ import (
namesys
"github.com/ipfs/go-ipfs/namesys"
offroute
"github.com/ipfs/go-ipfs/routing/offline"
u
"gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
ci
"g
x/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util
/testutil/ci"
ci
"g
ithub.com/ipfs/go-ipfs/thirdparty
/testutil/ci"
context
"gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
)
...
...
fuse/node/mount_test.go
View file @
e2ea3481
...
...
@@ -9,13 +9,13 @@ import (
"testing"
"time"
context
"g
ithub.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/
net/context"
context
"g
x/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-
net/context"
core
"github.com/ipfs/go-ipfs/core"
ipns
"github.com/ipfs/go-ipfs/fuse/ipns"
mount
"github.com/ipfs/go-ipfs/fuse/mount"
namesys
"github.com/ipfs/go-ipfs/namesys"
offroute
"github.com/ipfs/go-ipfs/routing/offline"
ci
"g
x/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util
/testutil/ci"
ci
"g
ithub.com/ipfs/go-ipfs/thirdparty
/testutil/ci"
)
func
maybeSkipFuseTests
(
t
*
testing
.
T
)
{
...
...
fuse/readonly/ipfs_test.go
View file @
e2ea3481
...
...
@@ -24,7 +24,7 @@ import (
dag
"github.com/ipfs/go-ipfs/merkledag"
uio
"github.com/ipfs/go-ipfs/unixfs/io"
u
"gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
ci
"g
x/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util
/testutil/ci"
ci
"g
ithub.com/ipfs/go-ipfs/thirdparty
/testutil/ci"
)
func
maybeSkipFuseTests
(
t
*
testing
.
T
)
{
...
...
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