summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* test file for #3469257: file with long descriptionGravatar Christian Weiske2012-01-201-0/+4
|
* Fix bug: URLs were escaped too often in bookmark listGravatar Christian Weiske2011-09-051-0/+28
|
* Fix bug #3386178: "system:unfiled" secret tag does not workGravatar Christian Weiske2011-08-051-0/+9
|
* we can retrieve system tags nowGravatar Christian Weiske2011-08-051-0/+11
|
* Fix bug #3376618: Broken tag completion for private ↵Gravatar Christian Weiske2011-08-011-0/+25
| | | | bookmarks
* Fix bug #3160512: Make SemantiScuttle work with FastCGIGravatar Christian Weiske2011-07-231-0/+95
|
* support global and per-host configuration filesGravatar Christian Weiske2011-07-211-0/+206
|
* privatekey -> privateKey everywhereGravatar Christian Weiske2011-06-275-20/+20
|
* test global feed with private bookmarksGravatar Christian Weiske2011-06-271-3/+49
|
* rename methods to keep them clearGravatar Christian Weiske2011-06-271-3/+3
|
* add own assertion to make it easier to switch to atomGravatar Christian Weiske2011-06-271-10/+23
|
* better method namesGravatar Christian Weiske2011-06-271-3/+3
|
* test that using the private key does not leave unwanted ↵Gravatar Christian Weiske2011-06-271-3/+38
| | | | login cookies
* make the private tests really test somethingGravatar Christian Weiske2011-06-273-71/+25
|
* move private key generation to adduserGravatar Christian Weiske2011-06-271-14/+19
|
* fix typoGravatar Christian Weiske2011-06-271-1/+1
|
* Added RSS Feed testsGravatar Mark Pemberton2011-06-152-2/+99
|
* make bookmarks.php tests easier to read and use the ↵Gravatar Christian Weiske2011-06-081-34/+28
| | | | TestBaseApi to get the urls
* docblocks for url and urlPart variablesGravatar Christian Weiske2011-06-081-0/+13
|
* CSGravatar Christian Weiske2011-06-081-5/+6
|
* fix tests for people that use a separate test databaseGravatar Christian Weiske2011-06-082-11/+6
|
* Refined bookmarksTest.php and added indexTest.phpGravatar Mark Pemberton2011-06-073-4/+96
|
* 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