aboutsummaryrefslogtreecommitdiff
path: root/tests/Api
AgeCommit message (Collapse)Author
2013-03-17remove php4-style object reference passingChristian Weiske
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-21Altered tests to be more timezone friendlyMark Pemberton
2011-05-21Resolve some failed bookmark and tag testsMark Pemberton
2011-05-12Merge branch 'master' into configurable-privacy2Christian Weiske
2011-05-12fix a test that failed when using a base URL without protocolChristian Weiske
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.
2011-05-02merge masterChristian Weiske
2011-05-02make privacy tests clearerChristian Weiske
2011-04-26use cookie jar instead of manually creating the cookieChristian Weiske
2011-04-26use cookie jar instead of manually creating the cookieChristian Weiske
2011-04-26use xpath instead of manual string-search to verify test resultsChristian Weiske
2011-04-18make import test easierChristian Weiske
2011-04-18make importnetscape-test easierChristian Weiske
2011-04-18make edit test much easier and do not rely on manual cookie settingChristian Weiske
2011-04-18fix tests that did not find the data fileChristian Weiske
2011-04-17Moved unit tests to PostsAddTest.php in Api directory.bretticvs
2011-04-14verify we get the correct search URLChristian Weiske
2011-04-14test opensearch api content typeChristian Weiske
2011-04-14remove fixmeChristian Weiske
2011-04-14test that opensearch link is the main page HTML headChristian Weiske
2011-04-12use bootstrap file declared in phpunit.xml and do not include it in every ↵Christian Weiske
single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred
2011-04-06move privacy tests for api/post_add to the correct locationChristian Weiske
2011-04-06always delete all bookmarks in setUp since almost all methods do it anywayChristian Weiske
2010-09-29api/posts/add respects the "replace" parameter nowcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@777 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29send 400 status code if a parameter is missingcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@775 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29check datetime settingcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@774 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29first tests for api/posts/addcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@773 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29first tests for api/posts/addcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@772 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29test for api/posts/updatecweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@771 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29delicious returns a proper error message when deleting non-existant items, ↵cweiske
which we do now, too git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@770 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-28rewrite api/posts/delete to be more secure and add unit tests for itcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-28tests for deleting bookmarks via the API. two of them fail currently because ↵cweiske
of a security issue git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@767 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-03-28test that public bookmarks of other people are not exported via csvcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@703 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-03-28make export_csv support filtering to multiple tagscweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@702 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-03-28more tests for csv export apicweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@701 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-03-28add test for api/export_csv.phpcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@700 b3834d28-1941-0410-a4f8-b48e95affb8f