configurable testing URL

git-svn-id: file:///home/shish/svn/shimmie2/trunk@1096 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish
2008-10-18 10:34:15 +00:00
parent 99954fe6ae
commit 98f6800f9d
14 changed files with 42 additions and 42 deletions

View File

@ -1,7 +1,7 @@
<?php
class HomeTest extends WebTestCase {
function testHomePage() {
$this->get('http://shimmie.shishnet.org/v2/home');
$this->get(TEST_BASE.'/home');
$this->assertTitle('Shimmie Testbed');
$this->assertText('Shimmie Testbed');
}