summaryrefslogtreecommitdiff
path: root/test/persistence_client_library_test.c
Commit message (Expand)AuthorAgeFilesLines
* Make test data directory (localestatedir) variableIngo Huerner2017-06-021-2/+1
* Added test to verify restared crashed application is able to access data in c...Ingo Huerner2017-06-011-16/+446
* Check return value when registering to PAS, pclInitLibrary returns now an err...Ingo Huerner2017-05-231-0/+75
* Fixed findings from static code analysisIngo Huerner2017-05-221-38/+62
* Added environment checker to tests in order to detect insufficient persistenc...Ingo Huerner2017-04-191-3/+16
* Corrected argument type for LifecycleRequestComplete message; extended checkL...Ingo Huerner2017-04-051-11/+70
* Added pclCustomLibConfigFileTest.cfg.in config file for tests.Ingo Huerner2017-03-071-9/+23
* Fix typoGianpaolo Macario2017-02-171-4/+4
* Skip testcases MultiThreadedRead, MultiThreadedWriteGianpaolo Macario2017-02-171-0/+9
* Fixed a array out of bounds access (results in mutex deadlock).Ingo Huerner2017-02-101-12/+17
* Make usage of plugins more robust (Nullpointer check); Added creation of test...Ingo Huerner2017-01-271-7/+110
* Added DLT log message for every API callIngo Huerner2017-01-031-1197/+465
* Added multi thread read/write testIngo Huerner2016-11-031-9/+248
* Added timeout to each testIngo Huerner2015-08-241-24/+29
* Extended tests for writing shared dataIngo Huerner2015-07-221-0/+42
* remove dlt directory from #includeFrederik Sdun2015-03-311-2/+2
* Increased code coverage; removed obsolete codeIngo Huerner2015-03-271-18/+147
* Fixed a problem with file handle treeIngo Huerner2015-03-171-0/+117
* Added test case; removed setting of dlt log levelIngo Huerner2015-02-031-9/+102
* Minor changes after code review; replaced static arrays for handles by a treeIngo Huerner2015-01-221-14/+2
* Removed compiler warnings; added check for shared data if application is allo...Ingo Huerner2015-01-081-3/+50
* Removed compiler warnings and obsolete filesIngo Huerner2015-01-071-20/+23
* Improved testsIngo Huerner2014-12-111-4/+23
* Rework of DLT messagesIngo Huerner2014-12-041-1/+0
* Fixed a problem when running the tests the first time after test data has bee...Ingo Huerner2014-12-041-4/+4
* Implemented write configurable default data for filesIngo Huerner2014-11-291-11/+24
* Implemented missing handling of configurable default data for filesIngo Huerner2014-11-281-2/+49
* implemented write to configurable default data; added defines to pcl header f...Ingo Huerner2014-11-281-284/+449
* Disable appcheck test if appcheck is disabledIngo Huerner2014-11-111-3/+6
* Rework of application security check; if a not trusted application tries to a...Ingo Huerner2014-11-071-9/+97
* Fixed GENIVI bug 286Ingo Huerner2014-10-011-15/+110
* Missing files for prevoius commitID; updated header documentationIngo Huerner2014-08-211-6/+6
* Rework default database open handling; Updated DLT log messagesIngo Huerner2014-08-051-112/+56
* Increased test timeouts; reordered testsIngo Huerner2014-07-171-17/+18
* Reduced number of init/deinit tests; increased timeout for init/deinit testIngo Huerner2014-07-161-2/+2
* Now files will be correctly handled (cached/non cached)Ingo Huerner2014-07-161-19/+25
* Fixed a problem with getting the size of the default data; extended tests to ...Ingo Huerner2014-07-091-12/+113
* Implemented backup blacklist for filesIngo Huerner2014-07-071-2/+101
* Fixed a problem with sporadic blocking of pclDeinitLibraryIngo Huerner2014-07-011-13/+19
* Added test plugins and plugin testsIngo Huerner2014-06-241-1/+1
* Fixed bug 231Ingo Huerner2014-06-181-16/+110
* Fixed bug 230Ingo Huerner2014-06-181-25/+49
* Deactivated plugin testIngo Huerner2014-06-171-1/+1
* Finished onDemand/static loading of plugins; Corrected a problem with default...Ingo Huerner2014-06-171-67/+103
* Fixed a problem with default file dataIngo Huerner2014-05-061-18/+32
* Added default file loading also to pclCreatePath function; fixed bugs 199 and...Ingo Huerner2014-04-301-2/+3
* Added use of default data for files; added test data that can be used by PAS ...Ingo Huerner2014-04-291-48/+22
* Corrected testsIngo Huerner2014-04-101-108/+4
* Updated Yocto files; corrected test casesIngo Huerner2014-04-091-2/+5
* Removed itzam, and switched to commom library; Known issues: delete key test ...Ingo Huerner2014-04-041-15/+37