From 101f326ee57264313f8bdc9d47f5fc9ba307c437 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 Jan 2021 11:18:26 +0100 Subject: Tidy up some test names. --- src/reel_subtitle_asset.h | 4 ++-- src/smpte_subtitle_asset.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/reel_subtitle_asset.h b/src/reel_subtitle_asset.h index 8c3b7d18..7d2fca06 100644 --- a/src/reel_subtitle_asset.h +++ b/src/reel_subtitle_asset.h @@ -43,7 +43,7 @@ #include "reel_mxf.h" #include "subtitle_asset.h" -struct verify_test26; +struct verify_invalid_language; namespace dcp { @@ -72,7 +72,7 @@ public: } private: - friend struct ::verify_test26; + friend struct ::verify_invalid_language; std::string key_type () const; std::string cpl_node_name (Standard standard) const; diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h index 3459f559..be6c64fd 100644 --- a/src/smpte_subtitle_asset.h +++ b/src/smpte_subtitle_asset.h @@ -49,7 +49,7 @@ namespace ASDCP { } struct verify_invalid_closed_caption_languages; -struct verify_test26; +struct verify_invalid_language; namespace dcp { @@ -176,7 +176,7 @@ private: friend struct ::write_smpte_subtitle_test; friend struct ::write_smpte_subtitle_test2; friend struct ::verify_invalid_closed_caption_languages; - friend struct ::verify_test26; + friend struct ::verify_invalid_language; void read_fonts (std::shared_ptr); void parse_xml (std::shared_ptr xml); -- cgit v1.2.3