summaryrefslogtreecommitdiff
path: root/ucb/qa
AgeCommit message (Expand)Author
2020-08-21Fix typosAndrea Gelmini
2020-06-05Upcoming loplugin:elidestringvar: ucbStephan Bergmann
2019-11-27more UCB test more robust on my systemNoel Grandin
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen
2019-08-12Fix typosAndrea Gelmini
2018-01-16Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: ucbStephan Bergmann
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M
2017-08-17Fix typosAndrea Gelmini
2017-07-31loplugin:oncevarNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2016-11-01Cosmetic: Namespaces, better make use of the 'using-directive'Giuseppe Castagno
2016-10-26const-ness fixesStephan Bergmann
2016-10-26WebDAV: Small cosmetic to unit checks.Giuseppe Castagno
2016-10-12tdf#102499 (6): Cache OPTIONS if not present or if lifetime differentGiuseppe Castagno
2016-10-05tdf#102499 (3): Change caching model for HTTP response status codeGiuseppe Castagno
2016-10-01tdf#101094 (34): Fix test and missing field value in comparision operatorGiuseppe Castagno
2016-09-26tdf#102499 (2): Refactor the WebDAV resource access retryGiuseppe Castagno
2016-09-25tdf#102499 (1): Add WebDAV test to check HTTP reponse status codes retryGiuseppe Castagno
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin
2016-08-23Related: tdf#82677, implement a PROPFIND 'propname' request cacheGiuseppe Castagno
2016-07-29tdf#101094 (13) OPTIONS: Options cache removal: LOCK, UNLOCKGiuseppe Castagno
2016-07-29tdf#101094 (10) OPTIONS: Add a simple options cache classGiuseppe Castagno
2016-07-28tdf#101094 (1) OPTIONS: New class to store retrieved OPTIONSGiuseppe Castagno
2016-03-10These tests can just derive from plain CppUnit::TestFixtureStephan Bergmann
2016-01-26Add initial cppunit test to webdav, 'local' only, neon versionGiuseppe Castagno
2016-01-10Fix typosAndrea Gelmini
2015-09-30Fix typosAndrea Gelmini
2015-07-04Fix typosAndrea Gelmini
2015-06-09java:remove unused importsNoel Grandin
2015-06-09more exception handling cleanup in Java unit testsNoel Grandin
2015-04-20java: remove some unused codeNoel Grandin
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2014-12-19java: static fields that should not be staticNoel Grandin
2014-12-10java: simplify the getMSF() methodsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: remove unused interfacesNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: variable cannot be nullNoel Grandin