@@ -2800,13 +2750,9 @@ class LocaleUrlRewritingTest extends DrupalWebTestCase {
}
/**
* Check that disabled or non-installed languages are not considered.
* Check that non-installed languages are not considered.
*/
functiontestUrlRewritingEdgeCases(){
// Check URL rewriting with a disabled language.
$languages=language_list();
$this->checkUrl($languages['it'],t('Path language is ignored if language is disabled.'),t('URL language negotiation does not work with disabled languages'));
// Check URL rewriting with a non-installed language.