From bf142acdef8a93ef64c0f26dd3ef7599da7fb7e5 Mon Sep 17 00:00:00 2001 From: Svetlana Kulikova Date: Fri, 7 Aug 2020 13:20:24 +0300 Subject: [PATCH] test core.xml --- HtmlFile2/htmlfile2.cpp | 6 +++++- HtmlFile2/test/main.cpp | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HtmlFile2/htmlfile2.cpp b/HtmlFile2/htmlfile2.cpp index 7c4ce6902b..415beb5ba5 100644 --- a/HtmlFile2/htmlfile2.cpp +++ b/HtmlFile2/htmlfile2.cpp @@ -212,7 +212,11 @@ public: sCore += oParams->GetAuthors(); sCore += L""; sCore += oParams->GetGenres(); - sCore += L""; + sCore += L""; + sCore += oParams->m_sDate; + sCore += L""; + sCore += oParams->m_sDescription; + sCore += L""; } sCore += L""; NSFile::CFileBinary oCoreWriter; diff --git a/HtmlFile2/test/main.cpp b/HtmlFile2/test/main.cpp index 92d7d036b8..8c44197b0b 100644 --- a/HtmlFile2/test/main.cpp +++ b/HtmlFile2/test/main.cpp @@ -24,6 +24,8 @@ int main() oParams.AddGenre(L"fantazy"); oParams.AddGenre(L"drama"); oParams.SetTitle(L"The Last Wish"); + oParams.SetDate(L"2010-06-03T04:00:00+00:00"); + oParams.SetDescription(L"Description"); if(bBatchMode) {