From 4d6924dc006dfa83e8d945f28d5ad48abdc64694 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 21 May 2009 12:00:06 +0000 Subject: - Patch #440778 by brianV: coding style fixes and documentation improvements. --- modules/upload/upload.test | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/upload/upload.test') diff --git a/modules/upload/upload.test b/modules/upload/upload.test index ffbfd8680..7c07c516d 100644 --- a/modules/upload/upload.test +++ b/modules/upload/upload.test @@ -1,6 +1,12 @@ filepath; $this->uploadFile($node, $html_file); - $this->assertNoRaw(t('The specified file %name could not be uploaded.', array('%name' => basename($html_file))), t('File '. $html_file . ' was allowed to be uploaded')); + $this->assertNoRaw(t('The specified file %name could not be uploaded.', array('%name' => basename($html_file))), t('File ' . $html_file . ' was allowed to be uploaded')); } /** -- cgit v1.2.3