aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-05-19revert getBookmarks() back to originalMark Pemberton
2011-05-13new privatekey2 branch with privatekey changesMark 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-03rename test methodChristian Weiske
2011-05-03do not add bookmarks with an invalid URLChristian Weiske
2011-05-03begin bookmark model class with URL validation methodChristian Weiske
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-18clarify documentation; we are returning get requestsChristian 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-15exclude database layer files from coverageChristian Weiske
2011-04-15add test to search for multiple tags, which fails currentlyChristian Weiske
2011-04-15use correct urlChristian Weiske
2011-04-15use xml parser, not htmlChristian Weiske
2011-04-15Fix bug #3097187: Using opensearch with two tags does not work in FirefoxChristian Weiske
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-14include HTTP_Request2 in api base fileChristian 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-12first test for service factoryChristian Weiske
2011-04-06move privacy tests for api/post_add to the correct locationChristian Weiske
2011-04-06move unittest config deletion to setup since that makes it easier to debug, ↵Christian Weiske
and does not break config when the test fatal errored
2011-04-06cherry-pick:Christian Weiske
move setUnittestConfig to TestBaseApi since it makes only sense to use it there Conflicts: tests/TestBaseApi.php
2011-04-06cherry-pick:Christian Weiske
add new feature: allow unit test mode enabling via HTTP GET parameter
2011-04-06tell people why we need that variableChristian Weiske
2011-04-06always delete all bookmarks in setUp since almost all methods do it anywayChristian Weiske
2011-03-31Re-adding test data without carriage returns.bretticvs
2011-03-31Trying to remove carriage returns from test data.bretticvs
2011-03-31Revert "Revert "Updates for configurable-privacy2, hopefully without ↵bretticvs
carriage returns."" This reverts commit f072059f2de515c0125a9f63ab8476e52c4d4353.
2011-03-31Revert "Updates for configurable-privacy2, hopefully without carriage returns."bretticvs
This reverts commit 675eadd584e264ba92091579bbc1166dcf3a5715.
2011-03-31Updates for configurable-privacy2, hopefully without carriage returns.bretticvs
2011-03-31Revert "Further updates for configurable-privacy2."U-SYBASE\bdee
This reverts commit ef88147d453bce7d5b86ec43daad2f54447513c8.
2011-03-30Further updates for configurable-privacy2.bretticvs
2011-03-30Adding directory and files for test data.bretticvs
2011-03-28introduce assertResponseJson200 for API/ajax tests and use itChristian Weiske
2011-03-28add tests for getadmintags beginsWith and limit parametersChristian Weiske
2011-03-26move setUnittestConfig to TestBaseApi since it makes only sense to use it thereChristian Weiske
2011-03-26add new feature: allow unit test mode enabling via HTTP GET parameterChristian Weiske
2011-03-26test the limit parameterChristian Weiske