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
This commit is contained in:
parent
d249a8ad19
commit
a42a6eb2ba
1 changed files with 4 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue