[Igarden-commit] Garden/UnitTest LayoutDBTests.h,1.1.2.1,1.1.2.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-17 21:06:31
|
Update of /cvsroot/igarden/Garden/UnitTest In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3608/UnitTest Modified Files: Tag: Release_branch_v1 LayoutDBTests.h Log Message: Remove some obsolete code Index: LayoutDBTests.h =================================================================== RCS file: /cvsroot/igarden/Garden/UnitTest/Attic/LayoutDBTests.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** LayoutDBTests.h 12 Dec 2006 03:50:30 -0000 1.1.2.1 --- LayoutDBTests.h 17 May 2008 21:06:33 -0000 1.1.2.2 *************** *** 19,33 **** void testCase1(); void testCase2(); ! }; ! ! #if 0 ! class TestCase1 : public TestCase { ! public: ! TestCase1(TestInvocation* invocation); ! virtual ~TestCase1(); ! ! virtual void setUp(); ! virtual void tearDown(); ! void MyFirstTest(); ! }; ! #endif \ No newline at end of file --- 19,21 ---- void testCase1(); void testCase2(); ! }; \ No newline at end of file |