22 require_once (
'fossologyTestCase.php');
23 require_once (
'TestEnvironment.php');
45 print
"Creating Testing folder\n";
46 $page = $this->mybrowser->get($URL);
49 print
"Creating Copyright folder\n";
53 function testuploadTestDataTest() {
58 print
"starting testUploadTestData\n";
61 $uploadList = array(
'TestData/archives/foss23D1F1L.tar.bz2');
74 print
"Starting file uploads\n";
75 foreach($uploadList as $upload) {
76 $description =
"File $upload uploaded by Upload Test Data Test";
77 $this->
uploadFile(
'Testing', $upload, $description,
null,
'1,2,3,4');
uploadFile($parentFolder, $uploadFile, $description=null, $uploadName=null, $agents=null)
createFolder($parent, $name, $description=null)
Login($User=NULL, $Password=NULL)
testCreateTestingFolder()