Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go-fuse
Commits
68e591c4
Commit
68e591c4
authored
Sep 25, 2011
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UnionFs: Drop most t.Log() statements.
parent
a80b294e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
unionfs/memunionfs_test.go
unionfs/memunionfs_test.go
+0
-3
unionfs/unionfs_test.go
unionfs/unionfs_test.go
+0
-9
No files found.
unionfs/memunionfs_test.go
View file @
68e591c4
...
...
@@ -338,7 +338,6 @@ func TestMemUnionFsTruncate(t *testing.T) {
}
func
TestMemUnionFsCopyChmod
(
t
*
testing
.
T
)
{
t
.
Log
(
"TestCopyChmod"
)
wd
,
_
,
clean
:=
setupMemUfs
(
t
)
defer
clean
()
...
...
@@ -364,7 +363,6 @@ func TestMemUnionFsCopyChmod(t *testing.T) {
}
func
TestMemUnionFsTruncateTimestamp
(
t
*
testing
.
T
)
{
t
.
Log
(
"TestTruncateTimestamp"
)
wd
,
_
,
clean
:=
setupMemUfs
(
t
)
defer
clean
()
...
...
@@ -387,7 +385,6 @@ func TestMemUnionFsTruncateTimestamp(t *testing.T) {
}
func
TestMemUnionFsRemoveAll
(
t
*
testing
.
T
)
{
t
.
Log
(
"TestRemoveAll"
)
wd
,
_
,
clean
:=
setupMemUfs
(
t
)
defer
clean
()
...
...
unionfs/unionfs_test.go
View file @
68e591c4
...
...
@@ -565,7 +565,6 @@ func TestRenameSymlink(t *testing.T) {
}
func
TestWritableDir
(
t
*
testing
.
T
)
{
t
.
Log
(
"TestWritableDir"
)
wd
,
clean
:=
setupUfs
(
t
)
defer
clean
()
...
...
@@ -581,7 +580,6 @@ func TestWritableDir(t *testing.T) {
}
func
TestWriteAccess
(
t
*
testing
.
T
)
{
t
.
Log
(
"TestWriteAccess"
)
wd
,
clean
:=
setupUfs
(
t
)
defer
clean
()
...
...
@@ -624,7 +622,6 @@ func TestLink(t *testing.T) {
}
func
TestTruncate
(
t
*
testing
.
T
)
{
t
.
Log
(
"TestTruncate"
)
wd
,
clean
:=
setupUfs
(
t
)
defer
clean
()
...
...
@@ -641,7 +638,6 @@ func TestTruncate(t *testing.T) {
}
func
TestCopyChmod
(
t
*
testing
.
T
)
{
t
.
Log
(
"TestCopyChmod"
)
wd
,
clean
:=
setupUfs
(
t
)
defer
clean
()
...
...
@@ -674,7 +670,6 @@ func abs(dt int64) int64 {
}
func
TestTruncateTimestamp
(
t
*
testing
.
T
)
{
t
.
Log
(
"TestTruncateTimestamp"
)
wd
,
clean
:=
setupUfs
(
t
)
defer
clean
()
...
...
@@ -697,7 +692,6 @@ func TestTruncateTimestamp(t *testing.T) {
}
func
TestRemoveAll
(
t
*
testing
.
T
)
{
t
.
Log
(
"TestRemoveAll"
)
wd
,
clean
:=
setupUfs
(
t
)
defer
clean
()
...
...
@@ -728,7 +722,6 @@ func TestRemoveAll(t *testing.T) {
}
func
TestRmRf
(
t
*
testing
.
T
)
{
t
.
Log
(
"TestRmRf"
)
wd
,
clean
:=
setupUfs
(
t
)
defer
clean
()
...
...
@@ -771,7 +764,6 @@ func Readdirnames(dir string) ([]string, os.Error) {
}
func
TestDropDeletionCache
(
t
*
testing
.
T
)
{
t
.
Log
(
"TestDropDeletionCache"
)
wd
,
clean
:=
setupUfs
(
t
)
defer
clean
()
...
...
@@ -808,7 +800,6 @@ func TestDropDeletionCache(t *testing.T) {
}
func
TestDropCache
(
t
*
testing
.
T
)
{
t
.
Log
(
"TestDropCache"
)
wd
,
clean
:=
setupUfs
(
t
)
defer
clean
()
...
...
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