drupal_set_message(t('The menu system stores system paths only, but will use the URL alias for display. %link_path has been stored as %normal_path',array('%link_path'=>$menu_link->link_path,'%normal_path'=>$normal_path)));
$this->assertEqual($aliasManager->getPathAlias($path['source']),"users/Dries",'English alias still returned after entering a language-neutral alias.');
$this->assertEqual($aliasManager->getAliasByPath($path['source']),"users/Dries",'English alias still returned after entering a language-neutral alias.');
// Create a language-specific (xx-lolspeak) alias for the same path.