MINOR Temporarily disabled nested url specific cases inTranslatableTest->testAlternateGetByLink(), unclear functionality requirements (from r99350)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102856 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-04-14 04:12:46 +00:00
parent c1f227b5c7
commit 76d57b648d

View File

@ -873,12 +873,16 @@ class TranslatableTest extends FunctionalTest {
SiteTree::get_by_link($grandchildTranslation->Link())->ID, SiteTree::get_by_link($grandchildTranslation->Link())->ID,
'Grandchild pages can be found.' 'Grandchild pages can be found.'
); );
$this->assertEquals ( // TODO Re-enable test after clarifying with ajshort (see r88503).
$child->ID, // Its unclear if this is valid behaviour, and/or necessary for translated nested URLs
SiteTree::get_by_link($parentTranslation->Link($child->URLSegment))->ID, // to work properly
'Links can be made up of multiple languages' //
); // $this->assertEquals (
// $child->ID,
// SiteTree::get_by_link($parentTranslation->Link($child->URLSegment))->ID,
// 'Links can be made up of multiple languages'
// );
} }
public function testSiteTreeGetByLinkFindsTranslationWithoutLocale() { public function testSiteTreeGetByLinkFindsTranslationWithoutLocale() {