Author: ornicar2
Date: 2010-01-14 13:15:10 +0100 (Thu, 14 Jan 2010)
New Revision: 26618

Modified:
   
plugins/diemPlugin/trunk/dmCorePlugin/test/project/test/unit/dmSeoSyncTest.php
Log:
[Diem]
- minor test project fix

Modified: 
plugins/diemPlugin/trunk/dmCorePlugin/test/project/test/unit/dmSeoSyncTest.php
===================================================================
--- 
plugins/diemPlugin/trunk/dmCorePlugin/test/project/test/unit/dmSeoSyncTest.php  
    2010-01-14 12:13:53 UTC (rev 26617)
+++ 
plugins/diemPlugin/trunk/dmCorePlugin/test/project/test/unit/dmSeoSyncTest.php  
    2010-01-14 12:15:10 UTC (rev 26618)
@@ -7,8 +7,9 @@
 $nbLoremizeRecords = 10;
 $helper->get('page_tree_watcher')->connect();
 $markdown = $helper->get('markdown');
+$nbTests = 2 + $nbLoremizeRecords*10;
 
-$t = new lime_test(2 + $nbLoremizeRecords*10);
+$t = new lime_test($nbTests);
 
 $helper->loremizeDatabase($nbLoremizeRecords, $t);
 
@@ -38,7 +39,7 @@
 }
 catch(Exception $e)
 {
-  $t->skip('Not supported on this server', 52);
+  $t->skip('Not supported on this server', $nbTests);
   return;
 }
 

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