summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #161: URLs broken on 1&1 serverGravatar Christian Weiske2013-08-201-0/+139
|
* fix timing bug in tests by using title sort order ↵Gravatar Christian Weiske2013-03-211-7/+9
| | | | instead of date sort, fix bug when no user was in db
* Fix two broken testsGravatar Christian Weiske2013-03-211-3/+5
|
* The hasTag was always returning false, which probably is ↵Gravatar Christian Weiske2013-03-211-3/+12
| | | | a bug. Fixed it and added a test to catch it. Thanks for Ricardo Soares de Lima for the first patch version
* The method attachTags was raising a Notice error, fix it ↵Gravatar Ricardo Soares de Lima2013-03-211-0/+15
| | | | and adds a test for this situation.
* fix tag::normalize testGravatar Christian Weiske2013-03-211-1/+1
|
* add (broken) tests for Services_Tag::normalize and ↵Gravatar Christian Weiske2013-03-212-1/+17
| | | | Bookmark2Tag::attachTags with some empty tags
* remove php4-style object reference passing #2Gravatar Christian Weiske2013-03-201-2/+2
|
* remove php4-style object reference passingGravatar Christian Weiske2013-03-173-5/+5
|
* skip tests if unittest url is not set instead of failingGravatar Christian Weiske2012-01-251-1/+1
|
* Fix bug #3111254: getIdFromUser() always returns an ↵Gravatar Christian Weiske2012-01-211-0/+16
| | | | integer now (part 2)
* Fix bug #3468293: Delicious import does not preserve ↵Gravatar Christian Weiske2012-01-201-0/+1
| | | | private links
* 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.