-
colin_wills committed patchset 12 of module twsws to the twsws: The World's Smallest Web Server CVS repository, changing 2 files.
2006-02-09 19:59:09 UTC in twsws: The World's Smallest Web Server
-
colin_wills committed patchset 11 of module twsws to the twsws: The World's Smallest Web Server CVS repository, changing 1 files.
2006-02-08 20:46:22 UTC in twsws: The World's Smallest Web Server
-
colin_wills committed patchset 10 of module twsws to the twsws: The World's Smallest Web Server CVS repository, changing 1 files.
2006-02-07 11:39:04 UTC in twsws: The World's Smallest Web Server
-
colin_wills committed patchset 9 of module twsws to the twsws: The World's Smallest Web Server CVS repository, changing 1 files.
2006-02-07 11:11:43 UTC in twsws: The World's Smallest Web Server
-
colin_wills committed patchset 8 of module twsws to the twsws: The World's Smallest Web Server CVS repository, changing 5 files.
2006-02-07 11:08:38 UTC in twsws: The World's Smallest Web Server
-
colin_wills committed patchset 26 of module js-ftp to the JS-FTP CVS repository, changing 2 files.
2005-07-06 11:37:38 UTC in JS-FTP
-
colin_wills committed patchset 5 of module util to the JS-FTP CVS repository, changing 2 files.
2005-07-06 11:36:43 UTC in JS-FTP
-
colin_wills committed patchset 25 of module js-ftp to the JS-FTP CVS repository, changing 1 files.
2005-07-05 22:08:42 UTC in JS-FTP
-
I found the cause of my problem: my exception was being caught somewhere unexpected in my own code. There was no problem with CppUnit :-)
Going back to the original post in this thread: I haven't tried this but if, like me, you are using TextTestRunner, you can pop the Protector object (via the TestResults object) which catches the exceptions thrown by the tests. I think this would stop...
2005-05-16 10:14:32 UTC in CppUnit - C++ port of JUnit
-
My code is throwing an exception during a test and cppunit catches the exception, ends that test and says that the test was ok. Is this expected behaviour? If so I too would like to tell cppunit to not catch exceptions.
2005-05-16 08:35:04 UTC in CppUnit - C++ port of JUnit