27 require_once (
'../../../tests/fossologyTestCase.php');
28 require_once (
'../../../tests/TestEnvironment.php');
36 protected function setUp() {
38 $this->CreateFolder(1,
'SrvUploads',
'Folder for upload from server tests');
41 public function testUploadSrvDir() {
45 $page = $this->mybrowser->get($URL);
47 $Dir =
'/home/fosstester/licenses/Tdir';
48 $Dirdescription =
"Directory of licenses";
50 $this->
uploadServer(
'SrvUploads', $Dir, $Dirdescription, null,
'all');
Login($User=NULL, $Password=NULL)
uploadServer($parentFolder=1, $uploadPath, $description=null, $uploadName=null, $agents=null)