Covered more translation possibilities

This commit is contained in:
Martin Hořeňovský
2018-02-15 19:58:49 +01:00
parent c8d765a575
commit f988b4eb35
6 changed files with 86 additions and 9 deletions

View File

@@ -5486,6 +5486,16 @@ PASSED:
with message:
oops!
-------------------------------------------------------------------------------
Thrown string literals are translated
-------------------------------------------------------------------------------
Exception.tests.cpp:<line number>
...............................................................................
Exception.tests.cpp:<line number>: FAILED:
due to unexpected exception with message:
For some reason someone is throwing a string literal!
-------------------------------------------------------------------------------
Tracker
-------------------------------------------------------------------------------
@@ -7992,6 +8002,16 @@ with expansion:
==
"{ operator<<( has_operator ) }"
-------------------------------------------------------------------------------
thrown std::strings are translated
-------------------------------------------------------------------------------
Exception.tests.cpp:<line number>
...............................................................................
Exception.tests.cpp:<line number>: FAILED:
due to unexpected exception with message:
Why would you throw a std::string?
-------------------------------------------------------------------------------
toString on const wchar_t const pointer returns the string contents
-------------------------------------------------------------------------------
@@ -8511,6 +8531,6 @@ Misc.tests.cpp:<line number>:
PASSED:
===============================================================================
test cases: 200 | 135 passed | 61 failed | 4 failed as expected
assertions: 1016 | 875 passed | 120 failed | 21 failed as expected
test cases: 202 | 135 passed | 63 failed | 4 failed as expected
assertions: 1018 | 875 passed | 122 failed | 21 failed as expected