$this->assertFalse(preg_match('/views-field-status priority-low\">\s*'.t('Temporary').'/',$this->drupalGetContent()),t('All files are stored as permanent.'));
$this->assertFalse(preg_match('/views-field-status priority-low\">\s*'.t('Temporary').'/',$this->drupalGetContent()),'All files are stored as permanent.');
// Use one file two times and check usage information.
$orphaned_file=$nodes[1]->file->target_id;
...
...
@@ -112,6 +112,6 @@ function testFileListingPages() {