[evolution-kolab] unittests: fixed expected string from Evolution note
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab] unittests: fixed expected string from Evolution note
- Date: Tue, 13 Nov 2012 16:05:49 +0000 (UTC)
commit c19a8c2e33212466b5b865c8540dfac31b823f25
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Tue Nov 13 17:04:19 2012 +0100
unittests: fixed expected string from Evolution note
* multiple mail addresses are separated by semicolon
* these semicolons are now escaped in the string
representation of the note
src/libekolabconv/test/src/test-evolution-note.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libekolabconv/test/src/test-evolution-note.c b/src/libekolabconv/test/src/test-evolution-note.c
index f6ce709..9bb9b06 100644
--- a/src/libekolabconv/test/src/test-evolution-note.c
+++ b/src/libekolabconv/test/src/test-evolution-note.c
@@ -57,6 +57,6 @@ validate_evolution_note_bug_3297386(const I_note *inote, gint stage)
{
(void)stage;
- assert_equal_gchar("BEGIN:VJOURNAL\r\nORGANIZER;CN=Hendrik Helwich:MAILTO:h helwich tarent de\r\nX-EVOLUTION-RECIPIENTS:bill gates com;donald duck de\r\nDTSTART;VALUE=DATE:20110505\r\nEND:VJOURNAL\r\n",
+ assert_equal_gchar("BEGIN:VJOURNAL\r\nORGANIZER;CN=Hendrik Helwich:MAILTO:h helwich tarent de\r\nX-EVOLUTION-RECIPIENTS:bill gates com\\;donald duck de\r\nDTSTART;VALUE=DATE:20110505\r\nEND:VJOURNAL\r\n",
inote->common->evolution_store);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]