15 require_once(
'../../../tests/fossologyTestCase.php');
 
   16 require_once (
'../../../tests/TestEnvironment.php');
 
   27     print 
"login test starting\n";
 
   28     $browser = 
new SimpleBrowser();
 
   29     $this->setBrowser($browser);
 
   31     $page = $this->mybrowser->getContent();
 
   34     preg_match(
'/FOSSology/', $page, $matches);
 
   36     $this->assertTrue($matches);
 
Login($User=NULL, $Password=NULL)