diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-03-18 19:28:42 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-03-18 19:28:42 +0000 |
commit | a42a6eb2ba7aab80b50cf641d643a911e5f032ca (patch) | |
tree | 7f02b1ece0efbca2abdfbb84097228b97bd3fbbd /tests | |
parent | d249a8ad19514e0c386391ae37081445ee6c23c7 (diff) | |
download | semanticscuttle-a42a6eb2ba7aab80b50cf641d643a911e5f032ca.tar.gz semanticscuttle-a42a6eb2ba7aab80b50cf641d643a911e5f032ca.tar.bz2 |
test for the failure we fixed one commit ago
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@694 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests')
-rw-r--r-- | tests/BookmarkTest.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/BookmarkTest.php b/tests/BookmarkTest.php index 7885876..40869b2 100644 --- a/tests/BookmarkTest.php +++ b/tests/BookmarkTest.php @@ -353,6 +353,10 @@ class BookmarkTest extends TestBase $bid2 = $this->addBookmark(); $bookmark2 = $this->bs->getBookmark($bid2); + //do not search for this one + $bid3 = $this->addBookmark(); + $bookmark3 = $this->bs->getBookmark($bid3); + $ret = $this->bs->bookmarksExist( array( |