summaryrefslogtreecommitdiff
path: root/ucb/qa
AgeCommit message (Expand)AuthorFilesLines
2016-10-05tdf#102499 (3): Change caching model for HTTP response status codeGiuseppe Castagno1-29/+55
2016-10-01tdf#101094 (34): Fix test and missing field value in comparision operatorGiuseppe Castagno1-29/+49
2016-09-26tdf#102499 (2): Refactor the WebDAV resource access retryGiuseppe Castagno1-5/+23
2016-09-25tdf#102499 (1): Add WebDAV test to check HTTP reponse status codes retryGiuseppe Castagno2-0/+87
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin1-1/+1
2016-08-23Related: tdf#82677, implement a PROPFIND 'propname' request cacheGiuseppe Castagno2-1/+136
2016-07-29tdf#101094 (13) OPTIONS: Options cache removal: LOCK, UNLOCKGiuseppe Castagno1-0/+8
2016-07-29tdf#101094 (10) OPTIONS: Add a simple options cache classGiuseppe Castagno1-0/+28
2016-07-28tdf#101094 (1) OPTIONS: New class to store retrieved OPTIONSGiuseppe Castagno1-0/+255
2016-03-10These tests can just derive from plain CppUnit::TestFixtureStephan Bergmann1-18/+3
2016-01-26Add initial cppunit test to webdav, 'local' only, neon versionGiuseppe Castagno1-0/+66
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-09-30Fix typosAndrea Gelmini1-3/+3
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-09java:remove unused importsNoel Grandin1-2/+0
2015-06-09more exception handling cleanup in Java unit testsNoel Grandin2-18/+10
2015-04-20java: remove some unused codeNoel Grandin1-43/+0
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin2-11/+3
2014-12-19java: static fields that should not be staticNoel Grandin1-1/+1
2014-12-10java: simplify the getMSF() methodsNoel Grandin4-10/+6
2014-11-18java: make fields final where possibleNoel Grandin10-13/+13
2014-10-17java: final fields that can be staticNoel Grandin1-2/+2
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
2014-08-14java: remove unused importsNoel Grandin3-3/+0
2014-08-14java: remove commented out codeNoel Grandin2-25/+0
2014-08-13java: remove unused interfacesNoel Grandin1-4/+0
2014-08-13java: remove unused fieldsNoel Grandin3-4/+4
2014-08-13java: reduce scope, make member classes privateNoel Grandin1-2/+2
2014-08-13java: reduce scope, make fields privateNoel Grandin9-19/+19
2014-08-12java: remove useless javadoc tagsNoel Grandin1-8/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+1
2014-08-08java: variable cannot be nullNoel Grandin1-14/+9
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-2/+2
2014-08-08java: remove unused importsNoel Grandin2-5/+0
2014-08-08java: remove dead methodsNoel Grandin2-62/+0
2014-08-05java: remove commented out codeNoel Grandin5-40/+0
2014-08-05java: remove unused fieldsNoel Grandin4-13/+0
2014-08-04fix spelling compilant -> compliantNoel Grandin3-3/+3
2014-02-22my upc router automatically adds .net to the domain search pathCaolán McNamara1-1/+1
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin1-3/+3
2013-04-19Java cleanup, remove the rest of the unnecessary castsNoel Grandin2-3/+3
2012-10-04re-base on ALv2 code. Includes:Michael Meeks2-0/+34
2012-09-26fdo#51304: Remove the author of some java source filesMarcos Paulo de Souza3-27/+0
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann4-28/+12
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin6-14/+0
2012-06-29Fix java "unchecked conversion" warning in UCB moduleNoel Grandin1-2/+2
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks2-46/+28