more appropriate name

git-svn-id: file:///home/shish/svn/shimmie2/trunk@1091 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-10-18 06:39:46 +00:00
parent b24bc26ebb
commit f17318921d

View File

@ -1,6 +1,6 @@
<?php
class AdminPageTest extends WebTestCase {
function testAdminPage() {
function testAuth() {
$this->get('http://shimmie.shishnet.org/v2/admin');
$this->assertResponse(403);
$this->assertTitle("Permission Denied");