server/tests
Philipp Schaffrath 2ccf544ad7
Fixed failing test which was ignoring a required (not null) column (#26303)
* Fixed failing test which was ignoring a required (not null) column

* restored test to original, catching DriverException which also catches ConstraintViolationException

* catch ConstraintViolationException again

* removed unnecessary field from this test

* clobfield should be nullable

* clobfield now is nullable

* removed autoincrement since whenever this strategy is enabled, oracle would not throw constraint violation exceptions (needed for setValues), which mysql still does

* this field does not auto increment anymore

* mark integerfield as primary, since it is not getting marked as such through auto increment anymore,
integerfield default always has been 0 instead of null

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-17 00:09:07 -06:00
..
apps
Core Clean up single user mode 2017-02-22 23:02:31 -06:00
data always allow remembered login 2017-01-11 19:20:11 +01:00
docker Adding docker based unit test execution for mysql utf8mb4 2016-10-19 00:15:01 +02:00
lib Fixed failing test which was ignoring a required (not null) column (#26303) 2017-03-17 00:09:07 -06:00
objectstore make object prefix configurable 2016-11-14 15:10:56 +01:00
Settings Fix unit tests of master 2017-03-16 12:46:02 +01:00
travis
apps.php
bootstrap.php
enable_all.php Fix tests 2016-10-31 17:17:45 +01:00
karma.config.js Apply DOMPurify over HTML 2017-01-13 18:58:18 +01:00
phpunit-autotest-external.xml
phpunit-autotest.xml [9.2] Add missing unit tests (#25936) 2016-10-24 14:25:52 +02:00
preseed-config.php add ci support for s3 object store 2017-01-02 14:17:19 +01:00
startsessionlistener.php