syncevolution/src/syncevo
Patrick Ohly f04988de68 Cmdline: cleaned up unit testing
Moved removal and creation of the test directory (= "CmdlineTest")
into the test setup method. That way all tests are guaranteed to
start in a clean state, without having to duplicate that all over
the place.

Motivated by the observation that at least one test didn't have the
necessary cleanup, which caused a failure when creating more
templates.
2011-06-08 12:19:51 +02:00
..
configs vCard profile: added more permanent support for KAddressBook extensions 2011-04-18 21:41:36 +02:00
.gitignore added .gitignore entries for locally created files 2011-04-13 10:34:14 +02:00
Cmdline.cpp Cmdline: cleaned up unit testing 2011-06-08 12:19:51 +02:00
Cmdline.h SyncConfig + command line: enabled migration of config contexts 2011-02-01 22:14:22 +01:00
ConfigFilter.cpp ConfigProps: added get() method with default value passed as parameter 2011-05-06 16:15:19 +02:00
ConfigFilter.h ConfigProps: added get() method with default value passed as parameter 2011-05-06 16:15:19 +02:00
ConfigNode.cpp command line: specify properties per source and config 2011-01-25 11:11:53 +01:00
ConfigNode.h command line: specify properties per source and config 2011-01-25 11:11:53 +01:00
ConfigTree.h config classes: added reload() 2011-01-10 13:46:02 +01:00
CurlTransportAgent.cpp curl transport: fixed compile error 2011-04-13 10:32:55 +02:00
CurlTransportAgent.h Curl transport: use Timespec instead of time_t + time(NULL) 2011-02-16 12:33:46 +01:00
DataBlob.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
declarations.h stdout: never write to std::cout directly (MB #5041) 2010-03-29 11:01:35 +02:00
DevNullConfigNode.h config: share properties between peers, configuration view without peer 2009-11-25 16:57:50 +01:00
eds_abi_wrapper.cpp EDS compatibility: avoid warning about libedataserver-1.2.so.13 2011-02-08 09:46:06 +01:00
eds_abi_wrapper.h libical: allow using it without libecal 2010-12-01 12:32:45 +01:00
FileConfigNode.cpp ConfigNode: moved ConfigNode::createFileNode() into separate file 2010-05-04 09:39:20 +02:00
FileConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
FileConfigTree.cpp config classes: added reload() 2011-01-10 13:46:02 +01:00
FileConfigTree.h config classes: added reload() 2011-01-10 13:46:02 +01:00
FileDataBlob.cpp DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
FileDataBlob.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
FilterConfigNode.cpp ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
FilterConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
GLibSupport.cpp glib CXX: avoid features not found on Ubuntu Hardy 2011-03-29 03:51:38 +08:00
GLibSupport.h glib CXX: fixed compile problem 2011-03-29 03:49:41 +08:00
HashConfigNode.h ConfigNode API: added writeProperties() and clear() 2009-10-07 18:17:14 +02:00
icalstrdup.c libical: moved support code into core SyncEvolution 2011-02-25 12:18:28 +01:00
icalstrdup.h icalstrdup: fixed compile issue in EDS backend 2011-03-01 15:18:21 +01:00
IniConfigNode.cpp single file format for multiple .ini files (MBC #1208) 2010-05-04 09:39:20 +02:00
IniConfigNode.h config classes: added reload() 2011-01-10 13:46:02 +01:00
installcheck-local.sh packaging: another fix for installcheck-local 2009-10-15 14:44:50 +02:00
lcs.cpp LCS: Longest Common Subsequence 2010-01-19 17:23:07 +01:00
lcs.h lcs: fixed out-of-bounds array access (MBC #1007) 2010-05-31 12:44:55 +02:00
LocalTransportAgent.cpp local sync: "source-config" optional 2011-04-21 12:36:12 +02:00
LocalTransportAgent.h local sync: use Timespec instead of time_t + time(NULL) 2011-02-16 12:07:20 +01:00
Logging.cpp local sync: added target context to [INFO/DEBUG/...] prefix 2010-12-10 13:16:31 +01:00
Logging.h local sync: added target context to [INFO/DEBUG/...] prefix 2010-12-10 13:16:31 +01:00
LogRedirect.cpp logging: avoid extra newlines in redirected text 2011-04-14 13:42:18 +02:00
LogRedirect.h syncevo-dbus-server: restart when auto sync is enabled (BMC #14955) 2011-03-28 15:43:33 +02:00
LogStdout.cpp Logging: add relative time to [INFO/DEBUG ...] prefix at debug level 2011-04-14 11:12:08 +02:00
LogStdout.h Logging: add relative time to [INFO/DEBUG ...] prefix at debug level 2011-04-14 11:12:08 +02:00
Makefile.am libical: moved support code into core SyncEvolution 2011-02-25 12:18:28 +01:00
MapSyncSource.cpp MapSyncSource: use backup/restore in sub sync source 2010-12-01 12:32:45 +01:00
MapSyncSource.h WebDAV + GTK sync-ui: avoid long delays when accessing configs 2011-05-13 11:51:53 +02:00
MultiplexConfigNode.cpp ConfigProperty: removed the SHARED_AND_UNSHARED hack 2011-02-03 13:00:22 +01:00
MultiplexConfigNode.h shared layout: fix for showing and setting "type" property (MB #9939) 2010-03-03 12:01:12 +01:00
ObexTransportAgent.cpp TransportAgent: simplified timeout API 2011-02-09 15:02:13 +01:00
ObexTransportAgent.h TransportAgent: simplified timeout API 2011-02-09 15:02:13 +01:00
PrefixConfigNode.cpp ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
PrefixConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
readme2c.pl command line: --delete-items ... * deletes all items 2010-10-26 10:24:48 +02:00
SafeConfigNode.cpp command line: use % as escape character for luids 2010-09-01 15:59:48 +02:00
SafeConfigNode.h command line: use % as escape character for luids 2010-09-01 15:59:48 +02:00
SafeOstream.cpp DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
SafeOstream.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
SingleFileConfigTree.cpp config classes: added reload() 2011-01-10 13:46:02 +01:00
SingleFileConfigTree.h config classes: added reload() 2011-01-10 13:46:02 +01:00
SmartPtr.h glib: added GMainLoopPtr (noncopyable scoped pointer) for GMainLoop 2011-03-28 13:50:26 +02:00
SoupTransportAgent.cpp TransportAgent: simplified timeout API 2011-02-09 15:02:13 +01:00
SoupTransportAgent.h TransportAgent: simplified timeout API 2011-02-09 15:02:13 +01:00
StringDataBlob.cpp StringDataBlob: implemented write() method 2010-12-01 12:32:47 +01:00
StringDataBlob.h StringDataBlob: implemented write() method 2010-12-01 12:32:47 +01:00
SyncConfig.cpp config: "uri" now has source name as fallback 2011-04-21 12:20:00 +02:00
SyncConfig.h config: "uri" now has source name as fallback 2011-04-21 12:20:00 +02:00
SyncContext.cpp nightly testing: renamed ical20/itodo20/vcard30/text, removed vcard21 from Evolution backend (BMC #14972) 2011-05-05 20:15:55 +08:00
SyncContext.h local sync: "source-config" optional 2011-04-21 12:36:12 +02:00
syncevolution.pc.in Dynamic loadable backends: repackage libsyncevolution to enable dynamic loadable backends 2009-09-23 07:35:25 +02:00
SyncML.cpp compiler: fix warnings/errors reported by clang 2.8 2011-02-18 09:22:36 +01:00
SyncML.h SyncReport: added findSyncSourceReport() 2011-02-08 12:47:48 +01:00
SyncSource.cpp virtual source: added better config checking and error reporting 2011-04-19 13:58:04 +02:00
SyncSource.h nightly testing: renamed ical20/itodo20/vcard30/text, removed vcard21 from Evolution backend (BMC #14972) 2011-05-05 20:15:55 +08:00
SynthesisDBPlugin.cpp SyncConfig: "username/password" ambiguous, changed to "sync username/password" 2011-04-11 21:05:35 +02:00
SynthesisEngine.cpp DBusServer: change status code for password timeout (MB#9636) 2010-03-17 18:40:20 +08:00
SynthesisEngine.h DBusServer: change status code for password timeout (MB#9636) 2010-03-17 18:40:20 +08:00
TrackingSyncSource.cpp backend API cleanup: removal of "const char *" return types 2011-01-18 15:15:09 +01:00
TrackingSyncSource.h TrackingSyncSource: allow intercepting SyncSource callbacks 2011-05-13 11:41:21 +02:00
TransportAgent.cpp syncevo-dbus-server: allow SAN messages to start a Connection 2009-10-07 18:12:57 +02:00
TransportAgent.h TransportAgent: simplified timeout API 2011-02-09 15:02:13 +01:00
util.cpp Timespec: fixed unit test 2011-02-23 17:06:57 +01:00
util.h Timespec: added access methods for seconds, nsecs and total time as double 2011-04-15 13:29:16 +02:00
VolatileConfigNode.h files and classes renamed, include statements cleaned up 2009-10-05 14:49:32 +02:00
VolatileConfigTree.h config handling: old-style configs not found anymore (BMC #9381) 2010-11-01 12:49:12 +01:00