]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
tests fix: enable tests for getLinks()
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 5 Feb 2008 13:34:26 +0000 (13:34 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 5 Feb 2008 13:34:26 +0000 (13:34 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@34 b3834d28-1941-0410-a4f8-b48e95affb8f

tests/tag2TagTest.php

index 4154c6f86b51b809fb2c67651620cb83818378da..f54537c2ba8e0dad45edacb5fa51077c237fcb1f 100644 (file)
@@ -44,7 +44,9 @@ class Tag2TagTest extends PHPUnit_Framework_TestCase
 
        // basic test
 
+
        $links = $tts->getLinks(1);
+       $this->assertEquals(4, count($links));
 
        $allLinkedTags = $tts->getAllLinkedTags('e', '>', 1, true); // as flat list
        $this->assertEquals(array(), $allLinkedTags);