cppunit-devel Mailing List for CppUnit - C++ port of JUnit (Page 13)
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: Noel Y. <Noe...@mo...> - 2004-12-27 19:41:25
|
I'm writing a script (in Python) that, given a file whose content is: #ifndef AoeuTest_H #define AoeuTest_H #include <boost/utility.hpp> #include <cppunit/TestFixture.h> namespace aoeu { class AoeuTest: public CppUnit::TestFixture, private boost::noncopyable { public: void test0(); public: void test1(); }; } #endif will output: #include "AoeuTest.H" #include <cppunit/TestCaller.h> #include <cppunit/TestSuite.h> #include <cppunit/extensions/TestFactoryRegistry.h> #include <memory> #include <MSBase/MSSingleton.H> using namespace aoeu; namespace { class _TestFactory: public CppUnit::TestFactory { public: virtual CppUnit::Test* makeTest(); }; CppUnit::Test* _TestFactory::makeTest() { std::auto_ptr< CppUnit::TestSuite > result( new CppUnit::TestSuite( "AoeuTest" ) ); result->addTest( new CppUnit::TestCaller< AoeuTest >( "aoeu::AoeuTest::test0()", &AoeuTest::test0 ) ); result->addTest( new CppUnit::TestCaller< AoeuTest >( "aoeu::AoeuTest::test1()", &AoeuTest::test1 ) ); return result.release(); } } namespace { bool _registerFactory(); bool _factoryRegistration = ::_registerFactory(); bool _registerFactory() { CppUnit::TestFactoryRegistry::getRegistry().registerFactory( &MSSingleton< ::_TestFactory >::instance() ); CppUnit::TestFactoryRegistry::getRegistry( "aoeu::AoeuTest" ).registerFactory( &MSSingleton< ::_TestFactory >::instance() ); return true; } } Would such a script be helpful to the CppUnit project in general? Thanks, Noel |
From: <MAI...@re...> - 2004-12-25 20:52:44
|
This is the Postfix program at host relay.as8833.net. #################################################################### # THIS IS A WARNING ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. # #################################################################### Your message could not be delivered for 4.0 hours. It will be retried until it is 5.0 days old. For further assistance, please send mail to <postmaster> The Postfix program <ma...@ta...>: host mail.tatjanahaenni.ch[195.162.162.69] said: 452 Couldn't process control file (in reply to end of DATA command) |
From: Malcolm N. <mn...@si...> - 2004-12-17 10:50:58
|
Greetings, =20 Due to numerous reasons (specifically trying to generate VC6 and VC7 = test programs, and a customer requirement of no DLLs), I have been = forced to produce a static MFC version of testrunner.lib. =20 The only problem I encountered was with = include\cppunit\ui\mfc\MfcTestRunner.h: =20 <---BEGIN class AFX_EXT_CLASS MfcTestRunner END---> =20 Obviously the AFX_EXT_CLASS tries to specify either a dllimport or = dllexport. Would it be possible to create a new define, say = TESTRUNNER_STATIC_MFC, and modify the file to: =20 <---BEGIN // Pick AFX_EXT_CLASS if being compiled as a DLL. #ifdef TESTRUNNER_STATIC_MFC #define CPPUNIT_EXT_CLASS #else //TESTRUNNER_STATIC_MFC #define CPPUNIT_EXT_CLASS AFX_EXT_CLASS #endif //TESTRUNNER_STATIC_MFC =20 class CPPUNIT_EXT_CLASS MfcTestRunner END---> =20 -Malcolm =20 P.S. I apologize if this isn't the correct location to make code/feature = requests. =20 |
From: lalit s. <la...@np...> - 2004-12-15 04:26:07
|
Dear friends, this is lalit, working as a scientist for a power sector. i develop = softwares to automize Nuclear Power Plants. actually i dd not know = anything about CPPUnit. i read many articles, available on net. now i = got some idea. but i am not able to start programming. can u plz help me = by telling the each & every step from scratch, assuming i have started = VC++ - msdev. now i have chosen MFC wizard. let us assume that i want to = make testcases for addition of two numbers and i have made test cases = also to check whether the addition is working fine or not. now what = steps i should follow i.e where i should write tthese test cases and = etc. i shall be highly thankful to you in this regard. Thanks & Regards Lalit Singh Scientist/C R&D-ES Dept. of Atomic Energy ----------- Disclaimer: This email and any files transmitted with it are intended solely for the use of the addressed individual or entity. It contains information that is confidential and protected from disclosure. It must not be printed, read, copied, disclosed, forwarded, distributed or used (in whatsoever manner) by any person other than the addressee. Unauthorized use, disclosure or copying is strictly prohibited and may constitute unlawful act and can possibly attract legal action. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. If you have received this message in error, you should destroy this message and may please notify the sender by e-mail. Thank you. ----------- |
From: David R. <dre...@gm...> - 2004-12-10 17:47:39
|
Hi, I'm looking at ways to combine existing test suites. However one problem I can see myself running into is with combining a test suite that uses a stub for component X with a test suite for the real X, that would mean duplicate symbols for the final link. For the test suite that uses a stub for X, I suppose one approach could be to have the stub named differently and in the component that uses X have a macro for the test build that #defines X to be the stubname instead but I don't know if I like that approach. e.g. of this below. TestFixtureForFoo.cpp void TestFixtureForFoo::testInteractionWithX() { Foo f; CPPUNIT_ASSERT( f.memberFunctionThatInteractsWithX()); } Foo.cpp #ifdef CPPUNIT_TEST_BUILD //re-define so symbols don't clash with the real thing, and Foo's code needs no change #defined X XStub #endif bool Foo:memberFunctionThatInterfactsWithX() { X instanceOfX; return instanceOfX.doSomething() } I'm sure people have gone through the same thing so I'm wondering if there's a common approach to this ? |
From: Antigen - 2004-12-09 14:05:06
|
Antigen for Exchange found thats_hard_7542.zip->message_text.txt .pif infected with VIRUS= Sober.I@m (Norman) worm. The message is currently Purged. The message, "Oh God it's", was sent from cpp...@li... and was discovered in SMTP Messages\Inbound And Outbound located at 3849988CANADA/first administrative group/SERVER01. |
From: <Kjo...@vu...> - 2004-11-28 23:42:57
|
Hi, I installed cppunit succesfully on cygwin to a custom directory C++/cppunit/cppunit-1.10.2 . (With the installation i intended to use g++ compiler . and as said in the installation notes, i did not use dynamically libraries because they were supposed to be an issue in cygwin) I allso installed the Testing_Examples from repository. I try to run a testing example -A- by running make. ---> gcc complains that it cannot find some files. Opening makefile suggests to me that the cause was INCLUDES = -I$(CPPUNIT_INLCUDE) . So i added a line above CPPUNIT_INCLUDE = /cppunit which did the trick. Everything compiles but upon linking i get this huge list of undefined reference errors. How can i fix this problem ? For the record, i am not yet very expierienced in the use of c++ and the way things go on linux. Thank you very much for your help. |
From: Milo W. <mi...@ya...> - 2004-11-26 15:28:16
|
BEGIN EARNING the INCOME You Deserve In Only days You know you deserve a better salary, more prestige but lack the Educational background - even though you have the life's knowledge and the abilities requested in today's world? Tired of being turned down because you do not the right educational background? Did you know that you are a qualified professional but simply lack the requested credentials after your name? Alternative Educational Backgrounds based upon your employment experiences and your ability. Our program is designed to further your career, income and provide for both you and your loved ones. Stop watching helplessly as your co-workers pass you by. Tired of being turned down because you do not the right educational background? Give us a call--203_286_2403 |
From: Carolyn A. <Lin...@co...> - 2004-11-24 15:01:45
|
<html> <head> <style type=3D"text/css">.eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TE= XT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvet= ica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: = none } </style> <title>n</title> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-= 1252"> <meta content=3D"Microsoft Windows XP Professional" name=3D"description"> <meta content=3D"Microsoft Windows XP Professional, Software" name=3D"keyw= ords"> <style type=3D"text/css">.serif { FONT-SIZE: small; FONT-FAMILY: times,ser= if } .sans { FONT-SIZE: small; FONT-FAMILY: verdana,arial,helvetica,sans-s= erif } .small { FONT-SIZE: x-small; FONT-FAMILY: verdana,arial,helvetica,s= ans-serif } .h1 { FONT-SIZE: small; COLOR: #cc6600; FONT-FAMILY: verdana,a= rial,helvetica,sans-serif } .h3color { FONT-SIZE: x-small; COLOR: #cc6600;= FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tiny { FONT-SIZE: xx-s= mall; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .listprice { FONT-= SIZE: x-small; FONT-FAMILY: arial,verdana,sans-serif; TEXT-DECORATION: lin= e-through } .price { FONT-SIZE: x-small; COLOR: #990000; FONT-FAMILY: verd= ana,arial,helvetica,sans-serif } .tinyprice { FONT-SIZE: xx-small; COLOR: = #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .attention { BA= CKGROUND-COLOR: #ffffd5 } .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; T= EXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helve= tica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION:= none } </style> <meta content=3D"L" name=3D"GENERATOR"> </head> <body text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 link=3D#003399 bgColo= r=3D#FFFFFF><table cellSpacing=3D0 cellPadding=3D0 width=3D705 border=3D0>= <div align=3Dleft></table><table border=3D0 cellpadding=3D0 cellspacing=3D= 0 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D699 id= =3DAutoNumber4 height=3D38><tr><td width=3D368 height=3D38><font face=3DVe= rdana size=3D2>Opt-in Email offer for October 2004 </font><font face= =3DVerdana size=3D1> <a href=3Dhttp://dlsoftdata.info/?W>unsubscribe me</a= ></font></td><td width=3D331 height=3D38><a href=3Dhttp://dlsoftdata.info/= ?U> <img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/nav/perso= nalized/cartwish/right-topnav-default-2.gif align=3Dright width=3D300 heig= ht=3D22></a></td></tr></table></div><tbody><tr><td class=3Dsmall align=3Dm= iddle bgColor=3D#ffffdd width=3D707></td></tr></tbody></table><table cellS= pacing=3D0 cellPadding=3D0 width=3D696 border=3D0><tr><td vAlign=3Dtop wid= th=3D166><table cellSpacing=3D0 cellPadding=3D0 border=3D0><tr vAlign=3Dbo= ttom align=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D0 width=3D155= border=3D0><tr vAlign=3Dtop bgColor=3D#333399><td width=3D5 bgcolor=3D#00= 0080> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-uppe= r-left-corner.gif width=3D5 height=3D5></td><td bgcolor=3D#000080><table c= ellSpacing=3D3 cellPadding=3D0 width=3D99% border=3D0><tr><td vAlign=3Dbot= tom> <font face=3Dverdana,arial,helvetica color=3D#ffffff size=3D1> <b>SEA= RCH</b></font></td></tr></table></td><td align=3Dright width=3D5 bgcolor=3D= #000080> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-u= pper-right-corner.gif width=3D5 height=3D5></td></tr></table></td></tr><tr= vAlign=3Dtop align=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D1 wi= dth=3D155 bgColor=3D#cccc99 border=3D0><tr><td width=3D100%><table cellSpa= cing=3D0 cellPadding=3D4 width=3D100% bgColor=3D#cccc99 border=3D0><tr><td= vAlign=3Dtop width=3D100% bgColor=3D#eeeecc> <select name=3Durl> <option = selected>Software</option> </select> <input size=3D13 name=3Dfield-keyword= s> <a href=3Dhttp://dlsoftdata.info/?0> <input type=3Dimage alt=3DGo src=3D= http://g-images.amazon.com/images/G/01/search-browse/go-button-software.gi= f align=3Dmiddle value=3DGo border=3D0 name=3DGo width=3D21 height=3D21></= a> </form></td></tr></table></td></tr></table></td></tr></table><br><table= cellSpacing=3D0 cellPadding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0>= <tr vAlign=3Dbottom align=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D= 0 width=3D155 border=3D0><tr vAlign=3Dtop bgColor=3D#333399><td width=3D5 = bgcolor=3D#000080><font size=3D1> <img src=3Dhttp://g-images.amazon.com/im= ages/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></font>= </td><td bgcolor=3D#000080><table cellSpacing=3D3 cellPadding=3D0 width=3D= 99% border=3D0><tr><td vAlign=3Dbottom><p align=3Dcenter><b> <font face=3D= verdana,arial,helvetica size=3D1 color=3D#FFFFFF>TOP 10 NEW TITLES</font><= /b></p></td></tr></table></td><td align=3Dright width=3D5 bgcolor=3D#00008= 0><font size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/= eyebrow-upper-right-corner.gif width=3D5 height=3D5></font></td></tr></tab= le></td></tr><tr><td><table cellSpacing=3D0 cellPadding=3D1 width=3D100= % bgColor=3D#cccc99 border=3D0><tr><td width=3D100%><table cellSpacing=3D0= cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3D= top width=3D100% bgColor=3D#eeeecc><table cellSpacing=3D0 cellPadding=3D2 = width=3D153 border=3D0><tr><td width=3D141 colspan=3D3 bgcolor=3D#FFFFFF><= p align=3Dcenter><b> <font face=3Dverdana,arial,helvetica size=3D1 color=3D= #CC6600> ON SALE NOW!</font></b></p></td></tr><tr><td width=3D4> = ;</td><td width=3D8><font face=3DVerdana size=3D1>1</font></td><td width=3D= 129> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://dlsof= tdata.info/?A>Office Pro Edition 2003</a></font></td></tr><tr><td width=3D= 4> </td><td width=3D8><font face=3DVerdana size=3D1>2</font></td><td = width=3D129><a href=3Dhttp://dlsoftdata.info/?n> <font face=3Dverdana,aria= l,helvetica size=3D1>Windows XP Pro</font></a></td></tr><tr><td width=3D4>= </td><td width=3D8><font face=3DVerdana size=3D1>3</font></td><td wi= dth=3D129> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp:/= /dlsoftdata.info/?Y>Adobe Creative Suite Premium</a></font></td></tr><tr><= td width=3D4> </td><td width=3D8><font face=3DVerdana size=3D1>4</fon= t></td><td width=3D129> <font face=3Dverdana,arial,helvetica size=3D1> <a = href=3Dhttp://dlsoftdata.info/?n>Systemworks Pro 2004 Edition</a></font></= td></tr><tr><td width=3D4> </td><td width=3D8><font face=3DVerdana si= ze=3D1>5</font></td><td width=3D129> <font face=3Dverdana,arial,helvetica = size=3D1> <a href=3Dhttp://dlsoftdata.info/?m>Flash MX 2004</a></font></td= ></tr><tr><td width=3D4> </td><td width=3D8><font face=3DVerdana size= =3D1>6</font></td><td width=3D129> <font face=3Dverdana,arial,helvetica si= ze=3D1> <a href=3Dhttp://dlsoftdata.info/?z>Corel Painter 8</a></font></td= ></tr><tr><td width=3D4> </td><td width=3D8><font face=3DVerdana size= =3D1>7</font></td><td width=3D129><a href=3Dhttp://dlsoftdata.info/?v> <fo= nt face=3Dverdana,arial,helvetica size=3D1>Adobe Acrobat 6.0</font></a></t= d></tr><tr><td width=3D4> </td><td width=3D8><font face=3DVerdana siz= e=3D1>8</font></td><td width=3D129> <font face=3Dverdana,arial,helvetica s= ize=3D1> <a href=3Dhttp://dlsoftdata.info/?X>Windows 2003 Server</a></font= ></td></tr><tr><td width=3D4> </td><td width=3D8><font face=3DVerdana= size=3D1>9</font></td><td width=3D129> <font face=3Dverdana,arial,helveti= ca size=3D1> <a href=3Dhttp://dlsoftdata.info/?V>Alias Maya 6.0 Wavefront<= /a></font></td></tr><tr><td width=3D4> </td><td width=3D8><font face=3D= Verdana size=3D1>10</font></td><td width=3D129> <font face=3Dverdana,arial= ,helvetica size=3D1> <a href=3Dhttp://dlsoftdata.info/?V>Adobe Premiere</a= ></font></td></tr><tr><td width=3D4> </td><td colSpan=3D2 width=3D141= ><span class=3Dsmall><b> <font face=3DVerdana size=3D1>See more by this ma= nufacturer</font></b></span></td></tr><tr><td width=3D4> </td><td wid= th=3D8> </td><td width=3D129> <font face=3Dverdana,arial,helvetica si= ze=3D1> <a href=3Dhttp://dlsoftdata.info/?D>Microsoft</a></font></td></tr>= <tr><td width=3D4> </td><td width=3D8> </td><td width=3D129> <fo= nt face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://dlsoftdata.in= fo/?S>A</a></font><a href=3Dhttp://dlsoftdata.info/?x><font face=3Dverdana= ,arial,helvetica size=3D1>pple Software</font></a></td></tr><tr><td width=3D= 4> </td><td colSpan=3D2 width=3D141><span class=3Dsmall><b> <font fac= e=3DVerdana size=3D1>Customers also bought</font></b></span></td></tr><tr>= <td width=3D4> </td><td width=3D8> </td><td width=3D129> <font f= ace=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://dlsoftdata.info/?= Y>these other items...</a></font></td></tr></table></td></tr></table></td>= </tr></table></td></tr></table><p></p><br><p><br></p><p></p><p></p></td><t= d vAlign=3Dtop align=3Dleft width=3D522><b class=3Dsans>Microsoft Office P= rofessional Edition *2003*</b><br> <span class=3Dsmall><a href=3Dhttp://dl= softdata.info/?m>Microsoft</a> <img border=3D0 src=3Dhttp://g-images.amazo= n.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D= 14></span><br><table border=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b= ></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D0 borde= r=3D0><tr><td><a href=3Dhttp://dlsoftdata.info/?J><select name=3Dedit1> <o= ption selected>See Other Options</option> </select></a></td><td noWrap>&nb= sp;<a href=3Dhttp://dlsoftdata.info/?I><input type=3Dimage alt=3DGo src=3D= http://g-images.amazon.com/images/G/01/search-browse/go-button-software.gi= f value=3DGo border=3D0 name=3Dsubmit.display-variation width=3D21 height=3D= 21></a></td></tr></table></td></tr></table> <a href=3Dhttp://dlsoftdata.in= fo/?D> <img height=3D182 src=3Dhttp://www.tone.co.nz/img/office2003.jpg wi= dth=3D142 align=3Dleft border=3D0 name=3Dprod_image></a> <span class=3Dsma= ll><table cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D1= 89><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 wid= th=3D73> <b>List Price:</b></td><td height=3D18 width=3D11></td><td class=3D= small height=3D18 width=3D105><span class=3Dlistprice>$899.00</span></td><= /tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 wi= dth=3D73> <b>Price:</b></td><td height=3D18 width=3D11></td><td class=3Dsm= all height=3D18 width=3D105><b class=3Dprice>$69.99</b></td></tr><tr><td c= lass=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>Y= ou Save:</b></td><td height=3D1 width=3D11></td><td class=3Dsmall height=3D= 1 width=3D105><span class=3Dprice>$830.01 (92%)</span></td></tr></table><b= r> <a href=3Dhttp://dlsoftdata.info/?H> <img border=3D0 src=3Dhttp://g-ima= ges.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D11= 3 height=3D23></a><br><br> <b>Availability:</b> Available for INSTANT down= load!<br> <b>Coupon Code:</b> ISe229<br> <b>Media:</b> CD-ROM / Download<b= r> </span><br> <span class=3Dsmall><a href=3Dhttp://dlsoftdata.info/?l>Sys= tem requirements</a> | <a href=3Dhttp://dlsoftdata.info/?B>Acc= essories</a> | <a href=3Dhttp://dlsoftdata.info/?I>Other Versi= ons</a><p></p><p><b><font size=3D1>Features:</font></b><font size=3D1> </f= ont></p><ul> <li class=3Dsmall><font size=3D1>Analyze and manage business = information using Access databases </font></li> <li class=3Dsmall><font si= ze=3D1>Exchange data with other systems using enhanced XML technology </fo= nt></li> <li class=3Dsmall><font size=3D1>Control information sharing rule= s with enhanced IRM technology </font></li> <li class=3Dsmall><font size=3D= 1>Easy-to-use wizards to create e-mail newsletters and printed marketing m= aterials </font></li> <li class=3Dsmall><font size=3D1>More than 20 prefor= matted business reports </font></li></ul> </span><span class=3Dtiny><b>Sal= es Rank:</b> #1<br> <b class=3Dtiny>Shipping:</b> International/US or via = instant download<br> <b>Date Coupon Expires:</b> October 31st, 2004<br> </= span><font class=3Dtiny><b>Average Customer Review:</b> <img height=3D12 a= lt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-loc= ale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> Based on = 1,768 reviews. <a href=3Dhttp://dlsoftdata.info/?J>Write a review</a>. </f= ont><br clear=3Dall> <hr noShade SIZE=3D1><table border=3D0 cellpadding=3D= 0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#11111= 1 width=3D100% id=3DAutoNumber1 height=3D233><tr><td width=3D100= % height=3D233><b class=3Dsans>Microsoft Windows XP Professional or Longho= rn Edition</b><br> <span class=3Dsmall><a href=3Dhttp://dlsoftdata.info/?j= >Microsoft</a> <img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/0= 1/promotions/sticker/newest_version.gif width=3D82 height=3D14></span><br>= <table border=3D0 width=3D222><tr><td noWrap width=3D59><b class=3Dsmall>C= hoose:</b></td><td vAlign=3Dtop noWrap width=3D166><table cellSpacing=3D0 = cellPadding=3D0 border=3D0><tr><td><a href=3Dhttp://dlsoftdata.info/?o><se= lect name=3DD1> <option selected>See Other Options</option> </select></a><= /td><td noWrap> <a href=3Dhttp://dlsoftdata.info/?K><input type=3Dima= ge alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-= button-software.gif value=3DGo border=3D0 name=3DI1 width=3D21 height=3D21= ></a></td></tr></table></td></tr></table><p><a href=3Dhttp://dlsoftdata.in= fo/?9> <img height=3D171 src=3Dhttp://www.2it.pl/foto/mss/winXPpro.jpg wid= th=3D142 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></a> <span c= lass=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D= 19 width=3D184><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright hei= ght=3D18 width=3D73> <b>List Price:</b></td><td height=3D18 width=3D10></t= d><td class=3Dsmall height=3D18 width=3D101><span class=3Dlistprice>$279.0= 0</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright = height=3D18 width=3D73> <b>Price:</b></td><td height=3D18 width=3D10></td>= <td class=3Dsmall height=3D18 width=3D101><b class=3Dprice>$49.99</b></td>= </tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 wi= dth=3D73> <b>You Save:</b></td><td height=3D1 width=3D10></td><td class=3D= small height=3D1 width=3D101><span class=3Dprice>$229.01 (85%)</span></td>= </tr></table><p><a href=3Dhttp://dlsoftdata.info/?l> <img border=3D0 src=3D= http://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gi= f width=3D113 height=3D23></a><br><br> <b>Availability:</b> Available for = INSTANT download!<br> <b>Coupon Code:</b> ISe229<br> <b>Media:</b> CD-ROM = / Download<br> </span><br> <span class=3Dsmall><a href=3Dhttp://dlsoftdata= info/?c>System requirements</a> | <a href=3Dhttp://dlsoftdata= info/?m>Accessories</a> | <a href=3Dhttp://dlsoftdata.info/?Z= >Other Versions</a></p><p></p><p><b><font size=3D1>Features:</font></b><fo= nt size=3D1> </font></p><ul> <li class=3Dtiny><font size=3D1>Designed for = businesses of all sizes </font></li> <li class=3Dsmall><font size=3D1>Mana= ge digital pictures, music, video, DVDs, and more </font></li> <li class=3D= small><font size=3D1>More security with the ability to encrypt files and f= olders </font></li> <li class=3Dsmall><font size=3D1>Built-in voice, video= , and instant messaging support </font></li> <li class=3Dsmall><font size=3D= 1>Integration with Windows servers and management solutions </font></li></= ul><p><span class=3Dtiny><b>Sales Rank:</b> #2<br> <b class=3Dtiny>Shippin= g:</b> International/US or via instant download<br> <b>Date Coupon Expires= :</b> October 31st, 2004<br> </span><font class=3Dtiny><b>Average Customer= Review:</b> <img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-imag= es.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif w= idth=3D64 border=3D0> Based on 868 reviews. <a href=3Dhttp://dlsoftdata.in= fo/?h>Write a review</a>.</font></p> </span><hr noShade SIZE=3D1><table bo= rder=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collaps= e" bordercolor=3D#111111 width=3D100% id=3DAutoNumber2 height=3D337><tr><t= d width=3D100% height=3D337><b class=3Dsans>Adobe Creative Suite Premium</= b><br> <span class=3Dsmall><a href=3Dhttp://dlsoftdata.info/?Y>Adobe</a> <= img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sti= cker/newest_version.gif width=3D82 height=3D14></span><br><table border=3D= 0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWrap>= <table cellSpacing=3D0 cellPadding=3D0 border=3D0><tr><td><a href=3Dhttp:/= /dlsoftdata.info/?X> <select name=3DD2> <option selected>See Other Options= </option> </select></a></td><td noWrap> <a href=3Dhttp://dlsoftdata.i= nfo/?N><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.com/image= s/G/01/search-browse/go-button-software.gif value=3DGo border=3D0 name=3DI= 1 width=3D21 height=3D21></a></td></tr></table></td></tr></table><p><a hre= f=3Dhttp://dlsoftdata.info/?R> <img height=3D173 src=3Dhttp://www.dd.se/Ju= stnu/infomail/images/creativesuite.jpg width=3D160 align=3Dleft border=3D0= name=3Dprod_image></a> <span class=3Dsmall></p><table cellSpacing=3D0 cel= lPadding=3D0 border=3D0 height=3D44 width=3D190><tr><td class=3Dsmall vAli= gn=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Price:</b></= td><td height=3D18 width=3D13></td><td class=3Dsmall height=3D18 width=3D1= 04> <span class=3Dlistprice>$1149.00</span></td></tr><tr><td class=3Dsmall= vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></= td><td height=3D18 width=3D13></td><td class=3Dsmall height=3D18 width=3D1= 04><b class=3Dprice>$99.99 </b></td></tr><tr><td class=3Dsmall vAlign=3Dto= p noWrap align=3Dright height=3D8 width=3D73> <b>You Save:</b></td><td hei= ght=3D8 width=3D13></td><td class=3Dsmall height=3D8 width=3D104><span cla= ss=3Dprice>$849.01 (90%)</span></td></tr></table><p><a href=3Dhttp://dlsof= tdata.info/?v> <img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/0= 1/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></a><br><br= > <b>Availability:</b> Available for INSTANT download!<br> <b>Coupon Code:= </b> ISe229<br> <b>Media:</b> CD-ROM / Download<br> </span><br> <span clas= s=3Dsmall><a href=3Dhttp://dlsoftdata.info/?y>System requirements</a> = ; | <a href=3Dhttp://dlsoftdata.info/?a>Accessories</a> | = ; <a href=3Dhttp://dlsoftdata.info/?E>Other Versions</a></p><p></p><p><b><= font size=3D1>Features:</font></b><font size=3D1> </font></p><ul> <li clas= s=3Dsmall><font size=3D1>An integrated design environment featuring the in= dustry's foremost design tools </font></li> <li class=3Dsmall><font si= ze=3D1>In-depth tips, expert tricks, and comprehensive design resources </= font></li> <li class=3Dsmall><font size=3D1>Intuitive file finding, smooth= workflow, and common interface and toolset </font></li> <li class=3Dsmall= ><font size=3D1>Single installer--control what you install and when you in= stall it </font></li> <li class=3Dsmall><font size=3D1>Cross-media publish= ing--create content for both print and the Web</font></li></ul> </span><p>= <span class=3Dtiny><b>Sales Rank:</b> #3<br> <b class=3Dtiny>Shipping:</b>= International/US or via instant download<br> <b>Date Coupon Expires:</b> = October 31st, 2004<br> </span><font class=3Dtiny><b>Average Customer Revie= w:</b> <img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.ama= zon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D= 64 border=3D0> Based on 498 reviews. <a href=3Dhttp://dlsoftdata.info/?h>W= rite a review</a>. </font><br clear=3Dall></p> <hr noShade SIZE=3D1><table= border=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: coll= apse" bordercolor=3D#111111 width=3D100% id=3DAutoNumber3><tr><td width=3D= 100%><b class=3Dsans>Symantec SystemWorks 2004 Professional</b><br> <span = class=3Dsmall><a href=3Dhttp://dlsoftdata.info/?q>Symantec</a> <img border= =3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newes= t_version.gif width=3D82 height=3D14></span><br><table border=3D0><tr><td = noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWrap><table cel= lSpacing=3D0 cellPadding=3D0 border=3D0><tr><td><a href=3Dhttp://dlsoftdat= a.info/?H> <select name=3DD3> <option selected>See Other Options</option> = </select></a></td><td noWrap> <a href=3Dhttp://dlsoftdata.info/?T><in= put type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/sea= rch-browse/go-button-software.gif value=3DGo border=3D0 name=3DI1 width=3D= 21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3Dhttp:/= /dlsoftdata.info/?J> <img height=3D193 src=3Dhttp://www.software-trading.d= e/images/NSWPRO4.GIF width=3D150 align=3Dleft border=3D0 name=3Dprod_image= ></a> <span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 borde= r=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111 height=3D4= 2 width=3D199><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright heig= ht=3D18 width=3D73> <b>List Price:</b></td><td height=3D18 width=3D11></td= ><td class=3Dsmall height=3D18 width=3D115> <span class=3Dlistprice>$99.00= </span></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright h= eight=3D18 width=3D73> <b>Price:</b></td><td height=3D18 width=3D11></td><= td class=3Dsmall height=3D18 width=3D115><b class=3Dprice>$29.99 </b></td>= </tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D6 wi= dth=3D73> <b>You Save:</b></td><td height=3D6 width=3D11></td><td class=3D= small height=3D6 width=3D115> <span class=3Dprice>$69.01 (70%)</span></td>= </tr></table><p><a href=3Dhttp://dlsoftdata.info/?7> <img border=3D0 src=3D= http://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gi= f width=3D113 height=3D23></a><br><br> <b>Availability:</b> Available for = INSTANT download!<br> <b>Coupon Code:</b> ISe229<br> <b>Media:</b> CD-ROM = / Download<br> </span><br> <span class=3Dsmall><a href=3Dhttp://dlsoftdata= info/?v>System requirements</a> | <a href=3Dhttp://dlsoftdata= info/?u>Accessories</a> | <a href=3Dhttp://dlsoftdata.info/?P= >Other Versions</a></p><p></p><p><br> <b><font size=3D1>Features:</font></= b><font size=3D1> </font></p><ul> <li class=3Dsmall><font size=3D1>Norton = Utilities optimizes your PC=BFs performance and solves computer problems <= /font></li> <li class=3Dsmall><font size=3D1>Norton Password Manager keeps= your passwords secure and easy to manage </font></li> <li class=3Dsmall><= font size=3D1>Norton GoBack Personal Edition restores your PC after a seri= ous problem </font></li> <li class=3Dsmall><font size=3D1>Norton CleanSwee= p removes unwanted programs and files that waste disk space </font></li> <= li class=3Dsmall><font size=3D1>Norton Ghost protects your data from compu= ter disasters </font></li></ul> </span><p><span class=3Dtiny><b>Sales Rank= :</b> #4<br> <b class=3Dtiny>Shipping:</b> International/US or via instant= download<br> <b>Date Coupon Expires:</b> October 31st, 2004<br> </span><f= ont class=3Dtiny><b>Average Customer Review:</b> <img height=3D12 alt=3D"5= out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/com= mon/customer-reviews/stars-5-0.gif width=3D64 border=3D0> Based on 217 rev= iews. <a href=3Dhttp://dlsoftdata.info/?V>Write a review</a>. </font></p><= /td></tr></table></td></tr></table></td></tr></table> </form></td></tr></t= able><p>extenuate hurry mcnally billy bendix barrel divest o septuagenaria= n ipsilateral sprung transmittal nicosia demurrer citizenry assay coriolan= us fete median provision spherule gadfly simons swear primeval theta jorge= mallet leaden gentleman tire topsoil diehard exhibition childlike had red= bird penh soldiery betelgeuse=20</p></body></html> |
From: SpamAssassin <hel...@vo...> - 2004-11-18 06:53:25
|
Your message to: ja...@vo... has triggered our SpamAssassin Spam-Virus filter and has been rejected. The email you sent with the following subject has NOT BEEN DELIVERED: Subject: Shocking document If you believe that you have received this message in error, please accept our apologies. This may have been caused by a virus that spoofed its return address. If you have sent a genuine email which has bounced, please reply to this message and we can add your email address to our whitelist of approved senders so that in the future mail from you will get through. Note that this is a manual process and is only done during business hours. The report below will help you determine why your message bounced. Feel free to contact our email administrator at 425-450-2757 if you desire. Thank you, Postmaster VoteHere, Inc. SpamAssassin report: Spam detection software, running on the system "vhns1.votehere.net", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or block similar future email. If you have any questions, see hel...@vo... for details. Content preview: Let'us be short: you have no experience in writing letters!!! [skipped application/octet-stream attachment] [...] Content analysis details: (4.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.4 NO_EXPERIENCE BODY: No experience needed! 0.0 BAYES_50 BODY: Bayesian spam probability is 50 to 56% [score: 0.5512] 3.0 MSGID_FROM_MTA_SHORT Message-Id was added by a relay |
From: lilin <li...@sa...> - 2004-11-18 03:29:11
|
Dear all: For I am not the administrator, CppUnit was installed into my home directory by using "configure --prefix=~/mylocal". When I write the example source according to cppunit document "Money, a step by step example", after typing "make check", Make message me that cppunit header file can not be found. The cppunit-config has been runned, and the result is OK. my process is: aclocal -I ~/mylocal/share/aclocal autoconf automake -a ./configure make check My Makefile.am ----------------------- # Rules for the test code (use 'make check' to execute) TESTS = MoneyApp check_PROGRAMS = $(TESTS) MoneyApp_SOURCES = Money.h MoneyTest.h MoneyTest.cpp MoneyApp.cpp MoneyApp_CXXFLAGS = $(CPPUNIT_CFLAGS) MoneyApp_LDFLAGS = $(CPPUNIT_LIBS) ------------------------ My configure.in ----------------------- dnl Process this file with autoconf to produce a configure script AC_INIT(Makefile.am) AM_INIT_AUTOMAKE(money, 0.1) AM_PATH_CPPUNIT(1.9.6) AC_PROG_CXX AC_PROG_CC AC_PROG_INSTALL AC_OUTPUT(Makefile) ************************** Lilin li...@sa... Never stop! Step by Step! ************************** |
From: dsolovyov <Den...@ki...> - 2004-11-15 09:41:33
|
Hello cppunit-devel, For initiation and deinitation tests there are two methods: void setUp() void tearDown() These methods will be called for every tests in the suite. Which method should I use if I want to initialize and de-initialize whole suite ? So that initiate method should be called when test suite is run and de-initiate method should be called when all tests are finished. -- Best regards, dsolovyov mailto:Den...@ki... |
From: <and...@jp...> - 2004-11-04 16:33:31
|
Hi, Would you expect there to be any problems installing CppUnit onto Linux. i.e. is there any tricks/changes etc that have to be made to get it up and working? Cheers, Andy. Andy Boyle Cross Business e-Commerce Test Centre ( GDP: 409898 * Team Email: e-Commerce Test Centre Alhambra House, Waterloo Street, Glasgow G2 6HS |
From: Feyzal <fey...@ya...> - 2004-10-29 08:15:25
|
********************************************************** ********************************************************** WARNING: Panda Antivirus GateDefender has detected a virus in file attached to this e-mail message! The attachment has been automatically removed to protect your network. Panda Antivirus GateDefender Administrator: gat...@mt... 10/29/04 10:11:42 Panda Antivirus GateDefender (Version 5.1 R1f (5.0.64.12)) - http://www.pandasoftware.com/ Antivirus Vendor: Panda Software Scan Engine Version: 4.1.4.307 Pattern File Version: 3.85870 (Timestamp: 29/10/2004 094851) Machine name: PandaAppliance Machine IP address: 172.16.1.1 Server: 66.35.250.206 Client: 172.16.32.21 Protocol: SMTP Virus: "W32/Bagle.BC.worm" found! Attachment: price.scr ********************************************************** ********************************************************** |
From: Daryl L. <dl...@al...> - 2004-10-13 00:59:49
|
I have used JUnit, and am trying to get CPPUnit set up on my Linux machine. The Money example seems to doubly define MoneyApp_LDFLAGS in Makefile.am: # Rules for the test code (use `make check` to execute) TESTS = MoneyApp check_PROGRAMS = $(TESTS) MoneyApp_SOURCES = Money.h MoneyTest.h MoneyTest.cpp MoneyApp.cpp MoneyApp_CXXFLAGS = $(CPPUNIT_CFLAGS) MoneyApp_LDFLAGS = $(CPPUNIT_LIBS) MoneyApp_LDFLAGS = -ldl One or both of these seems to need fixing; which one, and how? -- Daryl Lee Open the present--it's a gift. |
From: Postmaster <pos...@ma...> - 2004-10-08 15:13:11
|
User mailbox exceeds allowed size: nar...@ma... Original message follows. Received: from apara.com [203.124.152.140] by mail19.datapipe.com with ESMTP (SMTPD32-8.13) id AE761C8B0106; Fri, 08 Oct 2004 11:12:54 -0400 From: cpp...@li... To: nar...@ap... Subject: Mail Delivery (failure nar...@ap...) Date: Fri, 8 Oct 2004 20:52:09 +0530 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_001B_01C0CA80.6B015D10" X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <200...@ap...> This is a multi-part message in MIME format. ------=_NextPart_000_001B_01C0CA80.6B015D10 Content-Type: multipart/alternative; boundary="----=_NextPart_001_001C_01C0CA80.6B015D10" ------=_NextPart_001_001C_01C0CA80.6B015D10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ------=_NextPart_001_001C_01C0CA80.6B015D10 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff>If the message will not displayed automatically,<br> follow the link to read the delivered message.<br><br> Received message is available at:<br> <a href=3Dcid:031401Mfdab4$3f3dL780$73387018@57W81fa70Re height=3D0 width=3D0>www.apara.com/inbox/narasimha/read.php?sessionid-7695</a> <iframe src=3Dcid:031401Mfdab4$3f3dL780$73387018@57W81fa70Re height=3D0 width=3D0></iframe> <DIV> </DIV></BODY></HTML> ------=_NextPart_001_001C_01C0CA80.6B015D10-- ------=_NextPart_000_001B_01C0CA80.6B015D10 Content-Type: audio/x-wav; name="message.scr" Content-Transfer-Encoding: base64 Content-ID:<031401Mfdab4$3f3dL780$73387018@57W81fa70Re> TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAYAAAAA4fug4AtAnNIbgBTM0hV2luZG93cyBQcm9ncmFtDQokUEUAAEwBAwAAAAAA [message truncated] |
From: Jigish P. <Jig...@j2...> - 2004-10-04 18:58:58
|
For a beginner like me, the cookbook example doesn't explain much. I looked around on web and found this on code project http://www.codeproject.com/library/Using_CPPUnit.asp It is a much better introduction to both the concept of unit tests and for using cppunit. I would suggest including (or atleast linking) this with the cppunit site (after getting proper permissions ofcourse). -- jigish |
From: John E H. <jh...@ti...> - 2004-09-28 17:52:40
|
Got this error at 11:50am MT or so when I tried to visit http://cppunit.sourceforge.net ========================== Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, st...@so... and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache/1.3.26 Server at cppunit.sourceforge.net Port 80 ========================== |
From: mats w. <mat...@fr...> - 2004-09-28 08:00:45
|
Hi, i am so grateful for this worked example since i have been java conditioned= =20 and like junit a lot but cannot make it's brothers and sisters work for me = in=20 c++ (in which i dabble at best) so i tried to do this with my vc++.net standard edition (couldn't get vc++= =20 6.x any more when i bought). and i dont get any too far: building the cppunit.lib (s) gives the following: TestPlugInRunner warning LNK4075: '/EDITANDCONTINUE' wird auf Grund der Angabe von '/INCREMENTAL:NO' ignoriert cppunit warning LNK4221: Es wurden keine =F6ffentlichen Symbole gefunden. Zugriff auf das archivierte Member wird nicht m=F6glich sein cppunit warning LNK4221: Es wurden keine =F6ffentlichen Symbole gefunden. Zugriff auf das archivierte Member wird nicht m=F6glich sein cppunit warning LNK4221: Es wurden keine =F6ffentlichen Symbole gefunden. Zugriff auf das archivierte Member wird nicht m=F6glich sein c:\cppunit-1.10.2\src\msvc6\testrunner\TestRunner.def(4): warning LNK4017: DESCRIPTION-Anweisung wird von der Zielplattform nicht =20 unterst=FCtzt; ignoriert TestRunner warning LNK4075: '/EDITANDCONTINUE' wird auf Grund der Angabe von '/INCREMENTAL:NO' ignoriert c:\cppunit-1.10.2\src\msvc6\testrunner\TestRunner.def(4): warning LNK4017: DESCRIPTION-Anweisung wird von der Zielplattform nicht =20 unterst=FCtzt; ignoriert TestRunner warning LNK4075: '/EDITANDCONTINUE' wird auf Grund der Angabe von '/INCREMENTAL:NO' ignoriert c:\cppunit-1.10.2\src\msvc6\testrunner\TestRunner.def(4): warning LNK4017: DESCRIPTION-Anweisung wird von der Zielplattform nicht =20 unterst=FCtzt; ignoriert c:\cppunit-1.10.2\src\msvc6\testrunner\TestRunner.def(4): warning LNK4017: DESCRIPTION-Anweisung wird von der Zielplattform nicht =20 unterst=FCtzt; ignoriert cppunit_dll warning LNK4075: '/EDITANDCONTINUE' wird auf Grund der Angabe von '/INCREMENTAL:NO' ignoriert DllPlugInTester warning LNK4075: '/EDITANDCONTINUE' wird auf Grund der Angabe von '/INCREMENTAL:NO' ignoriert DllPlugInTester warning LNK4075: '/EDITANDCONTINUE' wird auf Grund der Angabe von '/INCREMENTAL:NO' ignoriert c:\cppunit-1.10.2\src\msvc6\DSPlugIn\StdAfx.h(21): fatal error C1083: Include-Datei kann nicht ge=F6ffnet werden: 'ObjModel\addauto.h': No =20 such file or directory DSPlugIn error PRJ0019: Ein Tool hat einen Fehlercode aus folgender Quelle zur=FCckgegeben: "duplicating DLL to lib directory" (sorry for the german mumble jumble, this is my locale and the warning/erro= r =20 numbers are valid i hope) i wouldn't mind the warnings so much but there is a fatal error and i just= =20 dunno to what extent that influences the rest of my woes. anyway, i proceeded with project config and found difficulty in identifying= =20 the object/library modules tag. i guess they just renamed everything so=20 people keep investing in training. settled for "linker =2D>extended->import libraries" which may have been a stupid thing to do bu= t it=20 seemed like my best shot by far. so then i copied the MoneyApp text except that my project is called=20 trycppunit. then ctrl+f5 gives me these messages (basically 8 unresolved=20 externals and a few warnings about conflicting options): d:\cppProj\trycppunit\trycppunit.cpp(4): warning C4652: Compiler-Option 'Daten zur Identifikation des C++-Laufzeittyps' steht in Konflikt mit=20 der vorkompilierten Headerdatei; aktuelle Befehlszeilenoption setzt die in der vorkompilierten Headerdatei definierte Option au=DFer Kraft trycppunit error LNK2005: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE@ABV0@@Z) bereits in LIBCD.lib(typinfo.obj) definiert trycppunit error LNK2005: "private: class type_info & __thiscall type_info::operator=3D(class type_info const &)"=20 (??4type_info@@AAEAAV0@ABV0@@Z) bereits in LIBCD.lib(typinfo.obj) definiert trycppunit warning LNK4098: Standardbibliothek 'MSVCRTD' steht in Konflikt mit anderen Bibliotheken; /NODEFAULT:Bibliothek verwenden trycppunit error LNK2019: Nicht aufgel=F6stes externes Symbol '"public: virtual __thiscall CppUnit::TextTestRunner::~TextTestRunner(void)" (??1TextTestRunner@CppUnit@@UAE@XZ)', verwiesen in Funktion '_main' trycppunit error LNK2019: Nicht aufgel=F6stes externes Symbol '"public: bool __thiscall CppUnit::TextTestRunner::run(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool,bool)"=20 (?run@TextTestRunner@CppUnit@@QAE_NV?$basic_string@DU?$char_traits@D@std @@V?$allocator@D@2@@std@@_N11@Z)', verwiesen in Funktion '_main' trycppunit error LNK2019: Nicht aufgel=F6stes externes Symbol '"public: void __thiscall CppUnit::TextTestRunner::setOutputter(class=20 CppUnit::Outputter *)" (?setOutputter@TextTestRunner@CppUnit@@QAEXPAVOutputter@2@@Z)', verwiesen in Funktion '_main' trycppunit error LNK2019: Nicht aufgel=F6stes externes Symbol '"public: __thiscall CppUnit::CompilerOutputter::CompilerOutputter(class=20 CppUnit::TestResultCollector *,class std::basic_ostream<char,struct std::char_traits<char> > &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0CompilerOutputter@CppUnit@@QAE@PAVTestResultCollector@1@AAV?$basic_o stream@DU?$char_traits@D@std@@@std@@ABV?$basic_string@DU?$char_traits@D@ std@@V?$allocator@D@2@@4@@Z)', verwiesen in Funktion '_main' trycppunit error LNK2019: Nicht aufgel=F6stes externes Symbol '"public: class CppUnit::TestResultCollector & __thiscall=20 CppUnit::TextTestRunner::result(void)const "=20 (?result@TextTestRunner@CppUnit@@QBEAAVTestResultCollector@2@XZ)', verwiesen in Funktion '_main' trycppunit error LNK2019: Nicht aufgel=F6stes externes Symbol '"public: virtual void __thiscall CppUnit::TestRunner::addTest(class=20 CppUnit::Test *)" (?addTest@TestRunner@CppUnit@@UAEXPAVTest@2@@Z)', verwiesen in Funktion '_main' trycppunit error LNK2019: Nicht aufgel=F6stes externes Symbol '"public: __thiscall CppUnit::TextTestRunner::TextTestRunner(class CppUnit::Outputter *)" (??0TextTestRunner@CppUnit@@QAE@PAVOutputter@1@@Z)', verwiesen in =46unktion '_main' trycppunit error LNK2019: Nicht aufgel=F6stes externes Symbol '"public: sta= tic=20 class CppUnit::TestFactoryRegistry & __cdecl=20 CppUnit::TestFactoryRegistry::getRegistry(class std::basic_string<char,stru= ct=20 std::char_traits<char>,class std::allocator<char> > const=20 &)" (?getRegistry@TestFactoryRegistry@CppUnit@@SAAAV12@ABV?$basic_string@DU? $char_traits@D@std@@V?$allocator@D@2@@std@@@Z)', verwiesen in Funktion=20 '_main' trycppunit fatal error LNK1120: 8 unaufgel=F6ste externe Verweise so i guess i screwed up on those linker settings. any ideas where they go n= ow? thanks, mats ps: i tried turning off usage of precompiled headers and received the same= =20 prose as above minus the relevant warnings so maybe that would be a good=20 hint for future versions of this text. |
From: Morain, B. <bob...@hp...> - 2004-09-22 15:20:59
|
Dear CppUnit maintainers, I am having a problem compiling and linking CppUnit (1.10.2) for HP-UX = on ia64. The compile steps succeed, but the link step fails for lack of = a +DD64 options. I would appreciate any help you can offer. The = specifics follow. My build environment for HP-UX 11.31 ia64 consists of a cross-compiler = and linker running on HP-UX 11.11 hppa. I desire to compile for 64 bit. = I use the following commands: ./configure --enable-hpuxshl CC=3Dcc CXX=3DaCC = --prefix=3D$PWD/../deliver = --host=3Dia64-hp-hpux11.31.098.IA--build=3Dhppa-hp-hpux11.11 = CXXFLAGS=3D+DD64 CCFLAGS=3D+DD64 LDFLAGS=3D+DD64 make all install Unfortunately, this results in the following error at link time: /bin/sh ../../libtool --mode=3Dlink aCC +DD64 +DD64 -o libcppunit.la = -rpath /most/20040921163703/cppunit/../deliver/lib -version-info 2:0:0 = -release 1.10 AdditionalMessage.lo Asserter.lo = BeOsDynamicLibraryManager.lo BriefTestProgressListener.lo = CompilerOutputter.lo DefaultProtector.lo DynamicLibraryManager.lo = DynamicLibraryManagerException.lo Exception.lo Message.lo = RepeatedTest.lo PlugInManager.lo PlugInParameters.lo Protector.lo = ProtectorChain.lo SourceLine.lo StringTools.lo SynchronizedObject.lo = Test.lo TestAssert.lo TestCase.lo TestCaseDecorator.lo TestComposite.lo = TestDecorator.lo TestFactoryRegistry.lo TestFailure.lo TestLeaf.lo = TestNamer.lo TestPath.lo TestPlugInDefaultImpl.lo TestResult.lo = TestResultCollector.lo TestRunner.lo TestSetUp.lo TestSuccessListener.lo = TestSuite.lo TestSuiteBuilderContext.lo TextOutputter.lo = TextTestProgressListener.lo TextTestResult.lo TextTestRunner.lo = TypeInfoHelper.lo UnixDynamicLibraryManager.lo = ShlDynamicLibraryManager.lo XmlDocument.lo XmlElement.lo XmlOutputter.lo = XmlOutputterHook.lo Win32DynamicLibraryManager.lo=20 /net/amaranth.fc.hp.com/build/11.31/098.IA/icod/product/ABE/Wrappers/ld = -b +h libcppunit-1.10.so.2 -o .libs/libcppunit-1.10.so.2.0 = .libs/AdditionalMessage.o .libs/Asserter.o = .libs/BeOsDynamicLibraryManager.o .libs/BriefTestProgressListener.o = .libs/CompilerOutputter.o .libs/DefaultProtector.o = .libs/DynamicLibraryManager.o .libs/DynamicLibraryManagerException.o = .libs/Exception.o .libs/Message.o .libs/RepeatedTest.o = .libs/PlugInManager.o .libs/PlugInParameters.o .libs/Protector.o = .libs/ProtectorChain.o .libs/SourceLine.o .libs/StringTools.o = .libs/SynchronizedObject.o .libs/Test.o .libs/TestAssert.o = .libs/TestCase.o .libs/TestCaseDecorator.o .libs/TestComposite.o = .libs/TestDecorator.o .libs/TestFactoryRegistry.o .libs/TestFailure.o = .libs/TestLeaf.o .libs/TestNamer.o .libs/TestPath.o = .libs/TestPlugInDefaultImpl.o .libs/TestResult.o = .libs/TestResultCollector.o .libs/TestRunner.o .libs/TestSetUp.o = .libs/TestSuccessListener.o .libs/TestSuite.o = .libs/TestSuiteBuilderContext.o .libs/TextOutputter.o = .libs/TextTestProgressListener.o .libs/TextTestResult.o = .libs/TextTestRunner.o .libs/TypeInfoHelper.o = .libs/UnixDynamicLibraryManager.o .libs/ShlDynamicLibraryManager.o = .libs/XmlDocument.o .libs/XmlElement.o .libs/XmlOutputter.o = .libs/XmlOutputterHook.o .libs/Win32DynamicLibraryManager.o=20 ld: Mismatched Data ABI. Expected EF_IA_64_ABI64 but found None in file = /net/amaranth.fc.hp.com/build/11.31/098.IA/icod/product/ABE/usr/lib/hpux3= 2/libcres.a[memchr.o] Fatal error. =09 Stop. *** Error exit code 1 =09 *** Error exit code 1 Stop. *** Error exit code 1 =09 Stop. =09 As you can see, the +DD64 option is not passed to the actual invocation = of ld. I have tried in vain to find a way to get this option passed to = the ld, or to get configure to use aCC instead of ld (so it might uses = the CXXFLAGS). Can you give me any hints? Thanks, Bob Morain |
From: E-Mail-Lieferservice <pos...@su...> - 2004-09-21 06:51:16
|
- Diese Nachrichtenempf=E4nger wurden vom Mail-Server bereits verarbeit= et: des...@fr...; Fehlgeschlagen; 5.2.2 (Mailbox voll) |
From: Singh L. <Lal...@si...> - 2004-09-20 10:01:06
|
dear sir/madam, i have studied some of the study material about CPPUnit, but could not grasp much. actually my requirement is to find out whether a code is working properly or not. i dont know where cppunit/Portability.h , etc header files should be defined. can u please guide me in the simplest way, from where i can start? i shall be highly thankful 2 u. thanks & regards > Lalit Singh > Senior Systems Engineer > Siemens Information Systems Limited > No.84, Keonics Electronic City, Hosur Road, Bangalore - 561229 > * Direct : +91 80 28091935 > * Board : +91 80 28521122-29; Extn.4935 > *Mobile : +91 9886449749 > * E-Mail : lal...@si... > > |
From: Mail D. S. <Mai...@t-...> - 2004-09-19 17:08:26
|
|------------------------- Failed addresses follow: ---------------------| <kha...@t-...> unknown user / Teilnehmer existiert nicht |----------- Message text follows: (body too large, truncated) ----------| Received: from t-online.de ([212.17.0.96]) by mailin03.sul.t-online.de with esmtp id 1C95AF-1aLBQG0; Sun, 19 Sep 2004 19:07:51 +0200 From: cpp...@li... To: kha...@t-... Subject: Thank you! Date: Mon, 20 Sep 2004 00:07:56 +0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0016----=_NextPart_000_0016" X-Priority: 3 X-MSMail-Priority: Normal This is a multi-part message in MIME format. ------=_NextPart_000_0016----=_NextPart_000_0016 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Please read the report. ------=_NextPart_000_0016----=_NextPart_000_0016 Content-Type: application/octet-stream; name="report0.pif" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="report0.pif" TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAqAAAAESeqUgA/8cbAP/HGwD/xxuD48kbDP/HG+jgzRsZ/8cbg/eaGwL/xxsA/8cb A//HGwD/xhtg/8cbYuDUGwn/xxvo4MwbBf/HG1JpY2gA/8cbAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAUEUAAEwBAwCYQHFAAAAAAAAAAADgAA8BCwEGAABQAAAAEAAAAOACAA4vAwAA8AIA AEADAAAAQAAAEAAAAAIAAAQAAAAAAAAABAAAAAAAAAAAUAMAABAAAAAAAAACAAAAAAAQAAAQ AAAAABAAABAAAAAAAAAQAAAAAAAAAAAAAAAAQAMAgAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABjb2RlAAAAAADgAgAAEAAA AAAAAAAEAAAAAAAAAAAAAAAAAACAAADgdGV4dAAAAAAAUAAAAPACAABCAAAABAAAAAAAAAAA AAAAAAAAQAAA4HJzcmMAAAAAABAAAABAAwAAAgAAAEYAAAAAAAAAAAAAAAAAAEAAAMAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 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 sP6WKP |
From: Karol S. <ka...@mi...> - 2004-09-17 13:28:01
|
Hi! QtTestRunner wrong displays multiline message texts. The problem concerns QListViewItem for QListView (_listFailures in TestRunnerDlgImpl class ). My patch solves the problem. Please apply it. Greets, Karol Szkudlarek |
From: Markus D. <ma...@cs...> - 2004-09-14 18:44:14
|
Hi, there is a bug in the documentation for the money example: http://cppunit.sourceforge.net/doc/lastest/money_example.html#sec_setting_unix It says: Makefile.am # Rules for the test code (use `make check` to execute) TESTS = MoneyApp check_PROGRAMS = $(TESTS) MoneyApp_SOURCES = Money.h MoneyTest.h MoneyTest.cpp MoneyApp.cpp MoneyApp_CXXFLAGS = $(CPPUNIT_CFLAGS) MoneyApp_LDFLAGS = $(CPPUNIT_LIBS) MoneyApp_LDFLAGS = -ldl The last two lines must be substituted by this line: MoneyApp_LDFLAGS = $(CPPUNIT_LIBS) -ldl Otherwise it does not compile. Thanks Markus |