summaryrefslogtreecommitdiffstatshomepage
path: root/tests/www/bookmarksTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug: URLs were escaped too often in bookmark listGravatar Christian Weiske2011-08-171-0/+28
|
* privatekey -> privateKey everywhereGravatar Christian Weiske2011-06-271-2/+2
|
* make bookmarks.php tests easier to read and use the ↵Gravatar Christian Weiske2011-06-081-34/+28
| | | | TestBaseApi to get the urls
* fix tests for people that use a separate test databaseGravatar Christian Weiske2011-06-081-2/+2
|
* Refined bookmarksTest.php and added indexTest.phpGravatar Mark Pemberton2011-06-071-3/+30
|
* Reverted changes of date() to gdate(), added tests to ↵Gravatar Mark Pemberton2011-06-041-0/+27
| | | | confirm existence of private RSS feed, and finalized changes to the user session usage with rss.php
* Moved testDefaultPrivacyEdit() to tests/www/editTest.php.Gravatar bretticvs2011-05-051-0/+80
Moved testDefaultPrivacyImportNetscape() to tests/www/importNetscapeTest.php. Moved testDefaultPrivacyImport() to tests/www/importTest.php. Moved testDefaultPrivacyBookmarksAddMissingTitleMissingPrivacy() to tests/www/bookmarksTest.php. Moved testDefaultPrivacyBookmarksAdd() to tests/www/bookmarksTest.php. Kept testDefaultPrivacyPrivate() in tests/api/PostsAddTest.php. Kept testDefaultPrivacyPublic() in tests/api/PostsAddTest.php.