File: update-check.v1-import.patch

package info (click to toggle)
golang-github-masterzen-xmlpath 0.0~git20140218.13f4951-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 172 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: test with github.com/go-check/check.
 golang-gocheck is not longer maintained in Debian in favour of
 golang-check.v1.
Author: Daniel Stender <stender@debian.org>
Bug: https://bugs.debian.org/789991
Forwarded: no

--- a/all_test.go
+++ b/all_test.go
@@ -3,7 +3,7 @@
 import (
 	"bytes"
 	"encoding/xml"
-	. "launchpad.net/gocheck"
+	. "gopkg.in/check.v1"
 	"github.com/masterzen/xmlpath"
 	"testing"
 )