[NUnitAsp-devl] Colon problems resolved
Brought to you by:
jlittle82
From: Jim L. <jl...@cu...> - 2002-04-02 00:07:44
|
Folks, I'm happy to report that the problems in the bowels of NUnitAsp have been resolved, thanks to Brian's hint last week. We're now creating our own _headers variable and using that to store parameters instead of _client.Headers. I'm still seeing one problem: NUnitAsp isn't loading the cookie set by FormsAuthentication.SetAuthCookie(.). I created an NUnitAsp test case but it passes (!). However, in Passage Portal, it doesn't. Manual testing works, but in the automated Passage test, it appears that the server isn't actually sending the cookie across the wire. I suspect it has to do with some sort of authentication magic that ASP.NET is doing, so if anybody knows how that works, please speak up. I'm going to hang on to the changes and check them in once Brian gets CVS set up. Jim |