public function testMonthlyReportNotExists()
 {
     $params = array(ReportFilterFields::REPORT_TYPE => ReportModel::EXPENSE_DETAIL_MONTHLY, ReportFilterFields::ORGANIZATION => self::CUSTOMER_ORG_ID, ReportFilterFields::BILLING_ACCOUNT => "0", 'date' => '2013-01');
     $exists = $this->_reportService->validateReportExists($params);
     $this->assertFalse($exists);
 }