cppunit-devel Mailing List for CppUnit - C++ port of JUnit (Page 15)
Brought to you by:
blep
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
(21) |
May
(96) |
Jun
(109) |
Jul
(42) |
Aug
(6) |
Sep
(106) |
Oct
(60) |
Nov
(20) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(7) |
Feb
(11) |
Mar
(49) |
Apr
(124) |
May
(30) |
Jun
(37) |
Jul
(53) |
Aug
(33) |
Sep
(21) |
Oct
(22) |
Nov
(19) |
Dec
(15) |
2003 |
Jan
(34) |
Feb
(25) |
Mar
(11) |
Apr
(12) |
May
(16) |
Jun
(24) |
Jul
(23) |
Aug
(23) |
Sep
(42) |
Oct
(7) |
Nov
(32) |
Dec
(33) |
2004 |
Jan
(41) |
Feb
(41) |
Mar
(24) |
Apr
(25) |
May
(18) |
Jun
(13) |
Jul
(11) |
Aug
(15) |
Sep
(22) |
Oct
(10) |
Nov
(15) |
Dec
(9) |
2005 |
Jan
(4) |
Feb
(15) |
Mar
(11) |
Apr
(16) |
May
(29) |
Jun
(17) |
Jul
(27) |
Aug
(12) |
Sep
(9) |
Oct
(10) |
Nov
(5) |
Dec
(6) |
2006 |
Jan
(2) |
Feb
(6) |
Mar
(7) |
Apr
(2) |
May
(1) |
Jun
(5) |
Jul
(8) |
Aug
(6) |
Sep
(10) |
Oct
(11) |
Nov
(15) |
Dec
(2) |
2007 |
Jan
(12) |
Feb
(22) |
Mar
(10) |
Apr
(7) |
May
(1) |
Jun
(8) |
Jul
(4) |
Aug
(1) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
(7) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Baier, A. <bai...@hp...> - 2004-06-29 06:55:16
|
Hi,=20 I want to let you know I recognized some broken links in the cppunit documentation: In the CppUnit cookbook, the links "TestCase", "runTest()", "fixture", "setUp()", "tearDown()", "TestSuite" and some more are broken.=20 The broken links can be found in the text sections only, not in the=20 code listings. I do not know if there are more broken links on other=20 pages of the documentation. best regards,=20 Andreas |
From: <nic...@ya...> - 2004-06-23 17:23:01
|
Forget my last 2 messages, it was an error of my own, there was a configuration error I'm really sorry. Nic Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage ! Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com |
From: <nic...@ya...> - 2004-06-22 15:50:05
|
It appears to do this with all dll project. In fact, I followed the steps to create a very simple plug-in base on "group___writing_test_plug_in.html" ------- Creating a test plug-in is really simple: * make your project a dynamic library (with VC++, choose Win32 Dynamic Library in the project wizard), and link against the dynamic library version of CppUnit (cppunit*_dll.lib for VC++). * in a cpp file, include TestPlugIn.h, and use the macro CPPUNIT_PLUGIN_IMPLEMENT() to declare the test plug-in. * That's it, you're done! All the tests registered using the TestFactoryRegistry, CPPUNIT_TEST_SUITE_NAMED_REGISTRATION, or CPPUNIT_TEST_SUITE_REGISTRATION will be visible to other plug-in and to the DllPlugInRunner. ------- The dll load, but as soon as I add ExampleTestCase.cpp/.h, to the project, it failed. the error is : "Failed to load dynamic library: Debug/testdll.dll-hotrunner. The specific procedure could not be found" Any idea? I'll try to find, but I'm new in programming :-) Nic --- Nicolas Gendron <nic...@ya...> a écrit : > Hi, > > I just want to warn you, this message is about an > "ugly" procedure to have a MFC test runner to test a > CONSOLE application ;-P > > It was a king of exercice I did for fun. But when > repeating it with 1.10.2, I get an error. > > Here is how this is done: > > I had a new configuration to the project. Add > CPPUNIT_DLL, RTTI, cppunitd_dll.lib. > > I also add /DLL and check "Doesn't produce .LIB" and > change the name of the ouput file from .exe to .dll > > (dit I said Ugly? lolol) > > In the project I add PlugIn.dll which only have > CPPUNIT_PLUGIN_IMPLEMENT() in it. > > With 1.9.14, I'm able to load the dll and run tests > ! > héhé. (ugly but working) > > With 1.10.2, the plug in is loaded if there is no > test > suite registered, but as soon as I put a testsuite, > the dll failed loading. > > Can anybody have an idea why it do this? > Or is anybody have a better solution to make test of > a > CONSOLE project with MFC testrunner and without > addin > a new mfc project to workspace with the same files. > (i.e just in writing a new configuration) > > Thanks a lot. > Nic > > > > > > > Créez gratuitement votre Yahoo! Mail avec 100 Mo de > stockage ! > Créez votre Yahoo! Mail sur > http://fr.benefits.yahoo.com/ > > Dialoguez en direct avec vos amis grâce à Yahoo! > Messenger !Téléchargez Yahoo! Messenger sur > http://fr.messenger.yahoo.com > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & > Training. > Attend Black Hat Briefings & Training, Las Vegas > July 24-29 - > digital self defense, top technical experts, no > vendor pitches, > unmatched networking opportunities. Visit > www.blackhat.com > _______________________________________________ > Cppunit-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppunit-devel > Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage ! Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com |
From: <nic...@ya...> - 2004-06-22 15:00:49
|
Hi, I just want to warn you, this message is about an "ugly" procedure to have a MFC test runner to test a CONSOLE application ;-P It was a king of exercice I did for fun. But when repeating it with 1.10.2, I get an error. Here is how this is done: I had a new configuration to the project. Add CPPUNIT_DLL, RTTI, cppunitd_dll.lib. I also add /DLL and check "Doesn't produce .LIB" and change the name of the ouput file from .exe to .dll (dit I said Ugly? lolol) In the project I add PlugIn.dll which only have CPPUNIT_PLUGIN_IMPLEMENT() in it. With 1.9.14, I'm able to load the dll and run tests ! héhé. (ugly but working) With 1.10.2, the plug in is loaded if there is no test suite registered, but as soon as I put a testsuite, the dll failed loading. Can anybody have an idea why it do this? Or is anybody have a better solution to make test of a CONSOLE project with MFC testrunner and without addin a new mfc project to workspace with the same files. (i.e just in writing a new configuration) Thanks a lot. Nic Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage ! Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com |
From: <kz...@to...> - 2004-06-21 10:55:31
|
QWJvdXQgYm91bmRhcnkgY2xhc3MsIGl0J3MgaW1wb3J0YW50IHRvIGEgcHJvamVjdCwgbGV0 J3Mgc2VlIGFuIGV4YW1wbGU6DQpEIC0tIEEgLS0gQw0KICAgICB8ICAgIHwNCiAgICAgQiAt LSArDQpUaGVyZSBhcmUgZm91ciBjbGFzc2VzIHdhaXRpbmcgZm9yIHRlc3QsIHRvIEIsIHdl IG11c3QgaW1wbGVtZW50IGJvdW5kYXJ5IGNsYXNzLA0KYmVjYXVzZSBpbiBtb3N0IGNhc2Vz LCB3aXRob3V0IGJvdW5kYXJ5IGNsYXNzLCB3ZSBjYW5uJ3QgcnVuIGl0IGF0IGFsbC4gV2UN CmNhbm4ndCB1c2UgQSBvciBDIGRpcmVjdGVseSBmb3Igd2UgZG9lc24ndCBjb25maXJtIGlm IHRoZXkgYXJlIGNvcnJlY3QuIEhvd2V2ZXINCmJvdW5kYXJ5IGNsYXNzIC0tIHdpdGggbWlu b3IgY29kZSBhbmQgY2FuIGJlIGNvbnRyb2xsZWQgYnkgb3VyIHRlc3QsIG1ha2Ugb3VyIGRv DQppdC4gT25seSBhZnRlciB3ZSB0ZXN0ZWQgQiwgQyBhbmQgRCwgd2UgY2FuIHRlc3QgQSB1 c2luZyB0aGVtLiAgU28gYm91bmRhcnkNCmNsYXNzIGlzIElNUE9SVEFOVCB0byB1cywgYW5k IHdlIE1VU1QgdXNlIGl0IGluIG1vc3QgY2FzZXMsIHByb3ZpZGluZyBhIHN1cHBvcnQNCmlz IG5lY2Vzc2FyeSB0byBDcHBVbml0LiAgSW4gZmFjdCwgSSd2ZSBwcm92aWRlZCBhIHNvbHV0 aW9uIGNvdmVycyBNYWtlZmlsZSwNCkNwcFVuaXQgY29kZSBzdGFuZGFyZCBhbmQgaXRzIGFy Y2hpdGVjdHVyZS4gSSBkb24ndCBrbm93IHRoZSBjKysgc3RhbmRhcmQsIGJ1dA0KYXMgSSBz aG93ZWQsIHdpdGggYSBmaW5lIE1ha2VmaWxlLCB3ZSBjYW4gYXZvaWQgdGhlbSBieSBhIGdy b3VwIG9mIGltcGxpY2l0DQpydWxlcyBpbiBNYWtlZmlsZS4gSWYgeW91IHdvcnJ5IHRoZSBj b25mbGljdCBpbiBtYWluLnRlc3QuY2MsIGxvYWQgdGhvc2UgKi5zbyBpbg0Kc2VwZXJhdGUg cHJvY2VzcywgaXQgc2hvdWxkIGNhbiB3b3JrIGNvcnJlY3RseS4NCg0KQWJvdXQgbG9nIHN5 c3RlbSwgYW4gaW50ZXJmYWNlIHNob3VsZCBiZSBpbXBsZW1lbnRzIGp1c3QgbGlrZQ0KQ3Bw VW5pdDo6bG9nIA== |
From: Baptiste L. <gai...@fr...> - 2004-06-18 12:49:48
|
Finally managed to find some time to go over some bugs. This release includes many fixes, including a severe one on VC++ due to a STL bug. As usual, it can be downloaded from sourceforge: https://sourceforge.net/project/showfiles.php?group_id=11795 New in CppUnit 1.10.2: -------------------------------------- * Bug Fix: - Memory checker: bug #938753, array bound read in splitPathString() with substr if an empty string is passed. - Memory leaks: bug #952912, many memory leaks removed in the MFC test plug-in runner. - Crash when using CPPUNIT_TEST_SUITE_REGISTRATION with cppunit dll. Bug #921843. This bug was caused by a known STL bug in VC++ 6. See http://www.dinkumware.com/vc_fixes.html <xtree> issue with shared std::map in dll. * Compilation: - mingw & cigwin, bug #930338 & #945737 fixed. - make install does not work on SunOS. Bug #940650 fixed. - bug #933154, post-build step fails in directory with spaces with Visual C++. - DllPlugInTester, bug #941625 (char * string literal). Applied patch contribued by Curt Arnold. Enjoy, Baptiste Lepilleur. |
From: <ma...@we...> - 2004-06-09 10:37:14
|
Lieber E-Mail-Schreiber, leider kann ich diese Mail-Adresse wegen massiver SPAM-Verseuchung zur Zeit nicht benutzen. Bitte verwenden Sie deshalb meine neue Adresse: mao at teletux dot org Dear Sender, because of massive Spam, I no longer use this Mail Account regularly. Please use mao at teletux dot org instead. Matthias Oelmann. |
From: Prabhu R. <pr...@ae...> - 2004-06-04 11:16:07
|
Dear CppUnit developers, In the code I've developed for my PhD, I've used CppUnit quite extensively. Thanks for the excellent software! In my Thesis, I've cited the software using this entry: @Misc{, author = {???} title = {{CppUnit}: A {C++} port of the {JUnit} framework for unit testing}, year = {2000--}, url = {http://cppunit.sourceforge.net/} } I'd like to know what I can enter for the author and year fields? My bibliography style (natbib with author-year) seems to demand a valid author and year field. I'd like to know if you folks have any recommendations? For example is this ok? author = {Michael Feathers and others} year = {2000--} Thanks again! regards, prabhu |
From: Charlene C. <che...@zo...> - 2004-06-04 03:47:41
|
<p>Thu, 03 Jun 2004 23:47:34 -0500 - The Cigarette Warehouse - <a href="http://www.landmarkred.com/save/refjw.html">COME ON IN</a></p> <p><a href="http://www.uniondetail.com/cc/index.php?ref=10&affiliate_banner_id=3"> <img src="http://www.landmarkgreen.com/imagepull/cigtag.jpg" border="0" width="500" height="76"></a></p> <p><a href="http://www.uniondetail.com/cc/product_info.php?products_id=102"> <img title=" Marlboro Red " alt="Marlboro Red" src="http://www.uniondetail.com/cc/images/marlborolights-100x80.jpg" border="0" width="100" height="80"></a><span style="font-family: Times New Roman">All Marlboro styles now in stock - </span> <a href="http://www.landmarkred.com/save/refjw.html">COME ON IN</a></p><p><a href="http://www.uniondetail.com/cc/product_info.php?products_id=102"> <img title=" Marlboro Red " alt="Marlboro Red" src="http://www.uniondetail.com/cc/images/camellights-100x80.jpg" border="0" width="100" height="80"></a><span style="font-family: Times New Roman">Outstanding customer service - </span><a href="http://www.landmarkred.com/save/refjw.html">COME ON IN</a></p> <p><a href="http://www.uniondetail.com/cc/product_info.php?products_id=102"> <img title=" Marlboro Red " alt="Marlboro Red" src="http://www.uniondetail.com/cc/images/winstonlights-100x80.jpg" border="0" width="100" height="80"></a>UP to 60 percent off retail prices - <a href="http://www.landmarkred.com/save/refjw.html">COME ON IN</a></p> <p align="left"><a href="http://www.landmarkred.com/postmark.html">No thanks</a></p> <p align="left">notebook<br><br>city disulfide deflater domestic sexton shameful gam decant infamy alsatian awl bumblebee englewood sulfate <br><br>alluvial wiley ingrown prize incubi natchez lighthearted connive rutabaga actual longevity hive porte sloth dead shannon billiken soul cornet priest expend chelate triplet threat heterogeneous icicle panicky pokerface katie decorticate sanitate cardiology curricula </p><p align="left">infinite<br><br>coerce chrysolite duncan bequeath obedient sordid amok jittery mitochondria douglas affix coincidental eggplant peal comb dye conundrum state stockade predictor coquette opiate bacillus remorseful <br><br>axle danger masculine bate kid tunis compressive afforestation bessie sickle dysplasia maier slug milky tantalus bare uttermost jacob inputting dutiful confession bought cochlea keynesian janos ani yttrium artie censor explanation borax irremediable aisle tycoon eastward </p> |
From: <kz...@to...> - 2004-06-04 02:44:50
|
SW4gbXkgcHJhY3RpY2UsIEkndmUgZm91bmQgc29tZSBkZWZlY3QgaW4gQ3BwVW5pdC4gSSd2 ZSBzaW1wbGlmaWVkIG15IHByb2plY3QgaW4gaHR0cDovL3NvdXJjZWZvcmdlLm5ldC90cmFj a2VyL2Rvd25sb2FkLnBocD9ncm91cF9pZD0xMTc5NSZhdGlkPTM2MTc5NSZmaWxlX2lkPTg4 Njk0JmFpZD05NjE5NjYuDQpIZXJlIGFyZSBzdW1tYXJ5Og0KMSkgc3VwcG9ydCBib3VuZGFy eSBjbGFzcy4NCjIpIGludHJvZHVjZSBhIHN0YWJsZSBsb2cgc3lzdGVtLg0KMykgVXNlIHRo ZSBsb2cgc3lzdGVtIHRvIHJlY29yZCByYW5kIHNlZWQgYW5kIG90aGVyIHJlc291cmNlIHVz YWdlLg0KSSBob3BlIHRvIGZpbmQgdGhlbSBpbiBDcHBVbml0MiwgdGhhbmsgeW91IQ0KPT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KxbW7+dHHweXJ +SBodHRwOi8vc21zLnRvbS5jb20vaW5kZXgyLnBocD9pbmM9MyZ0eXBlPTI0CsSmzdDC3sCt weXJ+SBodHRwOi8vc21zLnRvbS5jb20vaW5kZXgyLnBocD9pbmM9MyZ0eXBlPTI2Cs73w8XX 08HlyfkgaHR0cDovL3Ntcy50b20uY29tL2luZGV4Mi5waHA/aW5jPTMmdHlwZT0yNQoKxbW7 +dHH0KHNvCBodHRwOi8vc21zLnRvbS5jb20vaW5kZXgyLnBocD9pbmM9MgrFtbv50ce08828 IGh0dHA6Ly9zbXMudG9tLmNvbS9pbmRleDIucGhwP2luYz0yJnR5cGU9Mzc0MArO98PF19PN vMasIGh0dHA6Ly9zbXMudG9tLmNvbS9pbmRleDIucGhwP2luYz0yJnR5cGU9MzAKCsrWu/q1 47joIGh0dHA6Ly9zbXMudG9tLmNvbS9pbmRleDIucGhwP2luYz1zb25nCj09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 |
From: <swn...@he...> - 2004-06-02 15:56:36
|
Dear CppUnit developers, there is a memory leak in TestResultCollector. Here is the original file = TestResultCollector.cpp: TestResultCollector::~TestResultCollector() { TestFailures::iterator itFailure =3D m_failures.begin(); while ( itFailure !=3D m_failures.end() ) delete *itFailure++; } void=20 TestResultCollector::reset() { TestSuccessListener::reset(); ExclusiveZone zone( m_syncObject );=20 m_testErrors =3D 0; m_tests.clear(); m_failures.clear(); // *** LEAK: m_failures has been fed TestFailure = clones which are now lost! *** } This should be changed to look something like this: void TestResultCollector::cleanUpResources() // *** Must be declared in = header file. *** { TestFailures::iterator itFailure =3D m_failures.begin(); while ( itFailure !=3D m_failures.end() ) delete *itFailure++; } TestResultCollector::~TestResultCollector() { cleanUpResources(); // *** Just as before *** } void=20 TestResultCollector::reset() { TestSuccessListener::reset(); ExclusiveZone zone( m_syncObject );=20 m_testErrors =3D 0; m_tests.clear(); cleanUpResources(); // *** Leak no longer present. *** m_failures.clear(); } Cheers, DR. JOHANNES HEIDENHAIN GmbH Christoph K=F6gl -------------------------------------------------------- mailto:swn...@he... tel +49 / 8669 / 31-1008 fax +49 / 8669 / 32-1008 -------------------------------------------------------- DR. JOHANNES HEIDENHAIN GmbH Dr.-Johannes-Heidenhain-Str. 5 83301 Traunreut GERMANY http://www.heidenhain.de |
From: Melinda D. <drg...@se...> - 2004-06-01 17:19:34
|
coven beaked penthouse truck divinely unworthy thrombus glengarry vowel neophron tally erectness spelled flake grieve deev anatotitan morris unshackled pelecanus silenus plainsong wrong cogito stogy edinburgh bugged collinsia qfever savagely depressant cricetidae |
From: Monnie C. <lvn...@we...> - 2004-05-29 11:27:12
|
circle maybe may rich spirits lay worth walk fire pride held where completely either innocent really |
From: Savanna D. <hlm...@in...> - 2004-05-29 10:04:44
|
quean baloney miltonia celastrus sleepful skulk flustered rampion myelocyte loveless abuttal justle sastra abductive |
From: <tk...@ab...> - 2004-05-26 16:50:23
|
Hi I have downloaded the latest version of cppunit - 1.9.14, and tried to build using MsDev 7.1 (aka .NET 2003). Has this been tried before ? I get build errors relating to "Can not open include file ObjModel\addauto.h" (from Stdafx.h), however the libraries do build Our unit tests using .NET 2002 worked fine, but the .NET 2003 version fails before even entering the code- Thanks for any hints- regards Trevor Kneath Schlumberger |
From: <Pau...@Pr...> - 2004-05-25 12:38:44
|
TestSuiteBuilerContextBase needs a copy constructor that does a deep copy, not a shallow copy. I tracked down this problem in the following example. void CAppProjectApp::RunUnitTests() { // TestDLL_1 and TestDLL_2 are MFC extension DLLs. if (AfxLoadLibrary("TestDLL_1.dll") && AfxLoadLibrary("TestDLL_2.dll")) { CppUnit::MfcUi::TestRunner runner; // Tell the Test Runner to do its thing. CppUnit::TestFactoryRegistry ®istry = CppUnit::TestFactoryRegistry::getRegistry(); CppUnit::Test *pSuite = registry.makeTest(); // This is causing an exception. if (pSuite != 0) { runner.addTest(pSuite); runner.run(); } } else { // Bad load. ASSERT(FALSE); } } Test * TestFactoryRegistry::makeTest() { TestSuite *suite = new TestSuite( m_name ); addTestToSuite( suite ); return suite; } void TestFactoryRegistry::addTestToSuite( TestSuite *suite ) { for ( Factories::iterator it = m_factories.begin(); it != m_factories.end(); ++it ) { TestFactory *factory = *it; suite->addTest( factory->makeTest() ); } } template<class TestCaseType> class TestSuiteFactory : public TestFactory { public: virtual Test *makeTest() { return TestCaseType::suite(); } }; The defs for the tests: class _impexp_testdll1_ CTestClass_1 : public CppUnit::TestCase { CPPUNIT_TEST_SUITE(CTestClass_1); // this crashes CPPUNIT_TEST(TestOperation1); CPPUNIT_TEST(TestOperation2); CPPUNIT_TEST(TestOperation3); CPPUNIT_TEST_SUITE_END(); // Factory public: CTestClass_1(); virtual ~CTestClass_1(); // Test Operations public: void setUp(); protected: void TestOperation1(); void TestOperation2(); void TestOperation3(); }; In the CPPUNIT_TEST_SUITE macro: #define CPPUNIT_TEST_SUITE(...) ... static void addTestsToSuite(CPPUNIT_NS::TestSuiteBuilderContextBase &baseContext) { TestSuiteBuilderContextType context(baseContext); // this copy ctor invocation crashes .... |
From: Cindy W. <ci...@sc...> - 2004-05-21 18:37:56
|
Hi! I was just doing some research online, and came across your site while searching in Google! for linux howto. Your domain, blake.homelinux.org ranked 15...which got me thinking... I publish a site about Computers - Hardware. We've got a very strong following, primarily because we only produce informational content, since you also produce a quality site in this category, I'd like to link to you. I get a pretty good amount of visitors to my property, so if I link up to your site you should benefit from a traffic standpoint. Please take a look at my site when you get a chance -- I think you'll find it to be knowledgeable and tasteful. If you like what you agree, please link to it -- I'll send you all of my info on your request. I've already linked to you to get the ball rolling. I'll keep it up a few days until I hear back from you, so please respond at your earliest convenience. Thanks for your time. Cindy Walkers RAC IM: 1485034. |
From: <Pau...@Pr...> - 2004-05-19 12:49:46
|
I had an app that loaded two DLL's then executed the test runner on those DLLs. It works for 1.8. In 1.9.14 I am getting an exception. I've boldened the appropriate flow. I checked and made sure that I am using 1.9.14 headers, libs, DLLs, etc. void CAppProjectApp::RunUnitTests() { // TestDLL_1 and TestDLL_2 are MFC extension DLLs. if (AfxLoadLibrary("TestDLL_1.dll") && AfxLoadLibrary("TestDLL_2.dll")) { CppUnit::MfcUi::TestRunner runner; // Tell the Test Runner to do its thing. CppUnit::TestFactoryRegistry ®istry = CppUnit::TestFactoryRegistry::getRegistry(); CppUnit::Test *pSuite = registry.makeTest(); // This is causing an exception. if (pSuite != 0) { runner.addTest(pSuite); runner.run(); } } else { // Bad load. ASSERT(FALSE); } } Test * TestFactoryRegistry::makeTest() { TestSuite *suite = new TestSuite( m_name ); addTestToSuite( suite ); return suite; } void TestFactoryRegistry::addTestToSuite( TestSuite *suite ) { for ( Factories::iterator it = m_factories.begin(); it != m_factories.end(); ++it ) { TestFactory *factory = *it; suite->addTest( factory->makeTest() ); } } template<class TestCaseType> class TestSuiteFactory : public TestFactory { public: virtual Test *makeTest() { return TestCaseType::suite(); } }; The defs for the tests: class _impexp_testdll1_ CTestClass_1 : public CppUnit::TestCase { CPPUNIT_TEST_SUITE(CTestClass_1); // this crashes CPPUNIT_TEST(TestOperation1); CPPUNIT_TEST(TestOperation2); CPPUNIT_TEST(TestOperation3); CPPUNIT_TEST_SUITE_END(); // Factory public: CTestClass_1(); virtual ~CTestClass_1(); // Test Operations public: void setUp(); protected: void TestOperation1(); void TestOperation2(); void TestOperation3(); }; In the cpp: CPPUNIT_TEST_SUITE_REGISTRATION(CTestClass_1); class _impexp_testdll2_ CTestClass_2 : public CppUnit::TestCase { CPPUNIT_TEST_SUITE(CTestClass_2); CPPUNIT_TEST(TestOperation1); CPPUNIT_TEST(TestOperation2); CPPUNIT_TEST(TestOperation3); CPPUNIT_TEST_SUITE_END(); // Factory public: CTestClass_2(); virtual ~CTestClass_2(); // Test Operations public: void setUp(); protected: void TestOperation1(); void TestOperation2(); void TestOperation3(); }; In the cpp: CPPUNIT_TEST_SUITE_REGISTRATION(CTestClass_2); |
From: <adm...@uo...> - 2004-05-18 21:00:31
|
Hi! <http://www.uoit.ca/> =20 Thank you for your interest in the University of Ontario Institute of Technology. We are here to assist you with any questions or concerns you may have. You can anticipate a personal response from one of our Student Service Representatives within one business day.=20 Thank you again for your inquiry. =20 University of Ontario Institute of Technology Registrar's Office Phone: 905-721-3190 Toll free: 1-866-844-8648 Fax: 905-721-3178 Office Hours: Monday-Friday 8:30-4:30 www.uoit.ca <http://www.uoit.ca/> =20 |
From: <MAI...@fr...> - 2004-05-15 12:20:18
|
Failed to deliver to '<ma...@sz...>' LOCAL module(account ma...@sz...) reports: account is full (quota exceeded) |
From: MailScanner <pos...@tr...> - 2004-05-13 16:03:57
|
Our e-mail scanner has just been triggered by a message you sent:- To: <am...@ag...> Subject: Stolen document Date: Thu May 13 11:58:26 2004 One or more of the attachments are on the list of unacceptable attachments for this site and will not have been delivered. Consider renaming the files or putting them into a "zip" file to avoid this constraint. The e-mail scanner said this about the message: Report: Shortcuts to MS-Dos programs are very dangerous in email (document342.do.pif) -- Jet 2 Net MailScanner |
From: Dr.katoh <nit...@ya...> - 2004-05-13 15:52:32
|
=8B=C6=96=B1=97p=81E=8C@=82=E8=8Fo=82=B5=95=A8=81E=97L=96=BC=8F=97=97D=82=C8= =82=C7=82=C8=82=C7 =83y=81[=83W=82=C5=8F=D0=89=EE=82=B5=82=AB=82=EA=82=C8=82=A2 =91=8D=83^=83C=83g=83=8B=90=94=96=F13000=96{ =83r=83f=83I=82=CD=89f=91=9C=97=F2=89=BB=82=AA=82=A0=82=E9=88=D7 =8A=AE=91SDVD=82=C9=90=D8=82=E8=91=D6=82=ED=82=E8=82=DC=82=B5=82=BD =E3Y=97=ED=82=C8=89=E6=8E=BF=82=C5=89=9C=82=CC=89=9C=82=DC=82=C5=82=E6=82=AD= =8C=A9=82=A6=82=DC=82=B7 =94=83=82=A6=82=CE=94=83=82=A4=82=D9=82=C7=82=A8=94=83=82=A2=93=BE 18=8D=CE=96=A2=96=9E=82=CD=82=B2=89=93=97=B6=89=BA=82=B3=82=A2 http://dvd.shacknet.nu/ |
From: Postmaster <pos...@si...> - 2004-05-13 00:46:13
|
User mailbox exceeds allowed message count: sou...@si... Original message follows. Received: from sinoi.com [218.61.10.131] by sinoi.com with ESMTP (SMTPD32-8.02) id A2A9E3A800CC; Thu, 13 May 2004 08:34:49 +0800 From: cpp...@li... To: sou...@si... Subject: do you have the bug also? Date: Thu, 13 May 2004 08:43:27 +0800 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0005_000066BA.000077A5" X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <200...@si...> This is a multi-part message in MIME format. ------=_NextPart_000_0005_000066BA.000077A5 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit You are infected. Read the details! ------=_NextPart_000_0005_000066BA.000077A5 Content-Type: application/x-zip-compressed; name="word_doc.zip" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="word_doc.zip" UEsDBAoAAAAAAG0FrTBiZMYWCWMAAAljAAAQAAAAd29yZF9kb2MucnRmLnBpZk1akAADAAAA BAAAAP//AAC4AAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgA AABrIl9WL0MxBS9DMQUvQzEFrF8/BSNDMQXHXDsFNEMxBS9DMAVwQzEFrEtsBSJDMQXHXDoF KkMxBZdFNwUuQzEFUmljaC9DMQUAAAAAAAAAAENvbXByZXNzZWQgYnkgUGV0aXRlIChjKTE5 OTkgSWFuIEx1Y2suAABQRQAATAEDAOynO0AAAAAAAAAAAOAADwELAQYAAFAAAAAcAQAAAAAA QqABAAAQAAAAYAAAAABAAAAQAAAAAgAABAAAAAAAAAAEAAAAAAAAAACwAQAABAAAAAAAAAIA AAAAABAAABAAAAAAEAAAEAAAAAAAABAAAAAAAAAAAAAAAPyhAQCvAQAAAJABAAgFAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AIABAAAQAAAAVgAAAAgAAAAAAAAAAAAAAAAAAGAAAOAucGV0aXRlAAAQAAAAkAEACAUAAABe AAAAAAAAAAAAAAAAAABAAABAAAAAAAAAAACrAwAAAKABAAAEAAAABAAAAAAAAAAAAAAAAAAA YAAA4gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA [message truncated] |
From: <nic...@ya...> - 2004-05-11 14:58:45
|
Hi, My problem is the following : I have one project with 2 interfaces - a Gui - a Simulator (console) I'm able to have a Gui TestRunner in my project containing a Gui. My question is : is it possible to have a Mfc Gui in a console project (i.e. to be able to use something else then TextTestRunner) ? And is this possible without big changes to my console application? Thanks a lot. Nic Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com |
From: Dallas M. <nad...@af...> - 2004-05-09 03:06:30
|
Sat, 08 May 2004 23:06:13 -0500 Cable-TV Viewers - http://www.livewyred.com?refid=10010000873432729&action=10&eid=nrdfrd2 Cable-TV Filter lets you get your Pay-Per-View, Mature Channels, Movie Channels, and Sporting Events for NOTHING. Not to worry, it's legal. Check out the legal-page on our site. Find Out More - http://www.viktrola.com?refid=10010000874166572&action=10&eid=nf Not for you - http://www.viktrola.com?unsub=10010000874166572&action=10&eid=nf celia geochemistry monomial pejorative biochemic herbert annotate corvallis scull cranelike catalogue children clove battelle eider emily consanguineous certainty con mailbox glorify kinshasha jessica youthful atrophic phalarope frontiersman concentrate wagging associate abridge caption lass demonstrable coil shinbone bequeath brittany compute mana lightning leonardo snark bloodhound insuperable tuition resume rococo jovanovich bimetallism bausch tetrahedra batten wispy lithuania squabble let comptroller |