[LON-CAPA-dev] udom and login

Scott Harrison lon-capa-dev@mail.lon-capa.org
Thu, 02 May 2002 13:25:36 -0400


Dear Anyone:

Focus group question.

I am assuming that the login page has changed....
which breaks the following test_login.pl code.

$method='GET';
$url = URI->new('http://'.$hostname.'/adm/login');
$request->url($url);
$response=$ua->request($request);
my $content=$response->content;
my $udom;
if ($content=~/value\=(\S+)\s+name\=udom/) {
    $udom=$1;
}

I'm 92% certain that this is why the weblayer test
(that worked well in the past) is failing.

Does this sound right to the rest of you?

Regards,
Scott

-- 
Scott Harrison -- Graduate Student
Microbiology and Molecular Genetics
Mich. State. Univ., East Lansing, MI
harris41@msu.edu, 517-353-0998