<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/evolution-data-server.git/tests/book-migration, branch master</title>
<subtitle>gitlab.gnome.org: GNOME/evolution-data-server.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/'/>
<entry>
<title>Use `g_assert_true()` instead of `g_assert()` in the unit tests</title>
<updated>2021-09-29T10:47:07+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2021-09-29T10:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=64e61883c87067c137d43ea82419feb355010922'/>
<id>64e61883c87067c137d43ea82419feb355010922</id>
<content type='text'>
The `g_assert()` can be disabled by `G_DISABLE_ASSERT` when compiling,
which is not desired for the unit tests, thus use the `g_assert_true()`
in the tests instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `g_assert()` can be disabled by `G_DISABLE_ASSERT` when compiling,
which is not desired for the unit tests, thus use the `g_assert_true()`
in the tests instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Run book-migration Berkeley DB tests only if libdb had been found</title>
<updated>2021-04-09T11:45:16+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2021-04-09T11:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=7469cc1e280edd804c1b0c6f6748126f06202b17'/>
<id>7469cc1e280edd804c1b0c6f6748126f06202b17</id>
<content type='text'>
Run old book migration tests from the Berkeley DB databases only if
being compiled with libdb, otherwise there is not done any migration
and the tests fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run old book migration tests from the Berkeley DB databases only if
being compiled with libdb, otherwise there is not done any migration
and the tests fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>I#282 - tests: Avoid build/source directories in executables</title>
<updated>2021-01-05T14:28:22+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2021-01-05T14:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=8271eade9f8a960d864ad0f8887a1313d36f5a5f'/>
<id>8271eade9f8a960d864ad0f8887a1313d36f5a5f</id>
<content type='text'>
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/282
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/282
</pre>
</div>
</content>
</entry>
<entry>
<title>Change libebook and libedata-book APIs</title>
<updated>2019-05-17T06:53:42+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2019-05-17T06:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=78142ce3472b18355b25832e72e2bb36a23c26e2'/>
<id>78142ce3472b18355b25832e72e2bb36a23c26e2</id>
<content type='text'>
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/83
and https://gitlab.gnome.org/GNOME/evolution-data-server/issues/85
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/83
and https://gitlab.gnome.org/GNOME/evolution-data-server/issues/85
</pre>
</div>
</content>
</entry>
<entry>
<title>I#91 - Verify database presence in test-migration test</title>
<updated>2019-03-12T15:17:37+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2019-03-12T15:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=b8ed8a08d6f9dd7053f1d620e2548b88239fa0c2'/>
<id>b8ed8a08d6f9dd7053f1d620e2548b88239fa0c2</id>
<content type='text'>
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/91
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/issues/91
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure libdb addressbooks are available before book-migration test</title>
<updated>2019-03-12T13:58:15+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2019-03-12T13:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=b887e56e8dac1619ace1d4c1673c6ec9ccbf7375'/>
<id>b887e56e8dac1619ace1d4c1673c6ec9ccbf7375</id>
<content type='text'>
This will make sure the required databases are available before
the migration test itself is built, which is not strictly necessary
for the test build, but it also doesn't hurt and makes the dependency
explicit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will make sure the required databases are available before
the migration test itself is built, which is not strictly necessary
for the test build, but it also doesn't hurt and makes the dependency
explicit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a 3.24 contacts.db for a book-migration test</title>
<updated>2017-03-14T16:12:13+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2017-03-14T16:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=aef98e05efd38f2372f785f9865648aad613025e'/>
<id>aef98e05efd38f2372f785f9865648aad613025e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert from autotools to CMake</title>
<updated>2016-10-10T13:16:25+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2016-10-10T13:16:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=2f505851c3a5e0e4aa1dfd0a71e67035810cb8fb'/>
<id>2f505851c3a5e0e4aa1dfd0a71e67035810cb8fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 471791 - Move away from g_asserts to g_ret*</title>
<updated>2015-06-17T10:00:24+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2015-06-17T10:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=01f3e5dbe2fc81caaf547ba1d785263338d5b914'/>
<id>01f3e5dbe2fc81caaf547ba1d785263338d5b914</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let the 'make check' pass again</title>
<updated>2015-02-03T18:20:12+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2015-02-03T18:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=2c69571d8ee8a94684cc27cea0be9aee56a39ab4'/>
<id>2c69571d8ee8a94684cc27cea0be9aee56a39ab4</id>
<content type='text'>
Couple related changes:
a) no need to wait for a connected state in tests, it only makes thing slower
b) have larger interval for finalize wait
c) avoid memory leak (and test failure) in test-book-client-view-operations
d) update ko_KR alphabet in test-book-client-cursor-operations
e) skip test-book-client-cursor-operations from 'make check', due it being too slow
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Couple related changes:
a) no need to wait for a connected state in tests, it only makes thing slower
b) have larger interval for finalize wait
c) avoid memory leak (and test failure) in test-book-client-view-operations
d) update ko_KR alphabet in test-book-client-cursor-operations
e) skip test-book-client-cursor-operations from 'make check', due it being too slow
</pre>
</div>
</content>
</entry>
</feed>
