[Fat-develop] FAT/test/FAT.Test FAT.Test.csproj,1.6,1.7
Brought to you by:
exortech
|
From: <dmc...@us...> - 2004-02-08 16:56:39
|
Update of /cvsroot/fat/FAT/test/FAT.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21286/test/FAT.Test Modified Files: FAT.Test.csproj Log Message: Added TestFixtureDescription - paves the way for text fixture help page. Index: FAT.Test.csproj =================================================================== RCS file: /cvsroot/fat/FAT/test/FAT.Test/FAT.Test.csproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FAT.Test.csproj 6 Feb 2004 20:27:34 -0000 1.6 --- FAT.Test.csproj 8 Feb 2004 16:53:24 -0000 1.7 *************** *** 163,166 **** --- 163,171 ---- /> <File + RelPath = "Core\TestFixtureDescriptionTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Core\TestFixtureLoaderTest.cs" SubType = "Code" |