You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2019/11/19 20:05:00 UTC

[trafficcontrol] branch master updated (c6da71e -> 293d502)

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

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


    from c6da71e  Fix error handling on validate server capabilities (#4124)
     add 293d502  Clean up TO API tests  (#4118)

No new revisions were added by this update.

Summary of changes:
 traffic_ops/client_tests/README.md                 |   2 -
 traffic_ops/testing/api/log/log.go                 |  56 ----------
 traffic_ops/testing/api/test/http.go               |  47 --------
 traffic_ops/testing/api/test/wrapper.go            | 123 ---------------------
 .../api/v14/{fixtures.go => fixtures_test.go}      |   0
 .../api/v14/{session.go => session_test.go}        |   0
 .../testing/api/v14/{todb.go => todb_test.go}      |   0
 ...{traffic_control.go => traffic_control_test.go} |   0
 .../api/v14/{withobjs.go => withobjs_test.go}      |   0
 9 files changed, 228 deletions(-)
 delete mode 100644 traffic_ops/client_tests/README.md
 delete mode 100644 traffic_ops/testing/api/log/log.go
 delete mode 100644 traffic_ops/testing/api/test/http.go
 delete mode 100644 traffic_ops/testing/api/test/wrapper.go
 rename traffic_ops/testing/api/v14/{fixtures.go => fixtures_test.go} (100%)
 rename traffic_ops/testing/api/v14/{session.go => session_test.go} (100%)
 rename traffic_ops/testing/api/v14/{todb.go => todb_test.go} (100%)
 rename traffic_ops/testing/api/v14/{traffic_control.go => traffic_control_test.go} (100%)
 rename traffic_ops/testing/api/v14/{withobjs.go => withobjs_test.go} (100%)