From 2b50774c63590d6a7690417662a250549d55cf68 Mon Sep 17 00:00:00 2001 From: btolsch Date: Wed, 8 Jan 2020 15:15:47 -0800 Subject: Move some test-only files to testing/ This change makes the placing of some test-only files consistent: using a testing/ directory instead of test/ or directly with the implementation. Change-Id: I15b29f7ddbfc31ca4eb64eb30b4dad4f87fae8a4 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1992603 Reviewed-by: Ryan Keane Reviewed-by: Jordan Bayles Commit-Queue: Brandon Tolsch --- cast/sender/channel/cast_auth_util_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cast/sender') diff --git a/cast/sender/channel/cast_auth_util_unittest.cc b/cast/sender/channel/cast_auth_util_unittest.cc index 5c6afd22..0b76c18b 100644 --- a/cast/sender/channel/cast_auth_util_unittest.cc +++ b/cast/sender/channel/cast_auth_util_unittest.cc @@ -9,7 +9,7 @@ #include "cast/common/certificate/cast_cert_validator.h" #include "cast/common/certificate/cast_crl.h" #include "cast/common/certificate/proto/test_suite.pb.h" -#include "cast/common/certificate/test_helpers.h" +#include "cast/common/certificate/testing/test_helpers.h" #include "cast/common/channel/proto/cast_channel.pb.h" #include "gtest/gtest.h" #include "platform/api/time.h" -- cgit v1.2.3