[Fat-develop] FAT Acceptance Tests
Brought to you by:
exortech
|
From: Darren M. <DMc...@th...> - 2004-01-03 20:33:50
|
Hi Owen,
Hope all's going well in India!
I've taken an initial look at FAT, done a few commits and now have a few
questions .....
[1] As we're aiming at FAT being compatible with .NET Framework 1.0, would
it make sense to add
<property name="nant.settings.currentframework" value="net-1.0"/>
to FAT.build to enforce this more explicitly?
[2] I'm using VS.NET V7. The project and solution files that are checked
in look like they are produced by VS.NET V6. Are you looking at moving to
V7?
[3] I've got all the unit tests passing in FAT.Test and FAT.WebTest (fixed
the RequestCookies test by changing url to the FATWeb url from
http://localpublic/pages/start.aspx which didn't exist on my machine).
I've added the invocation of the FAT.WebTest.dll tests to FAT.build
script.
It looked like you were moving the FAT.Acceptance projects to use FAT to
acceptance test itself - makes sense! I got the "Web/Run Simple Passing
Test.fat" and "Console/Run Simple Passing Test.fat" acceptance tests
running and passing.
Am I right in thinking that if we keep going down this route then
FAT.Acceptance.exe will become a dll, FAT.Console.dll will become an exe
(FAT.exe!) and AllTests.cs, FATWebTests.cs and maybe some other stuff will
disappear?
Cheers,
Darren |