Add fixed message for testing #55

develop
Geoffrey Merck 7 months ago committed by GitHub
parent 3c9259837d
commit 0d434548fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -139,5 +139,5 @@ std::string CTextCollector::getData()
m_has2 = false;
m_has3 = false;
return std::string(m_data);
return std::string("ABCDEFGHIJ0123456789");
}

Loading…
Cancel
Save

Powered by TurnKey Linux.