[Fat-develop] FAT/test/FAT.Test FAT.Test.csproj,1.3,1.4
Brought to you by:
exortech
|
From: <dmc...@pr...> - 2004-01-28 22:31:07
|
Update of /cvsroot/fat/FAT/test/FAT.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13246/test/FAT.Test Modified Files: FAT.Test.csproj Log Message: Can now add HtmlDetails to TestLogger in FATFixtures. Details are dislayed in test results as clickable thumbnails in FAT.Web Index: FAT.Test.csproj =================================================================== RCS file: /cvsroot/fat/FAT/test/FAT.Test/FAT.Test.csproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FAT.Test.csproj 15 Jan 2004 00:56:58 -0000 1.3 --- FAT.Test.csproj 28 Jan 2004 22:14:49 -0000 1.4 *************** *** 79,87 **** /> <Reference - Name = "FAT.Web" - Project = "{05A57278-4887-4A22-AF38-0FBCFD5941F3}" - Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" - /> - <Reference Name = "System.Web" AssemblyName = "System.Web" --- 79,82 ---- *************** *** 103,106 **** --- 98,111 ---- Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "System.Drawing" + AssemblyName = "System.Drawing" + HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll" + /> + <Reference + Name = "FAT.Web" + Project = "{05A57278-4887-4A22-AF38-0FBCFD5941F3}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> </References> </Build> *************** *** 197,200 **** --- 202,220 ---- BuildAction = "Compile" /> + <File + RelPath = "Web\HtmlDetails\HtmlDetailsEnhancerTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Web\HtmlDetails\HtmlDetailsRequestHelperTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Web\HtmlDetails\HtmlDetailsStoreTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> </Include> </Files> |