[Fat-develop] FAT/test/FAT.Test FAT.Test.csproj,1.5,1.6
Brought to you by:
exortech
|
From: <dmc...@us...> - 2004-02-06 20:30:52
|
Update of /cvsroot/fat/FAT/test/FAT.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2365/test/FAT.Test Modified Files: FAT.Test.csproj Log Message: Added string []TestFixtureLoader.GetfixtureNames() which gets a list of all the fixture names in all the assemblies given in the Configuration. Index: FAT.Test.csproj =================================================================== RCS file: /cvsroot/fat/FAT/test/FAT.Test/FAT.Test.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FAT.Test.csproj 3 Feb 2004 22:08:08 -0000 1.5 --- FAT.Test.csproj 6 Feb 2004 20:27:34 -0000 1.6 *************** *** 148,151 **** --- 148,156 ---- /> <File + RelPath = "Core\MyOtherStoryFixture.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Core\MyStoryFixture.cs" SubType = "Code" |