You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2018/04/04 17:32:44 UTC

[incubator-trafficcontrol] branch master updated: updated the compare tool for v13

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 0343744  updated the compare tool for v13
0343744 is described below

commit 0343744dadec568a01a657ae9a24c6aae5207da7
Author: Dewayne Richardson <de...@apache.org>
AuthorDate: Wed Apr 4 11:12:29 2018 -0600

    updated the compare tool for v13
---
 traffic_ops/testing/compare/compare.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/traffic_ops/testing/compare/compare.go b/traffic_ops/testing/compare/compare.go
index 50c34b6..58e3bad 100644
--- a/traffic_ops/testing/compare/compare.go
+++ b/traffic_ops/testing/compare/compare.go
@@ -30,7 +30,7 @@ import (
 	"sync"
 	"unicode"
 
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/incubator-trafficcontrol/lib/go-tc/v13"
 	"github.com/kelseyhightower/envconfig"
 	"golang.org/x/net/publicsuffix"
 )
@@ -191,7 +191,7 @@ func (to *Connect) getCDNNames() ([]string, error) {
 	}
 	fmt.Println(res)
 
-	var cdnResp tc.CDNsResponse
+	var cdnResp v13.CDNsResponse
 
 	err = json.Unmarshal([]byte(res), &cdnResp)
 	if err != nil {

-- 
To stop receiving notification emails like this one, please contact
mitchell852@apache.org.