Gerrit Voss wrote: >Hi, > >On Tue, 2006-09-26 at 20:59 -0500, Allen Bierbaum wrote: > > >>Gerrit Voss wrote: >> >> >> >>>Hi, >>> >>>On Tue, 2006-09-26 at 17:51 -0500, [EMAIL PROTECTED] wrote: >>> >>> >>> >>> >>>>Author: allenb >>>>Date: Tue Sep 26 17:51:39 2006 >>>>New Revision: 176 >>>>Trac changeset: http://opensg.vrsource.org/trac/changeset/176 >>>>ViewVC: http://realityforge.vrsource.org/viewvc/opensg?view=rev&revision=176 >>>> >>>>Added: >>>> trunk/Source/System/FieldContainer/Node/OSGNodeTest.cpp >>>>Log: >>>>Add node test. Fails for now. Need to figure out a way to handle osgInit. >>>> >>>> >>>> >>>> >>>is it intended that the test have the same filename OSG<XXX>.cpp as >>>the class cpp files ?? >>> >>> >>> >>> >>As far as I can tell that is the naming convention Dirk is using. I >>would rather using something a little more unique like "test_Node.cpp" >>or soemthing like that but for now I just went with what was there. >> >> > >hmm strange the 1.x naming scheme was test<Whatever>.cpp where did >you find the OSG<Whatever>.cpp case ?? > > Source/Base/Base/OSGMatrixTest.cpp and OSGVectorTest.cpp.
There is also a small discussion on the unittesting ticket: http://opensg.vrsource.org/trac/ticket/12 I see what Dirk is saying about how the tests show up next to the code they are testing, but I really don't like that much because it makes the test mixin with the "normal" code. I would rather something like "testNode.cpp" or "test_Node.cpp" anything that would separate the tests from the standard code in the listings. :( -Allen >regards, > gerrit > > > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share your >opinions on IT & business topics through brief surveys -- and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >_______________________________________________ >Opensg-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/opensg-users > > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
