[Fat-develop] FAT/test/FAT.Test FAT.Test.csproj,1.8,1.9
Brought to you by:
exortech
|
From: <dmc...@us...> - 2004-02-29 15:10:10
|
Update of /cvsroot/fat/FAT/test/FAT.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16766/test/FAT.Test Modified Files: FAT.Test.csproj Log Message: Refactored fixture DropDownList in to FixtureSpecifierControl. Index: FAT.Test.csproj =================================================================== RCS file: /cvsroot/fat/FAT/test/FAT.Test/FAT.Test.csproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** FAT.Test.csproj 20 Feb 2004 17:56:51 -0000 1.8 --- FAT.Test.csproj 29 Feb 2004 14:59:52 -0000 1.9 *************** *** 203,206 **** --- 203,211 ---- /> <File + RelPath = "Web\FixtureSpecifierControlTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Web\ReflectionUtil.cs" SubType = "Code" |