Author: ornicar2
Date: 2010-01-24 16:21:18 +0100 (Sun, 24 Jan 2010)
New Revision: 27130

Modified:
   plugins/diemPlugin/trunk/dmCorePlugin/test/unit/dmMediaTest.php
Log:
[Diem]
- fixed dmMediaTest

Modified: plugins/diemPlugin/trunk/dmCorePlugin/test/unit/dmMediaTest.php
===================================================================
--- plugins/diemPlugin/trunk/dmCorePlugin/test/unit/dmMediaTest.php     
2010-01-24 15:08:33 UTC (rev 27129)
+++ plugins/diemPlugin/trunk/dmCorePlugin/test/unit/dmMediaTest.php     
2010-01-24 15:21:18 UTC (rev 27130)
@@ -137,7 +137,7 @@
   $t->fail('Copy failed : '.$e->getMessage());
 }
 
-$t->ok(file_exists(dmOs::join($destFullPath, 'html/link/dmLinkTag.php')), 
dmOs::join($destFullPath, 'html/link/dmLinkTag.php').' exists');
+$t->ok(file_exists(dmOs::join($destFullPath, 'html/link/dmBaseLinkTag.php')), 
dmOs::join($destFullPath, 'html/link/dmBaseLinkTag.php').' exists');
 
 $t->diag('Sync root');
 
@@ -153,7 +153,7 @@
 
 try
 {
-       $deepMedia = 
$mediaTable->findOneByFileAndDmMediaFolderId('dmLinkTag.php', $linkFolder->id);
+       $deepMedia = 
$mediaTable->findOneByFileAndDmMediaFolderId('dmBaseLinkTag.php', 
$linkFolder->id);
 
        $t->isa_ok($deepMedia, 'DmMedia', 'deep media found in db');
 }

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