[Aceunit-commit] SF.net SVN: aceunit: [24] trunk/src/doc/examples/sort/sortTest.h
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-10-07 14:29:15
|
Revision: 24 http://aceunit.svn.sourceforge.net/aceunit/?rev=24&view=rev Author: christianhujer Date: 2007-10-07 07:29:19 -0700 (Sun, 07 Oct 2007) Log Message: ----------- Removed auto-generated file from repo. Removed Paths: ------------- trunk/src/doc/examples/sort/sortTest.h Deleted: trunk/src/doc/examples/sort/sortTest.h =================================================================== --- trunk/src/doc/examples/sort/sortTest.h 2007-10-07 14:27:49 UTC (rev 23) +++ trunk/src/doc/examples/sort/sortTest.h 2007-10-07 14:29:19 UTC (rev 24) @@ -1,26 +0,0 @@ -TestCase_t testCase[] = { - TM(testCompareInt), - TM(testSort), - {NULL, NULL} -}; -testMethod_t before[] = { - NULL -}; -testMethod_t after[] = { - NULL -}; -testMethod_t beforeClass[] = { - NULL -}; -testMethod_t afterClass[] = { - NULL -}; - -TestFixture_t sortTestFixture = { - testCase, - before, - after, - beforeClass, - afterClass -}; - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |