[Fat-develop] FAT/test/FAT.Test FAT.Test.csproj,1.10,1.11
Brought to you by:
exortech
|
From: <dmc...@us...> - 2004-03-14 11:03:50
|
Update of /cvsroot/fat/FAT/test/FAT.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31168/test/FAT.Test Modified Files: FAT.Test.csproj Log Message: Refactored test fixture help image link out of Default.aspx in to the new TestFixtrureHelpLinkControl. Index: FAT.Test.csproj =================================================================== RCS file: /cvsroot/fat/FAT/test/FAT.Test/FAT.Test.csproj,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** FAT.Test.csproj 6 Mar 2004 13:40:17 -0000 1.10 --- FAT.Test.csproj 14 Mar 2004 10:54:54 -0000 1.11 *************** *** 218,221 **** --- 218,226 ---- /> <File + RelPath = "Web\TestFixtureHelpLinkControlTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Web\TestTreeViewTest.cs" SubType = "Code" |