public function testGetSupervisionReport()
 {
     $params = array(ReportFilterFields::ORGANIZATION => self::CUSTOMER_ORG_ID, ReportFilterFields::SUPERVISION_GROUP => "SupervisionGroup1", 'date' => '2011-10');
     $path = $this->_reportService->getSupervisionReport($params, ReportModel::PRESENCE_MONTHLY);
     $this->assertNotEmpty($path);
 }