nextcloud/apps
Roeland Jago Douma 8aebab9853
Fix test race condition
E-tag propagation replies on the mtime of the file. Order of events:

1. add file 'foo.txt' with content 'bar'
2. Set mtime to now() - 1
3. Check if etag changed.

Now this goes right often when 1 and 2 happen in the same second.
However imagine

1. add file 'foo.txt' with content 'bar' (at t=0.999)
2. Set mtime to now() - 1 (at t=1.001)

Now the mtime will be set to the same time. Thus not chaning the etag.
2016-05-11 14:54:21 +02:00
..
comments Backport translations to stable9 2016-03-22 13:10:33 +01:00
dav Personal calendar should be generated even if the birthday calendar already exists - fixes #24082 2016-04-22 13:03:31 +02:00
encryption Merge pull request #24131 from owncloud/dont-transfer-files-to-not-ready-user-stable9 2016-04-22 10:33:18 +02:00
federatedfilesharing Backport translations to stable9 2016-03-22 13:10:33 +01:00
federation Backport translations to stable9 2016-03-22 13:10:33 +01:00
files Disable pastezone for jquery.fileupload 2016-04-26 14:37:40 +02:00
files_external add test 2016-04-25 17:43:52 +02:00
files_sharing Fix test race condition 2016-05-11 14:54:21 +02:00
files_trashbin Chunk the users correctly in the trashbin and versions background job 2016-04-20 10:39:14 +02:00
files_versions Add missing use statement 2016-04-25 13:34:20 +02:00
provisioning_api Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +01:00
systemtags Backport translations to stable9 2016-03-22 13:10:33 +01:00
testing Add new apps 2016-03-01 17:52:32 +01:00
updatenotification Backport translations to stable9 2016-03-22 13:10:33 +01:00
user_ldap Merge pull request #24242 from owncloud/stable9-backport-24052 2016-04-26 14:34:57 +02:00