Re: [Cppunit-devel] Change done...
Brought to you by:
blep
From: Baptiste L. <bl...@cl...> - 2001-06-12 07:05:33
|
----- Original Message ----- From: "Townsend, Guy" <gto...@sh...> To: <cpp...@li...> Sent: Tuesday, June 12, 2001 12:50 AM Subject: RE: [Cppunit-devel] Change done... > That "operator !()" in OrthodoxTest test has always bothered me. It's okay > for a very few classes, but just doesn't apply for most of the classes I > write. Which makes OrthodoxTest not very useful. Parts of it are good, but > the negation of most classes doesn't seem to make sense. Perhaps that part > should be at least #ifdef'd out unless one really wants to use it for an > appropriate class? > > Guy #ifdef would be bad, because depending of the project you would be reading, the semantic would change. > > > > -----Original Message----- > > From: Steve M. Robbins [mailto:ste...@vi...] > > Sent: Monday, June 11, 2001 3:09 PM > > To: cpp...@li... > > Subject: Re: [Cppunit-devel] Change done... > > > > > > On Mon, Jun 11, 2001 at 10:25:46PM +0200, Baptiste Lepilleur wrote: > > > Well, I finally comitted the thing. I checkout the project > > and it compiled > > > fine, so everything should be there (a lot of files have > > been added). > > > > After some fine-tuning, I got it compiled under unix, with one > > exception. > > > > > > > You should have exactly 80 unit tests running in cppunittests, > > > > I couldn't get examples/cppunit/OrthodoxTest.cpp to compile, and > > I couldn't figure out how to fix it. Specifically, I don't understand > > what is intended by all the "operator !()" functions. They are > > declared to return an object of class "Value", but in each case > > the return statement is computing an integer. > > > > After omitting OrthodoxTest, I got 72 tests which all passed. > > > > > > -S > > > > > > -- > > by Rocket to the Moon, > > by Airplane to the Rocket, > > by Taxi to the Airport, > > by Frontdoor to the Taxi, > > by throwing back the blanket and laying down the legs ... > > - They Might Be Giants > > > > > > _______________________________________________ > > Cppunit-devel mailing list > > Cpp...@li... > > http://lists.sourceforge.net/lists/listinfo/cppunit-devel > > > > _______________________________________________ > Cppunit-devel mailing list > Cpp...@li... > http://lists.sourceforge.net/lists/listinfo/cppunit-devel > |