1
0
forked from 0ad/0ad

Fix CLogger tests

This was SVN commit r7080.
This commit is contained in:
Ykkrosh 2009-08-07 14:25:14 +00:00
parent c66dfd11d0
commit 58ee7038db

View File

@ -93,7 +93,7 @@ public:
void ParseOutput()
{
const std::string header_end = "</h1>\n";
const std::string header_end = "</h2>\n";
std::string s = mainlog->str();
size_t start = s.find(header_end);