aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>1999-06-22 00:46:58 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-06-22 00:46:58 +0800
commit4f689d0fb8e33e91fec8b8e0471d48f1e6993622 (patch)
treeb7f6adc3bdf3df1e76dc832d3e56e2f0c098a840 /tests
parent1703ec52d776954d5da61413b09a82f81b46dd02 (diff)
downloadgsoc2013-evolution-4f689d0fb8e33e91fec8b8e0471d48f1e6993622.tar.gz
gsoc2013-evolution-4f689d0fb8e33e91fec8b8e0471d48f1e6993622.tar.zst
gsoc2013-evolution-4f689d0fb8e33e91fec8b8e0471d48f1e6993622.zip
sync
svn path=/trunk/; revision=983
Diffstat (limited to 'tests')
-rw-r--r--tests/test2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test2.c b/tests/test2.c
index 8d980868d5..6f4ef3fdc6 100644
--- a/tests/test2.c
+++ b/tests/test2.c
@@ -39,7 +39,7 @@ main (int argc, char**argv)
message = camel_mime_message_new_with_session( (CamelSession *)NULL);
- input_stream = camel_stream_fs_new_with_name (g_string_new ("mail1.test"), CAMEL_STREAM_FS_READ);
+ input_stream = camel_stream_fs_new_with_name (g_string_new ("mail.test"), CAMEL_STREAM_FS_READ);
if (!input_stream) {
perror("could not open input file");
exit(2);
class='logmsg'> - iconv is in base in all supported FreeBSD versions - Fix build with MariaDB 10.2 [2] - Bump portrevision in dependencies PR: 226705 [1], 226026 [2] With hat: apache Approved by: joneum (apache) * Update to 1.2.16 release.Alex Dupre2018-02-232-6/+6 | * Update to 1.2.14 release.Alex Dupre2017-09-217-150/+25 | * Update to 1.2.12 release.Alex Dupre2017-03-282-7/+6 | | | | | PR: 218056 Submitted by: vvd@unislabs.com * www/tomcat-native: Fix build with LibreSSLBernard Spil2017-03-275-4/+142 | | | | | | | | | - Remove IGNORE for LibreSSL - Add patches for OPENSSL_VERSION_NUMBER checks - Disable engine support for LibreSSL - Add compat macro and function PR: 215196 * Remove the remaining IGNORE_FreeBSD_9 lines.Mathieu Arnold2017-02-181-1/+0 | | | | Sponsored by: Absolight * Use correct pthread function.Alex Dupre2017-01-242-1/+2 | | | | | PR: 216419 Submitted by: vvd@unislabs.com * Update to 1.2.10 release.Alex Dupre2017-01-233-6/+17 | * Also, you can't set SSL_DEFAULT, and don't give bad advices to people,Mathieu Arnold2016-09-281-2/+2 | | | | | | | it should never be set directly, but always through DEFAULT_VERSIONS. With hat: portmgr Sponsored by: Absolight