diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-07-15 03:27:45 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-07-15 03:30:34 (GMT) |
commit | 454096217002f02379b4450e6e3d312f46c8cda9 (patch) | |
tree | 0bdf890d56cd519fc7d3bcd6c2c6ebbb1771b4ab /tests/auto/selftests/expected_exceptionthrow.txt | |
parent | 6574b785813d9576e64af63ddfae55ec2b429fc2 (diff) | |
download | Qt-454096217002f02379b4450e6e3d312f46c8cda9.zip Qt-454096217002f02379b4450e6e3d312f46c8cda9.tar.gz Qt-454096217002f02379b4450e6e3d312f46c8cda9.tar.bz2 |
Fixed recompile of tests/auto/selftests/exception.
Turns out making a binary named `exception' is quite a bad idea...
when some code does `#include <exception>', guess which file gets
picked up :-)
Diffstat (limited to 'tests/auto/selftests/expected_exceptionthrow.txt')
-rw-r--r-- | tests/auto/selftests/expected_exceptionthrow.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/selftests/expected_exceptionthrow.txt b/tests/auto/selftests/expected_exceptionthrow.txt new file mode 100644 index 0000000..141ea8b --- /dev/null +++ b/tests/auto/selftests/expected_exceptionthrow.txt @@ -0,0 +1,7 @@ +********* Start testing of tst_Exception ********* +Config: Using QTest library 4.3.0, Qt 4.3.0 +PASS : tst_Exception::initTestCase() +FAIL! : tst_Exception::throwException() Caught unhandled exception + Loc: [/home/fenglich/dev/qt-4.3/tools/qtestlib/src/qtestcase.cpp(1220)] +Totals: 1 passed, 1 failed, 0 skipped +********* Finished testing of tst_Exception ********* |