dbb3_nu_tests.AccountLoginLogoutTests.TestCase4a :
System.ArgumentNullException : Value cannot be null.
Parameter name: owner
at
NUnit.Extensions.Asp.WebPage.SetFormVariable(Object
owner, String name, String value)
at
NUnit.Extensions.Asp.HttpClient.SetFormVariable(Object
owner, String name, String value)
at
NUnit.Extensions.Asp.ControlTester.SetInputHiddenValue(String
name, String value)
at
NUnit.Extensions.Asp.ControlTester.PostBack(String
eventTarget, String eventArgument)
at
NUnit.Extensions.Asp.ControlTester.PostBack(String
postBackScript)
at
NUnit.Extensions.Asp.HtmlTester.HtmlAnchorTester.Click()
at
dbb3_nu_tests.AccountLoginLogoutTests.runTestCase4Body()
in
c:\dev\dbb3cvs\dbb3.tests\dbb3-nu-tests\accountloginlogouttests.cs:line
58
at
dbb3_nu_tests.AccountLoginLogoutTests.TestCase4a() in
c:\dev\dbb3cvs\dbb3.tests\dbb3-nu-tests\accountloginlogouttests.cs:line
43
The test is clicking the 'Logout' link of the
loginstatus control. Something's clearly wrong with
the doPostBack processing.
Logged In: YES
user_id=499667
The problem appears to be that an expected hidden input
field is not present in the HTML. Please post the raw HTML
produced by Browser.CurrentPageText for this page so I can
confirm.
This problem has probably been fixed in CVS.