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

SF.net SVN: ledger-smb:[5472] trunk/t/04-template-handling.t



Revision: 5472
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5472&view=rev
Author:   einhverfr
Date:     2013-01-04 09:19:15 +0000 (Fri, 04 Jan 2013)
Log Message:
-----------
Template test failure corrected

Modified Paths:
--------------
    trunk/t/04-template-handling.t

Modified: trunk/t/04-template-handling.t
===================================================================
--- trunk/t/04-template-handling.t	2013-01-04 09:15:16 UTC (rev 5471)
+++ trunk/t/04-template-handling.t	2013-01-04 09:19:15 UTC (rev 5472)
@@ -441,7 +441,7 @@
 close($FH);
 chomp(@r);
 is(join("\n", @r), 
-	"I am a foo&bar.\nLook at me Juin.\njuni\nAan foo&bar", 
+	"I am a foo&bar.\nLook at me Juin.\njuni\nTo foo&bar", 
 	'Template, render (HTML): Gettext HTML template, correct output');
 is(unlink("t/var/04-gettext.html"), 1,
 	'Template, render (HTML): removing testfile');

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