Author: weaverryan
Date: 2010-02-09 05:52:47 +0100 (Tue, 09 Feb 2010)
New Revision: 27775

Modified:
   plugins/sfSympalPlugin/trunk/test/unit/DataGridTest.php
Log:
[1.4][sfSympalPlugin][1.0] Updating test to reflect new language used for pager 
header.


Modified: plugins/sfSympalPlugin/trunk/test/unit/DataGridTest.php
===================================================================
--- plugins/sfSympalPlugin/trunk/test/unit/DataGridTest.php     2010-02-09 
03:56:07 UTC (rev 27774)
+++ plugins/sfSympalPlugin/trunk/test/unit/DataGridTest.php     2010-02-09 
04:52:47 UTC (rev 27775)
@@ -18,7 +18,7 @@
   )
 ));
 
-$t->is($dataGrid->getPagerHeader(), '<div 
class="sympal_pager_header"><h3>Showing 1 to 1 of 1 total results.</h3></div>');
+$t->is($dataGrid->getPagerHeader(), '<div class="sympal_pager_header"><h3>One 
result found.</h3></div>');
 
 $dataGrid = sfSympalDataGrid::create('sfSympalContentType', 'c')
   ->setMaxPerPage(1)

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to