test that viewing the log doesn't crash horribly immediately

This commit is contained in:
Shish 2012-03-10 02:06:25 +00:00
parent b5bca91bee
commit 04bdbeb740

View file

@ -2,6 +2,7 @@
class LogDatabaseTest extends SCoreWebTestCase {
function testLog() {
$this->log_in_as_admin();
$this->get_page("log/view");
$this->log_out();
}
}