From e5d8c2585c0660e010e5f2a919169717684362f7 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sat, 12 Feb 2011 12:42:33 +0000 Subject: [PATCH] remove no longer needed tests for old/outdated/previous tag system (from impulze https://sourceforge.net/tracker/?func=detail&aid=3170459&group_id=68739&atid=522230) git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@673 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- ChangeLog | 4 ++++ test/tags/test9.cpp | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 40b20ed..d198b67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-02-02 impulze + * trunk/libmatroska/test/test9.cpp + - also remove no longer needed tests for old/outdated/previous tag system + 2011-01-30 robux4/mosu New 1.1.0 version: - give access to the SetParent to KaxSimpleBlock as well diff --git a/test/tags/test9.cpp b/test/tags/test9.cpp index 848b581..16bd962 100644 --- a/test/tags/test9.cpp +++ b/test/tags/test9.cpp @@ -58,7 +58,6 @@ #include #include #include -#include #include #include #include @@ -101,6 +100,7 @@ int main() { *(static_cast(&GetChild(targets))) = 1234; +#if 0 // comment of the Targets KaxTagMultiComment &mcomB = GetChild(targets); *(static_cast @@ -335,6 +335,7 @@ int main() { *(static_cast (&GetChild(tit))) = "MultiTitleLanguage"; +#endif KaxTagSimple &stag_l1 = GetChild(tag); *(static_cast(&GetChild(stag_l1))) = -- 2.40.0