numbered and searched rss results
git-svn-id: file:///home/shish/svn/shimmie2/trunk@1099 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
a7189cbe74
commit
b37e9e859f
@ -4,6 +4,18 @@ class RSSImagesTest extends WebTestCase {
|
|||||||
$this->get(TEST_BASE.'/rss/images');
|
$this->get(TEST_BASE.'/rss/images');
|
||||||
$this->assertMime("application/rss+xml");
|
$this->assertMime("application/rss+xml");
|
||||||
$this->assertNoText("Exception");
|
$this->assertNoText("Exception");
|
||||||
|
|
||||||
|
$this->get(TEST_BASE.'/rss/images/1');
|
||||||
|
$this->assertMime("application/rss+xml");
|
||||||
|
$this->assertNoText("Exception");
|
||||||
|
|
||||||
|
$this->get(TEST_BASE.'/rss/images/tagme/1');
|
||||||
|
$this->assertMime("application/rss+xml");
|
||||||
|
$this->assertNoText("Exception");
|
||||||
|
|
||||||
|
$this->get(TEST_BASE.'/rss/images/tagme/2');
|
||||||
|
$this->assertMime("application/rss+xml");
|
||||||
|
$this->assertNoText("Exception");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user