diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-03 03:27:02 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-03 03:27:02 +0800 |
commit | 87593b97975f7fb05e799c762d99c06e31bfb2d8 (patch) | |
tree | 388e62d1c9257154271bcdb13a789045611532be /tests | |
parent | cf4799b253ff79278d73da164aef52389dead454 (diff) | |
download | gsoc2013-evolution-87593b97975f7fb05e799c762d99c06e31bfb2d8.tar.gz gsoc2013-evolution-87593b97975f7fb05e799c762d99c06e31bfb2d8.tar.zst gsoc2013-evolution-87593b97975f7fb05e799c762d99c06e31bfb2d8.zip |
Reverted removal of e_setup_base_dir.
2000-06-02 Christopher James Lahey <clahey@helixcode.com>
* tests/test-movemail.c: Reverted removal of e_setup_base_dir.
svn path=/trunk/; revision=3399
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-movemail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-movemail.c b/tests/test-movemail.c index c766146c60..bcd5334b5a 100644 --- a/tests/test-movemail.c +++ b/tests/test-movemail.c @@ -48,6 +48,7 @@ int main (int argc, char **argv) fprintf (stderr, "Usage: test-movemail [--delete] url\n"); exit (1); } + e_setup_base_dir (); session = camel_session_new (auth_callback); ex = camel_exception_new (); |