Author: ornicar2
Date: 2010-02-08 12:27:33 +0100 (Mon, 08 Feb 2010)
New Revision: 27726

Modified:
   
plugins/diemPlugin/trunk/dmCorePlugin/test/project/test/functional/front/dmSecurityTest.php
Log:
[Diem]
- fixed dmSecurity test for old sqlite versions

Modified: 
plugins/diemPlugin/trunk/dmCorePlugin/test/project/test/functional/front/dmSecurityTest.php
===================================================================
--- 
plugins/diemPlugin/trunk/dmCorePlugin/test/project/test/functional/front/dmSecurityTest.php
 2010-02-08 11:13:03 UTC (rev 27725)
+++ 
plugins/diemPlugin/trunk/dmCorePlugin/test/project/test/functional/front/dmSecurityTest.php
 2010-02-08 11:27:33 UTC (rev 27726)
@@ -177,8 +177,7 @@
 ->has('.dm_signin_form input.submit', false)
 ->info('Trigger page synchronisation');
 
-$helper->getService('page_tree_watcher')->synchronizePages();
-$helper->getService('page_tree_watcher')->synchronizeSeo();
+$helper->getService('filesystem')->sf('dm:sync-pages');
 
 $b->info('Go to secured page with credentials')
 ->get('page12')

-- 
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