This commit is contained in:
Julien Laffaye
2013-02-17 10:31:56 +01:00
parent 872a244347
commit acaf7edcbc
3 changed files with 95 additions and 88 deletions

View File

@@ -8,7 +8,7 @@ import (
const (
testData = "Just some text"
testDir = "mydir"
testDir = "mydir"
)
func TestConn(t *testing.T) {
@@ -76,7 +76,7 @@ func TestConn(t *testing.T) {
if err != nil {
t.Error(err)
} else {
if dir != "/" + testDir {
if dir != "/"+testDir {
t.Error("Wrong dir: " + dir)
}
}