33 require_once (
'fossologyTestCase.php');
34 require_once (
'TestEnvironment.php');
56 print
"Creating Testing folder\n";
57 $page = $this->mybrowser->get($URL);
60 print
"Creating Copyright folder\n";
64 function testuploadTestDataTest() {
69 print
"starting testUploadTestData\n";
72 $uploadList = array(
'TestData/archives/foss23D1F1L.tar.bz2');
85 print
"Starting file uploads\n";
86 foreach($uploadList as $upload) {
87 $description =
"File $upload uploaded by Upload Test Data Test";
88 $this->
uploadFile(
'Testing', $upload, $description, null,
'1,2,3,4');
createFolder($parent=null, $name, $description=null)
uploadFile($parentFolder, $uploadFile, $description=null, $uploadName=null, $agents=null)
testCreateTestingFolder()
Login($User=NULL, $Password=NULL)