You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2018/07/06 19:48:33 UTC

[trafficcontrol] branch master updated: add missing name columns to cachegroup read test

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4ebe334  add missing name columns to cachegroup read test
4ebe334 is described below

commit 4ebe334828bf1585ac2187c44aff91d15dbfb47f
Author: Dylan Volz <Dy...@comcast.com>
AuthorDate: Fri Jul 6 13:43:31 2018 -0600

    add missing name columns to cachegroup read test
---
 traffic_ops/traffic_ops_golang/cachegroup/cachegroups_test.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/traffic_ops/traffic_ops_golang/cachegroup/cachegroups_test.go b/traffic_ops/traffic_ops_golang/cachegroup/cachegroups_test.go
index def84ab..f330c46 100644
--- a/traffic_ops/traffic_ops_golang/cachegroup/cachegroups_test.go
+++ b/traffic_ops/traffic_ops_golang/cachegroup/cachegroups_test.go
@@ -90,8 +90,11 @@ func TestReadCacheGroups(t *testing.T) {
 			ts.ShortName,
 			ts.Latitude,
 			ts.Longitude,
+			ts.ParentName,
 			ts.ParentCachegroupID,
+			ts.SecondaryParentName,
 			ts.SecondaryParentCachegroupID,
+			ts.FallbackToClosest,
 			ts.Type,
 			ts.TypeID,
 			ts.LastUpdated,