libreoffice-online/test
Andras Timar 21012c1c74 do not ignore the result of fwrite...
... at least from compiler point of view.
On some systems with old glibc (<= 2.15) the fwrite function has
the warn_unused_result attribute. That makes the build fail.
Starting with glibc 2.16 the attribute was removed [1].

[1]
The bug: https://sourceware.org/bugzilla/show_bug.cgi?id=11959
Release notes to 2.16:
https://sourceware.org/ml/libc-alpha/2012-06/msg00807.html

Change-Id: Ia62ccff2120dce51e311303124aadc60c134a1aa
Reviewed-on: https://gerrit.libreoffice.org/71880
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2019-05-06 23:11:08 +02:00
..
data Update unit test data for recent master. 2019-05-03 14:04:57 +01:00
.gitignore
countloolkits.hpp Improve pid collection and printout for tests. 2019-05-03 13:52:15 +01:00
DeltaTests.cpp Delta test: avoid dumping out useless data 2018-10-19 18:15:22 +02:00
fakesockettest.cpp android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability. 2019-02-12 12:20:11 +01:00
helpers.hpp do not ignore the result of fwrite... 2019-05-06 23:11:08 +02:00
httpcrashtest.cpp test: close testCrashKit race. 2019-05-05 00:04:00 +02:00
httpwserror.cpp
httpwstest.cpp tests: make SVG comparison tests much more helpful. 2019-05-02 17:16:08 +02:00
integration-http-server.cpp typo: capabilties -> capabilities 2018-11-30 14:50:15 +01:00
Makefile.am TileCache: switch to in-memory, rather than persistent. 2019-02-15 12:10:16 +01:00
run_unit.sh.in test: encourage the test script to sleep for the debugger too. 2019-05-04 23:53:38 +02:00
test.cpp test: recommend --verbose mode, and interleave output chronologically. 2019-05-04 22:57:00 +01:00
test.hpp
TileCacheTests.cpp Update unit test data for recent master. 2019-05-03 14:04:57 +01:00
TileQueueTests.cpp MessageQueueBase: make members private 2018-11-16 09:06:17 +01:00
UnitAdmin.cpp test: use the more effective overload accepting a character for find_last_of() 2019-01-23 09:06:04 +01:00
UnitClient.cpp
UnitConvert.cpp Add a time limit for badly behaved / huge document load / conversions. 2018-11-08 01:27:40 +00:00
UnitFuzz.cpp UnitFuzz: avoid manual std::move() 2018-12-18 09:14:43 +01:00
UnitOAuth.cpp WopiTestServer: make members private 2018-12-13 08:49:09 +01:00
UnitOOB.cpp
UnitPrefork.cpp
UnitStorage.cpp
UnitTileCache.cpp TileCache: re-factor API to work in terms of vectors, not file references. 2019-02-14 21:46:39 +01:00
UnitTimeout.cpp Remove unused 'Timestamp' using decl 2019-01-22 09:19:39 +01:00
UnitTyping.cpp Fix build. 2019-02-14 08:44:46 +01:00
UnitWOPI.cpp WopiTestServer: make members private 2018-12-13 08:49:09 +01:00
UnitWOPIDocumentConflict.cpp UnitWOPIDocumentConflict: no c_str() when it'll be converted back to std::string 2018-12-14 09:07:22 +01:00
UnitWopiOwnertermination.cpp WopiTestServer: make members private 2018-12-13 08:49:09 +01:00
UnitWOPISaveAs.cpp fix: saveAs breaks when '%' character is used within the filename 2019-03-19 18:31:15 +01:00
UnitWOPIVersionRestore.cpp WopiTestServer: make members private 2018-12-13 08:49:09 +01:00
WhiteBoxTests.cpp add export, sign and upload as one function for PDF signing 2019-01-13 23:50:18 +01:00
WopiTestServer.hpp fix: saveAs breaks when '%' character is used within the filename 2019-03-19 18:31:15 +01:00