~ubuntu-branches/ubuntu/raring/evolution-data-server/raring-proposed

« back to all changes in this revision

Viewing changes to tests/libecal/test-ecal-stress-factory--serial.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-13 10:12:28 UTC
  • mfrom: (1.1.107)
  • Revision ID: package-import@ubuntu.com-20121113101228-gvueq2vu386p625x
Tags: 3.6.2-0ubuntu1
* New upstream release
* debian/libcamel-1.2-40.symbols::
  - Updated
* debian/patches/dont-abort-in-e_source_registry_new.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        for (i = 0; i < NUM_CALS; i++) {
21
21
                ECal *cal;
22
22
 
23
 
                cal = ecal_test_utils_cal_new_temp (&uri,
24
 
                                E_CAL_SOURCE_TYPE_EVENT);
 
23
                cal = ecal_test_utils_cal_new_temp (
 
24
                        &uri, E_CAL_SOURCE_TYPE_EVENT);
25
25
                ecal_test_utils_cal_open (cal, FALSE);
26
26
 
27
27
                g_free (uri);