Skip to content
Snippets Groups Projects
Commit 10a80c84 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2309051 by martin107: Duplicate assertion text in LocaleUpdateTest

parent eb68f256
No related branches found
No related tags found
No related merge requests found
......@@ -369,7 +369,7 @@ public function testEnableLanguage() {
// Check if the language data is added to the database.
$result = db_query("SELECT project FROM {locale_file} WHERE langcode='nl'")->fetchField();
$this->assertTrue((boolean) $result, 'Files removed from file history');
$this->assertTrue($result, 'Files added to file history');
// Remove a language.
$this->drupalPostForm('admin/config/regional/language/delete/nl', array(), t('Delete'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment