summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-20 11:18:26 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-20 11:18:26 +0100
commit101f326ee57264313f8bdc9d47f5fc9ba307c437 (patch)
tree433c3f9227af87335306c6a74be60230daed5825 /src
parent7c182bcdc0301edb6ff4ca62be619a02b2c4f3d7 (diff)
Tidy up some test names.
Diffstat (limited to 'src')
-rw-r--r--src/reel_subtitle_asset.h4
-rw-r--r--src/smpte_subtitle_asset.h4
2 files changed, 4 insertions, 4 deletions
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<ASDCP::TimedText::MXFReader>);
void parse_xml (std::shared_ptr<cxml::Document> xml);