From cc1a0b1e9cc2cecdae9d126f1489ee3f12dca531 Mon Sep 17 00:00:00 2001 From: cweiske Date: Sat, 24 Oct 2009 09:07:46 +0000 Subject: fix notice git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@405 b3834d28-1941-0410-a4f8-b48e95affb8f --- tests/Tag2TagTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tag2TagTest.php b/tests/Tag2TagTest.php index 5445a67..8b23040 100644 --- a/tests/Tag2TagTest.php +++ b/tests/Tag2TagTest.php @@ -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'); -- cgit v1.2.3