server/tests/lib
Vincent Petry 04c982a96e Fix unit test messing up the transaction on Oracle
Since the unit test is skipped anyway for Oracle, the dropTable() call
should be skipped as well to avoid having a leftover transaction and
cause further transactions to be nested and break the next test suites
requiring transactions.
2014-08-20 23:14:06 +02:00
..
appframework mark tests as skipped - TODO travis 2014-08-05 18:35:47 +02:00
archive Fix Tar support for php >=5.5 2014-08-11 16:56:36 +02:00
backgroundjob Add unit tests for JobList 2014-02-12 13:52:13 +01:00
cache
connector/sabre Upload abortion is now detected within the OC_Connector_Sabre_File::put() 2014-07-08 11:09:59 +02:00
contacts function declaration did not match 2014-07-29 00:34:02 +02:00
db Fix unit test messing up the transaction on Oracle 2014-08-20 23:14:06 +02:00
files add unit test for #8325 2014-08-14 17:18:46 +02:00
group remove dead code 2014-07-14 21:26:37 +02:00
hooks
memcache Ensure memcached extension is there before attempting to create an instance. 2013-12-09 14:33:26 +01:00
ocs Added test of OCS privatedata to trigger key duplication 2014-07-17 13:18:49 +02:00
public class Test_Config is already declared 2014-04-08 14:15:33 +02:00
repair Added repair step for legacy storages 2014-08-20 23:14:05 +02:00
session
share Merge pull request #9970 from owncloud/sharing_set_expire_date 2014-07-30 14:37:16 +02:00
template Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
user add tests 2014-06-23 18:33:13 +02:00
activitymanager.php Adding new interface \OCP\Activity\IExtentsion 2014-07-08 09:04:37 +02:00
api.php Fix test case for api response code 2014-04-03 14:47:55 +00:00
app.php Added requiremin/requiremax fields for apps 2014-05-27 11:54:12 +02:00
appconfig.php port of #9500 2014-07-08 16:32:01 +02:00
archive.php
autoloader.php fix unit tests 2013-10-02 11:25:44 +02:00
avatar.php Make OC_Avatar unit tests independent of currently loggedin user 2014-01-02 16:08:08 +01:00
cache.php
config.php
db.php Make MySQL return "number of found rows" instead of number of "affected rows". 2014-07-16 14:35:47 +02:00
dbschema.php - fix dropTable() and introduce tableExists() 2014-05-30 23:34:42 +02:00
errorHandler.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
geo.php
group.php adjust license headers to new mail address 2014-05-11 17:54:08 +02:00
helper.php Added unit test for the helper's rmdirr 2014-06-23 16:48:25 +02:00
helperstorage.php Added experimental switch to count external storage data in quota 2014-06-04 16:08:59 +02:00
image.php unit tests for specific image type output added 2014-03-17 08:40:59 +01:00
installer.php fix unit tests 2014-06-05 16:32:12 +02:00
l10n.php Some tests for OC_L10N::findLanguage() 2013-10-23 15:41:15 +02:00
largefilehelper.php Add helper method for turning int|float into base-10 unsigned integer string. 2014-05-29 16:26:01 +02:00
largefilehelpergetfilesize.php Typo: getFileSizeViaDOM -> getFileSizeViaCOM 2014-05-29 16:26:02 +02:00
logger.php fix logger implementation and test 2014-07-15 10:10:16 +02:00
mail.php idn_to_ascii is only used if available 2014-03-26 11:17:23 +01:00
migrate.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
preferences-singleton.php Minor fixes 2014-08-05 16:53:28 +02:00
preferences.php Minor fixes 2014-08-05 16:53:28 +02:00
preview.php adding unit test for cache mechanism 2014-04-04 16:21:50 +02:00
repair.php Added RepairStep interface and default repair step lists 2014-06-12 17:38:26 +02:00
request.php Added unit tests for serverHost and other related functions 2014-03-06 11:51:17 +01:00
streamwrappers.php
tags.php Yet another cleanup 2014-03-05 00:26:06 +01:00
template.php adjust license headers to new mail address 2014-05-11 17:54:08 +02:00
urlgenerator.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
user.php Scrutinizer Auto-Fixes 2014-02-19 09:31:54 +01:00
util.php Added unit test for default app URL 2014-07-01 16:55:29 +02:00
utilcheckserver.php Added .ocdata file to check for data folder validity 2014-03-14 15:36:35 +01:00
vobject.php