public function testGetAuthoringUrl()
 {
     $expectedUrl = \tao_helpers_Uri::getRootUrl() . "taoTestLinear/Authoring/index?uri=" . urlencode($this->uri);
     $url = $this->testModel->getAuthoringUrl($this->test);
     $this->assertEquals($expectedUrl, $url, __('The authoring url is malformed'));
 }