remove fixme
This commit is contained in:
parent
f5ac88ea87
commit
dbccc1781e
@ -31,7 +31,6 @@ class Api_OpenSearchTest extends TestBaseApi
|
|||||||
$searchDescUrl = (string)$arElements[0]['href'];
|
$searchDescUrl = (string)$arElements[0]['href'];
|
||||||
$this->assertNotNull($searchDescUrl, 'Search description URL is empty');
|
$this->assertNotNull($searchDescUrl, 'Search description URL is empty');
|
||||||
|
|
||||||
//FIXME: verify that URL exists
|
|
||||||
$req = new HTTP_Request2($searchDescUrl);
|
$req = new HTTP_Request2($searchDescUrl);
|
||||||
$res = $req->send();
|
$res = $req->send();
|
||||||
$this->assertEquals(
|
$this->assertEquals(
|
||||||
|
Loading…
Reference in New Issue
Block a user