aboutsummaryrefslogtreecommitdiff
path: root/cast/sender
diff options
context:
space:
mode:
authorbtolsch <btolsch@chromium.org>2020-01-08 15:15:47 -0800
committerCommit Bot <commit-bot@chromium.org>2020-01-09 22:34:44 +0000
commit2b50774c63590d6a7690417662a250549d55cf68 (patch)
tree4961180f2fdc74c193082c1bc10aadcd035b7653 /cast/sender
parenta8321f82403b826281174ffd44275f1783c620a5 (diff)
downloadopenscreen-2b50774c63590d6a7690417662a250549d55cf68.tar.gz
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 <rwkeane@google.com> Reviewed-by: Jordan Bayles <jophba@chromium.org> Commit-Queue: Brandon Tolsch <btolsch@chromium.org>
Diffstat (limited to 'cast/sender')
-rw-r--r--cast/sender/channel/cast_auth_util_unittest.cc2
1 files changed, 1 insertions, 1 deletions
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"