Hello..
I have a very simple test html page. Where I am using
an action fixture to lookup a user in AD. When I used
the download from the fit.c2.com of the .NET version
this test went through without a problem. However, I
downloaded the latest source from cvs because I was
interested in having the option of running the tests via
the browser. Now I get an exception on the second
action fixture saying that "object reference not set to
an instance of an object". It seems like the action
fixture doesnt use the object I started in my first
fixture. In the older version this object was still alive for
the second fixture. Is this a bug or by design?
Thanks...
btw...great work..really like the product..
test case