aboutsummaryrefslogtreecommitdiff
path: root/tests/Tag2TagTest.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-24 09:07:46 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-24 09:07:46 +0000
commitcc1a0b1e9cc2cecdae9d126f1489ee3f12dca531 (patch)
tree023348c9dd6cd2a39f4b737b5b722f5a2dce48a7 /tests/Tag2TagTest.php
parent55b86f75e78dce1259139af9a6e22c1c83b67a11 (diff)
downloadsemanticscuttle-cc1a0b1e9cc2cecdae9d126f1489ee3f12dca531.tar.gz
semanticscuttle-cc1a0b1e9cc2cecdae9d126f1489ee3f12dca531.tar.bz2
fix notice
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@405 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests/Tag2TagTest.php')
-rw-r--r--tests/Tag2TagTest.php2
1 files changed, 1 insertions, 1 deletions
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');