File: fix-tests.patch

package info (click to toggle)
golang-github-masterzen-xmlpath 0.0~git20140218.13f4951-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • ctags: 117
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix import for tests
Author: Daniel Stender <stender@debian.org>
Forwarded: not-needed

--- a/all_test.go
+++ b/all_test.go
@@ -4,7 +4,7 @@
 	"bytes"
 	"encoding/xml"
 	. "launchpad.net/gocheck"
-	"launchpad.net/xmlpath"
+	"github.com/masterzen/xmlpath"
 	"testing"
 )