[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4705] branches/1.3/t/04-template-handling.t



Revision: 4705
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4705&view=rev
Author:   einhverfr
Date:     2012-05-11 00:28:25 +0000 (Fri, 11 May 2012)
Log Message:
-----------
Correcting test case failure regarding text file name

Modified Paths:
--------------
    branches/1.3/t/04-template-handling.t

Modified: branches/1.3/t/04-template-handling.t
===================================================================
--- branches/1.3/t/04-template-handling.t	2012-05-09 07:54:47 UTC (rev 4704)
+++ branches/1.3/t/04-template-handling.t	2012-05-11 00:28:25 UTC (rev 4705)
@@ -390,7 +390,7 @@
 is($template->{include_path}, 't/data',
 	'Template, new (TXT): Object creation with format and template');
 is($template->render({'login' => 'foo&bar'}),
-	undef,
+	'04-template.txt',
 	'Template, render: Simple text template, no filename');
 is($template->{output}, "I am a template.\nLook at me foo&bar.\n", 
 	'Template, render (TXT): Simple TXT template, correct output');

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.