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

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



Revision: 4002
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4002&view=rev
Author:   tshvr
Date:     2011-11-14 21:27:32 +0000 (Mon, 14 Nov 2011)
Log Message:
-----------
check include_path_lang instead of incluce_path

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	2011-11-14 15:30:37 UTC (rev 4001)
+++ branches/1.3/t/04-template-handling.t	2011-11-14 21:27:32 UTC (rev 4002)
@@ -298,7 +298,7 @@
 ok(defined $template, 'Template, new: Object creation with valid language');
 isa_ok($template, 'LedgerSMB::Template', 
 	'Template, new: Object creation with valid language');
-is($template->{include_path}, 't/data/de;t/data',
+is($template->{include_path_lang}, 't/data/de',
 	'Template, new: Object creation with valid language has good include_path');
 $template = undef;
 $template = new LedgerSMB::Template('user' => $myconfig, 'language' => 'de',

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