summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* use cookie jar instead of manually creating the cookieGravatar Christian Weiske2011-04-261-5/+1
|
* use cookie jar instead of manually creating the cookieGravatar Christian Weiske2011-04-261-7/+2
|
* use xpath instead of manual string-search to verify test ↵Gravatar Christian Weiske2011-04-261-10/+11
| | | | results
* make import test easierGravatar Christian Weiske2011-04-181-10/+5
|
* make importnetscape-test easierGravatar Christian Weiske2011-04-181-9/+4
|
* clarify documentation; we are returning get requestsGravatar Christian Weiske2011-04-181-3/+3
|
* make edit test much easier and do not rely on manual ↵Gravatar Christian Weiske2011-04-181-18/+18
| | | | cookie setting
* fix tests that did not find the data fileGravatar Christian Weiske2011-04-181-2/+2
|
* Moved unit tests to PostsAddTest.php in Api directory.Gravatar bretticvs2011-04-174-101/+220
|
* move privacy tests for api/post_add to the correct locationGravatar Christian Weiske2011-04-062-13/+36
|
* move unittest config deletion to setup since that makes ↵Gravatar Christian Weiske2011-04-061-12/+5
| | | | it easier to debug, and does not break config when the test fatal errored
* cherry-pick:Gravatar Christian Weiske2011-04-063-44/+153
| | | | | | | | move setUnittestConfig to TestBaseApi since it makes only sense to use it there Conflicts: tests/TestBaseApi.php
* cherry-pick:Gravatar Christian Weiske2011-04-061-0/+89
| | | | add new feature: allow unit test mode enabling via HTTP GET parameter
* tell people why we need that variableGravatar Christian Weiske2011-04-061-0/+2
|
* always delete all bookmarks in setUp since almost all ↵Gravatar Christian Weiske2011-04-061-14/+7
| | | | methods do it anyway
* Re-adding test data without carriage returns.Gravatar bretticvs2011-03-312-0/+34
|
* Trying to remove carriage returns from test data.Gravatar bretticvs2011-03-312-34/+0
|
* Revert "Revert "Updates for configurable-privacy2, ↵Gravatar bretticvs2011-03-313-13/+88
| | | | | | hopefully without carriage returns."" This reverts commit f072059f2de515c0125a9f63ab8476e52c4d4353.
* Revert "Updates for configurable-privacy2, hopefully ↵Gravatar bretticvs2011-03-313-88/+13
| | | | | | without carriage returns." This reverts commit 675eadd584e264ba92091579bbc1166dcf3a5715.
* Updates for configurable-privacy2, hopefully without ↵Gravatar bretticvs2011-03-313-13/+88
| | | | carriage returns.
* Revert "Further updates for configurable-privacy2."Gravatar U-SYBASE\bdee2011-03-311-1452/+1377
| | | | This reverts commit ef88147d453bce7d5b86ec43daad2f54447513c8.
* Further updates for configurable-privacy2.Gravatar bretticvs2011-03-301-1377/+1452
|
* Adding directory and files for test data.Gravatar bretticvs2011-03-302-0/+34
|
* Updates for feature request 3164348: Make default ↵Gravatar bretticvs2011-03-151-0/+24
| | | | privacy configurable.
* get rid of phpunits warnings about deprecated assertType ↵Gravatar Christian Weiske2011-02-183-18/+18
| | | | usages
* make unittests run with phpunit 3.5.xGravatar Christian Weiske2011-02-023-11/+0
|
* api/posts/add respects the "replace" parameter nowGravatar cweiske2010-09-291-0/+121
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@777 b3834d28-1941-0410-a4f8-b48e95affb8f
* send 400 status code if a parameter is missingGravatar cweiske2010-09-291-0/+107
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@775 b3834d28-1941-0410-a4f8-b48e95affb8f
* check datetime settingGravatar cweiske2010-09-291-2/+7
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@774 b3834d28-1941-0410-a4f8-b48e95affb8f
* first tests for api/posts/addGravatar cweiske2010-09-291-0/+5
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@773 b3834d28-1941-0410-a4f8-b48e95affb8f
* first tests for api/posts/addGravatar cweiske2010-09-292-0/+198
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@772 b3834d28-1941-0410-a4f8-b48e95affb8f
* test for api/posts/updateGravatar cweiske2010-09-292-0/+136
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@771 b3834d28-1941-0410-a4f8-b48e95affb8f
* delicious returns a proper error message when deleting ↵Gravatar cweiske2010-09-291-1/+1
| | | | | | non-existant items, which we do now, too git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@770 b3834d28-1941-0410-a4f8-b48e95affb8f
* rewrite api/posts/delete to be more secure and add unit ↵Gravatar cweiske2010-09-281-4/+5
| | | | | | tests for it git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f
* execute api testsGravatar cweiske2010-09-281-0/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@768 b3834d28-1941-0410-a4f8-b48e95affb8f
* tests for deleting bookmarks via the API. two of them ↵Gravatar cweiske2010-09-281-0/+302
| | | | | | fail currently because of a security issue git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@767 b3834d28-1941-0410-a4f8-b48e95affb8f
* update docblocksGravatar cweiske2010-09-281-2/+19
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@766 b3834d28-1941-0410-a4f8-b48e95affb8f
* now we have tests for all history all methodsGravatar cweiske2010-09-271-44/+195
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@762 b3834d28-1941-0410-a4f8-b48e95affb8f
* test automatic search history deletionGravatar cweiske2010-09-271-0/+28
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@761 b3834d28-1941-0410-a4f8-b48e95affb8f
* defined main method before including includesGravatar cweiske2010-09-271-3/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@760 b3834d28-1941-0410-a4f8-b48e95affb8f
* defined main method before including includesGravatar cweiske2010-09-277-21/+14
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@759 b3834d28-1941-0410-a4f8-b48e95affb8f
* test deleteall in searchhistoryGravatar cweiske2010-09-271-3/+17
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@758 b3834d28-1941-0410-a4f8-b48e95affb8f
* tell which test covers which methodGravatar cweiske2010-09-261-0/+8
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@756 b3834d28-1941-0410-a4f8-b48e95affb8f
* add some new testsGravatar cweiske2010-09-261-51/+127
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@754 b3834d28-1941-0410-a4f8-b48e95affb8f
* Fix bug #3073215: Updating bookmark time does not workGravatar cweiske2010-09-231-0/+32
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@745 b3834d28-1941-0410-a4f8-b48e95affb8f
* add more countother-watchlist tests that are simpler ↵Gravatar cweiske2010-09-231-1/+87
| | | | | | than the previous test git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@736 b3834d28-1941-0410-a4f8-b48e95affb8f
* remove unneeded codeGravatar Christian Weiske2010-08-221-3/+0
|
* make files use pear directoriesGravatar Christian Weiske2010-08-221-1/+7
|
* Fix bug getTagsForBookmarks() that fetched all tags, see ↵Gravatar cweiske2010-07-091-0/+6
| | | | | | http://sourceforge.net/projects/semanticscuttle/forums/forum/759510/topic/3752670 for details git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@715 b3834d28-1941-0410-a4f8-b48e95affb8f
* test that public bookmarks of other people are not ↵Gravatar cweiske2010-03-281-0/+5
| | | | | | exported via csv git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@703 b3834d28-1941-0410-a4f8-b48e95affb8f