~ubuntu-branches/ubuntu/saucy/evolution-data-server/saucy

« back to all changes in this revision

Viewing changes to camel/tests/folder/test5.c

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        camel_test_provider_init (1, nntp_drivers);
22
22
 
23
23
        /* clear out any camel-test data */
24
 
        system("/bin/rm -rf /tmp/camel-test");
 
24
        system ("/bin/rm -rf /tmp/camel-test");
25
25
 
26
26
        session = camel_test_session_new ("/tmp/camel-test");
27
27
 
31
31
                path = getenv (remote_providers[i]);
32
32
 
33
33
                if (path == NULL) {
34
 
                        printf("Aborted (ignored).\n");
35
 
                        printf("Set '%s', to re-run test.\n", remote_providers[i]);
 
34
                        printf ("Aborted (ignored).\n");
 
35
                        printf ("Set '%s', to re-run test.\n", remote_providers[i]);
36
36
                        /* tells make check to ignore us in the total count */
37
37
                        _exit (77);
38
38
                }
39
 
                camel_test_nonfatal("Not sure how many tests apply to NNTP");
 
39
                camel_test_nonfatal ("Not sure how many tests apply to NNTP");
40
40
                test_folder_basic (session, path, FALSE, FALSE);
41
41
                camel_test_fatal ();
42
42
        }