]> granicus.if.org Git - libmatroska/commitdiff
remove no longer needed tests for old/outdated/previous tag system (from impulze...
authorSteve Lhomme <slhomme@matroska.org>
Sat, 12 Feb 2011 12:42:33 +0000 (12:42 +0000)
committerSteve Lhomme <slhomme@matroska.org>
Sat, 12 Feb 2011 12:42:33 +0000 (12:42 +0000)
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@673 a6f86f6d-0131-4f8e-9e7b-e335508773d5

ChangeLog
test/tags/test9.cpp

index 40b20ed7ea57613d9023c90806aea71b995bc24b..d198b674997beea536ccee6e6387eac944bc379b 100644 (file)
--- 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
index 848b581dd080fbfd100976f2237e45eb7abed0bf..16bd962805bc8bbc3f9c22a6d41a09fedffc0b1d 100644 (file)
@@ -58,7 +58,6 @@
 #include <matroska/KaxSegment.h>
 #include <matroska/KaxTags.h>
 #include <matroska/KaxTag.h>
-#include <matroska/KaxTagMulti.h>
 #include <matroska/KaxTracks.h>
 #include <matroska/KaxTrackEntryData.h>
 #include <matroska/KaxTrackAudio.h>
@@ -101,6 +100,7 @@ int main() {
     *(static_cast<EbmlUInteger *>(&GetChild<KaxTagTrackUID>(targets))) =
       1234;
 
+#if 0
        // comment of the Targets
      KaxTagMultiComment &mcomB = GetChild<KaxTagMultiComment>(targets);
     *(static_cast<EbmlString *>
@@ -335,6 +335,7 @@ int main() {
     *(static_cast<EbmlString *>
       (&GetChild<KaxTagMultiTitleLanguage>(tit))) =
       "MultiTitleLanguage";
+#endif
 
     KaxTagSimple &stag_l1 = GetChild<KaxTagSimple>(tag);
     *(static_cast<EbmlUnicodeString *>(&GetChild<KaxTagName>(stag_l1))) =