public function testGetConsumptionData()
 {
     $params = array('showCommercialGroup' => true, 'orgId' => self::MASTER_ORG_ID, 'start' => '2011-11-11', 'end' => '2011-12-11');
     $result = $this->reportMapper->getConsumptionReport($params);
     $this->assertNotNull($result);
 }