Updated test to match new method

git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@118327 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2011-04-29 05:08:06 +00:00
parent a7823e192d
commit 2e3382a6ab
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class DocumentationPageTest extends SapphireTest {
$page->setRelativePath('subfolder/subpage.md');
$page->setEntity(new DocumentationEntity('mymodule', null, BASE_PATH . '/sapphiredocs/tests/docs/'));
$this->assertEquals('Subfolder » Subpage', $page->getBreadcrumbTitle());
$this->assertEquals('Subfolder - Subpage', $page->getBreadcrumbTitle());
}