? build.patch Index: modules/translation/translation.test =================================================================== RCS file: /cvs/drupal/drupal/modules/translation/translation.test,v retrieving revision 1.1 diff -u -p -r1.1 translation.test --- modules/translation/translation.test 20 Apr 2008 18:23:32 -0000 1.1 +++ modules/translation/translation.test 21 May 2008 08:47:52 -0000 @@ -37,8 +37,8 @@ class TranslationTestCase extends Drupal $this->addLanguage('es'); // Set page content type to use multilingual support with translation. - $this->drupalGet('admin/content/node-type/page'); - $this->drupalPost('admin/content/node-type/page', array('language_content_type' => '2'), t('Save content type')); + $this->drupalGet('admin/build/node-type/page'); + $this->drupalPost('admin/build/node-type/page', array('language_content_type' => '2'), t('Save content type')); $this->assertRaw(t('The content type %type has been updated.', array('%type' => 'Page')), t('Page content type has been updated.')); $this->drupalLogout();