Author: Jonathan.Wage Date: 2010-02-01 18:44:12 +0100 (Mon, 01 Feb 2010) New Revision: 27384
Modified: plugins/sfSympalPlugin/trunk/test/unit/ThemeTest.php Log: [1.4][sfSympalPlugin][1.0] Fixing tests Modified: plugins/sfSympalPlugin/trunk/test/unit/ThemeTest.php =================================================================== --- plugins/sfSympalPlugin/trunk/test/unit/ThemeTest.php 2010-02-01 17:21:01 UTC (rev 27383) +++ plugins/sfSympalPlugin/trunk/test/unit/ThemeTest.php 2010-02-01 17:44:12 UTC (rev 27384) @@ -52,5 +52,6 @@ $t->is($adminTheme->getJavascripts(), array( '/sfSympalPlugin/js/jQuery.cookie.js', '/sfSympalPlugin/fancybox/jquery.fancybox.js', - '/sfSympalAdminPlugin/js/admin.js' + '/sfSympalAdminPlugin/js/admin.js', + '/sfSympalPlugin/js/shortcuts.js' )); \ No newline at end of file -- 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.
