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

SF.net SVN: ledger-smb:[5389] trunk



Revision: 5389
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5389&view=rev
Author:   einhverfr
Date:     2012-12-22 06:03:09 +0000 (Sat, 22 Dec 2012)
Log Message:
-----------
merging in from branches/1.3

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

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/1.3:3711-5383
   + /branches/1.3:3711-5388

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2012-12-22 05:27:31 UTC (rev 5388)
+++ trunk/Changelog	2012-12-22 06:03:09 UTC (rev 5389)
@@ -95,8 +95,10 @@
 * Fixed file attachments not retrieving for all invoice parts (Chris T)
 * fixed file attachements for invoices not handling _ properly (Chris T)
 
+Brian W is Brian Wolf
 Chris T is Chris Travers
 Havard S is Havard Sorli
+Nigel T is Nigel Titley
 
 Changelog for 1.3.25
 * Fixed internal server errors on LedgerSMB->error() during new() (Chris T)

Modified: trunk/t/04-template-handling.t
===================================================================
--- trunk/t/04-template-handling.t	2012-12-22 05:27:31 UTC (rev 5388)
+++ trunk/t/04-template-handling.t	2012-12-22 06:03:09 UTC (rev 5389)
@@ -579,20 +579,6 @@
 
 like($line1, qr/^%PDF/, 'output file is pdf');
 
-$template =  LedgerSMB::Template->new(
-        path            => 'UI',
-        template        => 'rp-payments',
-        format          => 'HTML',
-        no_auto_output  => 1,
-        output_file     => 'rp_payment_test1'
-);
-
-$lsmb = {columns => ['test']};
-$template->render($lsmb);
..hidden.. =  get_output_line_array($template);
-cmp_ok(grep(/^\s*<\s*th\s+class="listtop"\s*>\s*$/, @output), '>', 0, 
-	'th tags properly finish');
-
 # Functions
 sub get_output_line_array {
         my $FH;

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