summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Reverted changes of date() to gdate(), added tests to ↵Gravatar Mark Pemberton2011-06-043-9/+43
| | | | confirm existence of private RSS feed, and finalized changes to the user session usage with rss.php
* Altered tests to be more timezone friendlyGravatar Mark Pemberton2011-05-212-8/+8
|
* Merge branch 'master' into privatekey2Gravatar Mark Pemberton2011-05-213-13/+31
|\
| * fix testGravatar Christian Weiske2011-05-201-1/+1
| |
| * all but one test work now with a different unittest databaseGravatar Christian Weiske2011-05-201-6/+19
| |
| * automatically append unittestmode parameter to urlGravatar Christian Weiske2011-05-201-4/+8
| |
| * begin supporting a different database for unit testsGravatar Christian Weiske2011-05-192-5/+6
| |
* | Resolve some failed bookmark and tag testsGravatar Mark Pemberton2011-05-213-6/+7
| |
* | revert getBookmarks() back to originalGravatar Mark Pemberton2011-05-191-0/+1
| |
* | new privatekey2 branch with privatekey changesGravatar Mark Pemberton2011-05-133-6/+386
|/
* Merge branch 'master' into configurable-privacy2Gravatar Christian Weiske2011-05-124-5/+94
|\
| * fix a test that failed when using a base URL without ↵Gravatar Christian Weiske2011-05-122-1/+18
| | | | | | | | protocol
| * rename test methodGravatar Christian Weiske2011-05-031-3/+1
| |
| * do not add bookmarks with an invalid URLGravatar Christian Weiske2011-05-031-1/+10
| |
| * begin bookmark model class with URL validation methodGravatar Christian Weiske2011-05-031-0/+65
| |
* | Moved testDefaultPrivacyEdit() to tests/www/editTest.php.Gravatar bretticvs2011-05-055-158/+194
| | | | | | | | | | | | | | | | | | 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.
* | merge masterGravatar Christian Weiske2011-05-0224-367/+984
|\|
| * exclude database layer files from coverageGravatar Christian Weiske2011-04-151-0/+3
| |
| * add test to search for multiple tags, which fails currentlyGravatar Christian Weiske2011-04-151-0/+15
| |
| * use correct urlGravatar Christian Weiske2011-04-151-1/+1
| |
| * use xml parser, not htmlGravatar Christian Weiske2011-04-151-4/+4
| |
| * Fix bug #3097187: Using opensearch with two tags does ↵Gravatar Christian Weiske2011-04-151-0/+53
| | | | | | | | not work in Firefox
| * verify we get the correct search URLGravatar Christian Weiske2011-04-141-0/+17
| |
| * test opensearch api content typeGravatar Christian Weiske2011-04-141-1/+9
| |
| * remove fixmeGravatar Christian Weiske2011-04-141-1/+0
| |
| * test that opensearch link is the main page HTML headGravatar Christian Weiske2011-04-141-0/+52
| |
| * include HTTP_Request2 in api base fileGravatar Christian Weiske2011-04-141-0/+2
| |
| * use bootstrap file declared in phpunit.xml and do not ↵Gravatar Christian Weiske2011-04-1218-385/+2
| | | | | | | | include it in every single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred
| * first test for service factoryGravatar Christian Weiske2011-04-122-4/+21
| |
| * introduce assertResponseJson200 for API/ajax tests and ↵Gravatar Christian Weiske2011-03-284-63/+32
| | | | | | | | use it
| * add tests for getadmintags beginsWith and limit parametersGravatar Christian Weiske2011-03-281-0/+79
| |
| * move setUnittestConfig to TestBaseApi since it makes ↵Gravatar Christian Weiske2011-03-263-44/+107
| | | | | | | | only sense to use it there
| * add new feature: allow unit test mode enabling via HTTP ↵Gravatar Christian Weiske2011-03-261-1/+62
| | | | | | | | GET parameter
| * test the limit parameterGravatar Christian Weiske2011-03-261-0/+24
| |
| * test for beginsWith parameter and a bugfix :)Gravatar Christian Weiske2011-03-261-0/+17
| |
| * first working unittest for ajax/getcontacttags with login!Gravatar Christian Weiske2011-03-262-11/+28
| |
| * begin with ajax unittests - but they do not work yetGravatar Christian Weiske2011-03-252-0/+109
| |
| * do not generate invalid SQL when called with a not-so ↵Gravatar Christian Weiske2011-03-251-0/+17
| | | | | | | | valid array
| * beginsWith-parameter for getPopulartags, getContactTags ↵Gravatar Christian Weiske2011-03-251-0/+64
| | | | | | | | and getAdminTags
| * fix privacy protection issue when fetching tags of ↵Gravatar Christian Weiske2011-03-241-20/+49
| | | | | | | | several users
| * replace assertType with assertInternalType to please phpunitGravatar Christian Weiske2011-03-241-3/+3
| |
| * unittest for Bookmark2Tag::getContactTags, CS and docblockGravatar Christian Weiske2011-03-241-6/+56
| |
| * unittest for getAdminTags as well as CS and docblock ↵Gravatar Christian Weiske2011-03-231-0/+20
| | | | | | | | fixes on it
| * rename three to thr to make the code look nicerGravatar Christian Weiske2011-03-231-16/+16
| |
| * getPopularTags is fully covered nowGravatar Christian Weiske2011-03-231-0/+124
| |
| * exclude tests directory from coverageGravatar Christian Weiske2011-03-231-0/+8
| |
| * test for the days parameterGravatar Christian Weiske2011-03-231-0/+37
| |
| * first unit tests for Bookmark2Tag::getPopularTagsGravatar Christian Weiske2011-03-232-2/+85
| |
| * Merge branch 'master' into jqueryGravatar Christian Weiske2011-03-207-29/+86
| |\ | | | | | | | | | | | | Conflicts: doc/ChangeLog
| | * unit test for the new SemanticScuttle_Model_UserArray classGravatar Christian Weiske2011-03-151-0/+68
| | |