]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
fix notice
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sat, 24 Oct 2009 09:07:46 +0000 (09:07 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sat, 24 Oct 2009 09:07:46 +0000 (09:07 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@405 b3834d28-1941-0410-a4f8-b48e95affb8f

tests/Tag2TagTest.php

index 5445a67c9e81fbdfa11e7a31a3894b00ec8565c9..8b230400676a151586421dab78dd32d448358e27 100644 (file)
@@ -435,7 +435,7 @@ class Tag2TagTest extends PHPUnit_Framework_TestCase
                $bs->addBookmark("http://site1.com", "title", "description", "status", array('tag1', 'tag11', 'tag111'), null, false, false, 1);
                $bs->addBookmark("http://site1.com", "title2", "description2", "status", array('tag2', 'tag22', 'tag222'), null, false, false, 2);
 
-               $bookmarks =& $bs->getBookmarks(0, 1, NULL, NULL, NULL, getSortOrder(), NULL, 0, $dtend);
+               $bookmarks =& $bs->getBookmarks(0, 1, NULL, NULL, NULL, getSortOrder(), NULL, 0, null);
                $this->assertEquals(1, $bookmarks['total']);
 
                $b2ts->renameTag(1, 'tag1', 'newtag1');