diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-04-14 16:55:51 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-04-14 16:55:51 +0200 |
commit | dbccc1781e374f36225a3bdbc37b6f43d698a0b5 (patch) | |
tree | 55e4df3ddc629447ee524839150a9615a9b48157 /tests/Api | |
parent | f5ac88ea87723f68d600470140102113ef3838bb (diff) | |
download | semanticscuttle-dbccc1781e374f36225a3bdbc37b6f43d698a0b5.tar.gz semanticscuttle-dbccc1781e374f36225a3bdbc37b6f43d698a0b5.tar.bz2 |
remove fixme
Diffstat (limited to 'tests/Api')
-rw-r--r-- | tests/Api/OpenSearchTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Api/OpenSearchTest.php b/tests/Api/OpenSearchTest.php index 346f026..72b4e4d 100644 --- a/tests/Api/OpenSearchTest.php +++ b/tests/Api/OpenSearchTest.php @@ -31,7 +31,6 @@ class Api_OpenSearchTest extends TestBaseApi $searchDescUrl = (string)$arElements[0]['href']; $this->assertNotNull($searchDescUrl, 'Search description URL is empty'); - //FIXME: verify that URL exists $req = new HTTP_Request2($searchDescUrl); $res = $req->send(); $this->assertEquals( |