diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-07-29 17:26:37 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-07-30 14:54:44 +1000 |
commit | a92117be4323e26efe3f13b5c624e5010a7cd26a (patch) | |
tree | 23aa971a07a98543324fa69761a1b4183a537991 /tests/auto/selftests/selftests.qrc | |
parent | 5246aeb198ccfd2a3fc94298161c24cb8f57f81f (diff) | |
download | qt4-tools-a92117be4323e26efe3f13b5c624e5010a7cd26a.tar.gz |
Allow testlib loggers to dynamically allocate storage for strings.
This enables very long failure messages (e.g. including an entire
build log in a failure message).
This change modifies only the plain test logger to use this feature.
Task: 253861
Reviewed-by: Michael Goddard
Diffstat (limited to 'tests/auto/selftests/selftests.qrc')
-rw-r--r-- | tests/auto/selftests/selftests.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/selftests/selftests.qrc b/tests/auto/selftests/selftests.qrc index 3d78bf55a2..4b754058d2 100644 --- a/tests/auto/selftests/selftests.qrc +++ b/tests/auto/selftests/selftests.qrc @@ -36,5 +36,6 @@ <file>expected_benchliboptions.txt</file> <file>expected_benchlibtickcounter.txt</file> <file>expected_xunit.txt</file> + <file>expected_longstring.txt</file> </qresource> </RCC> |