[Fat-develop] FAT/test/FAT.Test FAT.Test.csproj,1.7,1.8
Brought to you by:
exortech
|
From: <dmc...@us...> - 2004-02-21 19:58:52
|
Update of /cvsroot/fat/FAT/test/FAT.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3930/test/FAT.Test Modified Files: FAT.Test.csproj Log Message: Can now click on question mark gif next to selected fixture name to get a pop-up window giving help on available methods. Index: FAT.Test.csproj =================================================================== RCS file: /cvsroot/fat/FAT/test/FAT.Test/FAT.Test.csproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FAT.Test.csproj 8 Feb 2004 16:53:24 -0000 1.7 --- FAT.Test.csproj 20 Feb 2004 17:56:51 -0000 1.8 *************** *** 163,167 **** /> <File ! RelPath = "Core\TestFixtureDescriptionTest.cs" SubType = "Code" BuildAction = "Compile" --- 163,167 ---- /> <File ! RelPath = "Core\TestFixtureHtmlFormatterTest.cs" SubType = "Code" BuildAction = "Compile" *************** *** 208,211 **** --- 208,216 ---- /> <File + RelPath = "Web\TestFixtureHelpPageModelTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Web\TestTreeViewTest.cs" SubType = "Code" |