aboutsummaryrefslogtreecommitdiff
path: root/webdav/file_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'webdav/file_test.go')
-rw-r--r--webdav/file_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/webdav/file_test.go b/webdav/file_test.go
index 16c7ac9..b2b65ce 100644
--- a/webdav/file_test.go
+++ b/webdav/file_test.go
@@ -5,7 +5,6 @@
package webdav
import (
- "encoding/xml"
"fmt"
"io"
"io/ioutil"
@@ -17,6 +16,8 @@ import (
"strconv"
"strings"
"testing"
+
+ "golang.org/x/net/webdav/internal/xml"
)
func TestSlashClean(t *testing.T) {