aboutsummaryrefslogtreecommitdiff
path: root/cast/protocol/castv2/validation_unittest.cc
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-08-26 21:29:35 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-26 21:29:35 +0000
commit8c1d6562996fd78350510c66e282dcb50caa1655 (patch)
tree08f815bfcdaed1c2137de2d6966e42a8870dedb0 /cast/protocol/castv2/validation_unittest.cc
parent8beec73fbbcaaab6785c3f9cc5a9661afcbc7fa7 (diff)
parent6b563cff6fca9ffdd14a12d33795fef8e2562a26 (diff)
downloadopenscreen-8c1d6562996fd78350510c66e282dcb50caa1655.tar.gz
Upgrade openscreen to f54d92523c9f2c8c5afb99e05fed70e4b8772b1c am: 6b563cff6fandroid-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1
Original change: https://android-review.googlesource.com/c/platform/external/openscreen/+/1810936 Change-Id: I4af446c4bf4a92bc6fe1c6da2ac036a530aee809
Diffstat (limited to 'cast/protocol/castv2/validation_unittest.cc')
-rw-r--r--cast/protocol/castv2/validation_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/cast/protocol/castv2/validation_unittest.cc b/cast/protocol/castv2/validation_unittest.cc
index 46ded40a..d6c0e70e 100644
--- a/cast/protocol/castv2/validation_unittest.cc
+++ b/cast/protocol/castv2/validation_unittest.cc
@@ -71,8 +71,6 @@ std::string BuildSchema(const char* definitions,
}
bool TestValidate(absl::string_view document, absl::string_view schema) {
- OSP_DVLOG << "Validating document: \"" << document << "\" against schema: \""
- << schema << "\"";
ErrorOr<Json::Value> document_root = json::Parse(document);
EXPECT_TRUE(document_root.is_value());
ErrorOr<Json::Value> schema_root = json::Parse(schema);