From d9546f6d04b7c782db62f8b3cb2586ee7c2acc7e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 22 May 2008 20:02:52 +0000 Subject: - Patch #260499 by catch: fixed problem with translation tests. --- modules/translation/translation.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/translation/translation.test b/modules/translation/translation.test index 5152ea77d..3dcd5b20a 100644 --- a/modules/translation/translation.test +++ b/modules/translation/translation.test @@ -37,8 +37,8 @@ class TranslationTestCase extends DrupalWebTestCase { $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(); -- cgit v1.2.3