public function testlist_view_parse_additional_sections()
 {
     $documentRevision = new DocumentRevision();
     //execute the method and test if it works and does not throws an exception.
     try {
         $documentRevision->list_view_parse_additional_sections(new Sugar_Smarty(), $xTemplateSection);
         $this->assertTrue(true);
     } catch (Exception $e) {
         $this->fail();
     }
 }