Use unicode character in tests

This commit is contained in:
Martchus 2016-12-27 23:39:02 +01:00
parent eb0c8c2236
commit d6836fa861
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION(OverallTests);
void OverallTests::setUp()
{
m_testTitle.assignText("some title", TagTextEncoding::Utf8);
m_testComment.assignText("some comment", TagTextEncoding::Utf8);
m_testComment.assignText("some cómment", TagTextEncoding::Utf8);
m_testAlbum.assignText("some album", TagTextEncoding::Utf8);
m_testPartNumber.assignInteger(41);
m_testTotalParts.assignInteger(61);