Christian Weiske
|
a1989cff06
|
add test to search for multiple tags, which fails currently
|
2011-04-15 19:15:57 +02:00 |
|
Christian Weiske
|
0f0a95998e
|
use correct url
|
2011-04-15 08:00:26 +02:00 |
|
Christian Weiske
|
b2c48977bb
|
use xml parser, not html
|
2011-04-15 07:56:50 +02:00 |
|
Christian Weiske
|
a25838b267
|
Fix bug #3097187: Using opensearch with two tags does not work in Firefox
|
2011-04-15 07:55:06 +02:00 |
|
Christian Weiske
|
5d22905ce7
|
verify we get the correct search URL
|
2011-04-14 17:04:57 +02:00 |
|
Christian Weiske
|
8a87a245b8
|
test opensearch api content type
|
2011-04-14 16:58:47 +02:00 |
|
Christian Weiske
|
dbccc1781e
|
remove fixme
|
2011-04-14 16:55:51 +02:00 |
|
Christian Weiske
|
f5ac88ea87
|
test that opensearch link is the main page HTML head
|
2011-04-14 16:53:46 +02:00 |
|
Christian Weiske
|
542824a9ba
|
include HTTP_Request2 in api base file
|
2011-04-14 16:53:09 +02:00 |
|
Christian Weiske
|
bdebe6598c
|
use bootstrap file declared in phpunit.xml and do not include it in every single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred
|
2011-04-12 09:29:59 +02:00 |
|
Christian Weiske
|
90f29d6e67
|
first test for service factory
|
2011-04-12 08:47:44 +02:00 |
|
Christian Weiske
|
200cb1d3c5
|
move privacy tests for api/post_add to the correct location
|
2011-04-06 09:52:02 +02:00 |
|
Christian Weiske
|
366987a97d
|
move unittest config deletion to setup since that makes it easier to debug, and does not break config when the test fatal errored
|
2011-04-06 09:50:42 +02:00 |
|
Christian Weiske
|
cba0776325
|
cherry-pick:
move setUnittestConfig to TestBaseApi since it makes only sense to use it there
Conflicts:
tests/TestBaseApi.php
|
2011-04-06 08:43:42 +02:00 |
|
Christian Weiske
|
c81566f5d8
|
cherry-pick:
add new feature: allow unit test mode enabling via HTTP GET parameter
|
2011-04-06 08:42:26 +02:00 |
|
Christian Weiske
|
1a2b37cc34
|
tell people why we need that variable
|
2011-04-06 07:58:01 +02:00 |
|
Christian Weiske
|
988e564ec3
|
always delete all bookmarks in setUp since almost all methods do it anyway
|
2011-04-06 07:46:55 +02:00 |
|
bretticvs
|
1aa20d38ca
|
Re-adding test data without carriage returns.
|
2011-03-31 16:49:21 -07:00 |
|
bretticvs
|
a0ca398372
|
Trying to remove carriage returns from test data.
|
2011-03-31 16:42:44 -07:00 |
|
bretticvs
|
42942507c4
|
Revert "Revert "Updates for configurable-privacy2, hopefully without carriage returns.""
This reverts commit f072059f2d .
|
2011-03-31 16:18:36 -07:00 |
|
bretticvs
|
f072059f2d
|
Revert "Updates for configurable-privacy2, hopefully without carriage returns."
This reverts commit 675eadd584 .
|
2011-03-31 16:17:53 -07:00 |
|
bretticvs
|
675eadd584
|
Updates for configurable-privacy2, hopefully without carriage returns.
|
2011-03-31 15:59:44 -07:00 |
|
U-SYBASE\bdee
|
8cbfef8115
|
Revert "Further updates for configurable-privacy2."
This reverts commit ef88147d45 .
|
2011-03-31 13:25:37 -07:00 |
|
bretticvs
|
ef88147d45
|
Further updates for configurable-privacy2.
|
2011-03-30 22:31:51 -07:00 |
|
bretticvs
|
eaa62a6c45
|
Adding directory and files for test data.
|
2011-03-30 22:04:39 -07:00 |
|
Christian Weiske
|
a5bd778929
|
introduce assertResponseJson200 for API/ajax tests and use it
|
2011-03-28 08:34:12 +02:00 |
|
Christian Weiske
|
1dfff5d3d8
|
add tests for getadmintags beginsWith and limit parameters
|
2011-03-28 08:01:02 +02:00 |
|
Christian Weiske
|
a756799ef4
|
move setUnittestConfig to TestBaseApi since it makes only sense to use it there
|
2011-03-26 17:04:00 +01:00 |
|
Christian Weiske
|
361c18469a
|
add new feature: allow unit test mode enabling via HTTP GET parameter
|
2011-03-26 15:09:22 +01:00 |
|
Christian Weiske
|
0935c98499
|
test the limit parameter
|
2011-03-26 13:55:46 +01:00 |
|
Christian Weiske
|
78654369e9
|
test for beginsWith parameter and a bugfix :)
|
2011-03-26 11:54:47 +01:00 |
|
Christian Weiske
|
0f9d06c664
|
first working unittest for ajax/getcontacttags with login!
|
2011-03-26 10:00:18 +01:00 |
|
Christian Weiske
|
db71e63467
|
begin with ajax unittests - but they do not work yet
|
2011-03-25 19:26:21 +01:00 |
|
Christian Weiske
|
d6e99db40d
|
do not generate invalid SQL when called with a not-so valid array
|
2011-03-25 08:00:32 +01:00 |
|
Christian Weiske
|
e667feb0ca
|
beginsWith-parameter for getPopulartags, getContactTags and getAdminTags
|
2011-03-25 07:44:07 +01:00 |
|
Christian Weiske
|
30f84b3ca3
|
fix privacy protection issue when fetching tags of several users
|
2011-03-24 19:07:50 +01:00 |
|
Christian Weiske
|
3828cfe6d6
|
replace assertType with assertInternalType to please phpunit
|
2011-03-24 08:41:02 +01:00 |
|
Christian Weiske
|
637e276ac7
|
unittest for Bookmark2Tag::getContactTags, CS and docblock
|
2011-03-24 08:36:54 +01:00 |
|
Christian Weiske
|
cb28cd3371
|
unittest for getAdminTags as well as CS and docblock fixes on it
|
2011-03-23 19:11:38 +01:00 |
|
Christian Weiske
|
66c60880d2
|
rename three to thr to make the code look nicer
|
2011-03-23 19:00:25 +01:00 |
|
Christian Weiske
|
9f46e9f3ff
|
getPopularTags is fully covered now
|
2011-03-23 08:58:20 +01:00 |
|
Christian Weiske
|
821c17d9e3
|
exclude tests directory from coverage
|
2011-03-23 08:54:40 +01:00 |
|
Christian Weiske
|
7d31d9d165
|
test for the days parameter
|
2011-03-23 08:33:49 +01:00 |
|
Christian Weiske
|
d4ccb1d3d3
|
first unit tests for Bookmark2Tag::getPopularTags
|
2011-03-23 08:23:36 +01:00 |
|
Christian Weiske
|
bc178983b3
|
Merge branch 'master' into jquery
Conflicts:
doc/ChangeLog
|
2011-03-20 22:15:34 +01:00 |
|
Christian Weiske
|
975809a834
|
unit test for the new SemanticScuttle_Model_UserArray class
|
2011-03-15 19:18:57 +01:00 |
|
bretticvs
|
65bd4bfab8
|
Updates for feature request 3164348: Make default privacy configurable.
|
2011-03-15 07:53:39 +01:00 |
|
Christian Weiske
|
4cc46f2686
|
get rid of phpunits warnings about deprecated assertType usages
|
2011-02-18 08:01:18 +01:00 |
|
Christian Weiske
|
2c4bf8dacf
|
make unittests run with phpunit 3.5.x
|
2011-02-02 23:08:43 +01:00 |
|
Christian Weiske
|
be126cc958
|
tests for getadminlinkedtags
|
2010-10-08 17:43:05 +02:00 |
|