<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/evolution-data-server.git/tests/libebook/client, 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>M!84 - Correct typos of doesnt/dont</title>
<updated>2021-11-08T16:25:07+00:00</updated>
<author>
<name>Дилян Палаузов</name>
<email>git-dpa@aegee.org</email>
</author>
<published>2021-07-13T09:41:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=e071a0aafc8b8d214e8b437a86b748fd385f3534'/>
<id>e071a0aafc8b8d214e8b437a86b748fd385f3534</id>
<content type='text'>
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/84
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/84
</pre>
</div>
</content>
</entry>
<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>M!72 - Typos its &lt;=&gt; it's</title>
<updated>2021-07-11T12:35:19+00:00</updated>
<author>
<name>Дилян Палаузов</name>
<email>git-dpa@aegee.org</email>
</author>
<published>2021-06-07T12:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=0c86c091a06037481df97fef6201d4be2cd81bac'/>
<id>0c86c091a06037481df97fef6201d4be2cd81bac</id>
<content type='text'>
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/72
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/72
</pre>
</div>
</content>
</entry>
<entry>
<title>test-book-client-write-write: Fix occasional test failure</title>
<updated>2021-06-11T05:54:24+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2021-06-11T05:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=c38149658928837d9a907c4afe1587ec343fb8f6'/>
<id>c38149658928837d9a907c4afe1587ec343fb8f6</id>
<content type='text'>
Let it use the global main loop, to avoid stale GSource-s being
lost in the private context scheduled by GDBus, which could cause
a crash due to the GDBusConnection not being finalized at the end
of the test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let it use the global main loop, to avoid stale GSource-s being
lost in the private context scheduled by GDBus, which could cause
a crash due to the GDBusConnection not being finalized at the end
of the test.
</pre>
</div>
</content>
</entry>
<entry>
<title>I#309 - EContact: Inline locally stored image does not retain its mime type</title>
<updated>2021-03-08T16:38:21+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2021-03-08T16:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=eae4e9b5268c841d8f9b667e7d9bb592f11ac496'/>
<id>eae4e9b5268c841d8f9b667e7d9bb592f11ac496</id>
<content type='text'>
This broke with commit 0394a3bd9cd0b0cbf3a9bc1eac70f5a4849f6df6 for the file
backend, because the EContact's e_contact_inline_local_photos() could not
decipher the original MIME type from the file extension.

Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/309
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This broke with commit 0394a3bd9cd0b0cbf3a9bc1eac70f5a4849f6df6 for the file
backend, because the EContact's e_contact_inline_local_photos() could not
decipher the original MIME type from the file extension.

Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/309
</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>Add workaround for D-Bus property change into get-revision tests</title>
<updated>2019-05-23T18:56:00+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2019-05-23T18:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=1be2a36737b869457b67bd55a9f762ebdf4475fa'/>
<id>1be2a36737b869457b67bd55a9f762ebdf4475fa</id>
<content type='text'>
Even with the previous commit there still could happen some issue
with D-Bus property change notifications, thus add a workaround to
the related book and calendar tests, because it's not a problem
on the evolution-data-server side, but somewhere deeper.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even with the previous commit there still could happen some issue
with D-Bus property change notifications, thus add a workaround to
the related book and calendar tests, because it's not a problem
on the evolution-data-server side, but somewhere deeper.
</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>test-cal-client-get-revision could fail due to delayed D-Bus property change notification</title>
<updated>2018-11-13T09:36:37+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2018-11-13T09:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=5eaebbe5c1fd81baf93c2f8d3aeafa49abc92af6'/>
<id>5eaebbe5c1fd81baf93c2f8d3aeafa49abc92af6</id>
<content type='text'>
The test had been mostly working, except cases when the delivery
of a D-Bus property change signal had been delayed. Then the value
on the client side was not the same as the value on the server side.
There's a very similar test for EBookClient, which does slightly more
things, which gives D-Bus enough time to deliver the property change
to the client, thus this change adds the component removal to address it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test had been mostly working, except cases when the delivery
of a D-Bus property change signal had been delayed. Then the value
on the client side was not the same as the value on the server side.
There's a very similar test for EBookClient, which does slightly more
things, which gives D-Bus enough time to deliver the property change
to the client, thus this change adds the component removal to address it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Address some of the compiler and static analyzers warnings</title>
<updated>2018-05-17T13:09:25+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2018-05-17T13:08:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=f6b594d05a17f653f55064b546de8bea087421a6'/>
<id>f6b594d05a17f653f55064b546de8bea087421a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
