aboutsummaryrefslogtreecommitdiff
path: root/tests/www/bookmarksTest.php
AgeCommit message (Collapse)Author
2011-08-17Fix bug: URLs were escaped too often in bookmark listChristian Weiske
2011-06-27privatekey -> privateKey everywhereChristian Weiske
2011-06-08make bookmarks.php tests easier to read and use the TestBaseApi to get the urlsChristian Weiske
2011-06-08fix tests for people that use a separate test databaseChristian Weiske
2011-06-07Refined bookmarksTest.php and added indexTest.phpMark Pemberton
2011-06-04Reverted changes of date() to gdate(), added tests to confirm existence of ↵Mark Pemberton
private RSS feed, and finalized changes to the user session usage with rss.php
2011-05-05Moved testDefaultPrivacyEdit() to tests/www/editTest.php.bretticvs
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.