~ubuntu-branches/ubuntu/quantal/folks/quantal

« back to all changes in this revision

Viewing changes to tests/eds/email-details.vala

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-12 09:48:10 UTC
  • mfrom: (1.6.2)
  • Revision ID: package-import@ubuntu.com-20120912094810-6zlx8889hcovxj7p
Tags: 0.7.4.1-0ubuntu1
* New upstream bugfix release
* debian/control:
  - Bump build-depends on libglib2.0-dev, valac-0.18, libvala-0.18-dev
* debian/libfolks-eds25.symbols:
* debian/libfolks25.symbols:
  - Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
      this._c3.set (Edsf.Persona.email_fields[1], (owned) v);
102
102
      this._eds_backend.add_contact (this._c3);
103
103
 
104
 
      this._test_email_details_async ();
 
104
      this._test_email_details_async.begin ();
105
105
 
106
106
      Timeout.add_seconds (5, () =>
107
107
          {
190
190
                  }
191
191
              }
192
192
              assert (found);
193
 
              foreach (var v in e.get_parameter_values (e.PARAM_TYPE))
 
193
              foreach (var v in e.get_parameter_values (AbstractFieldDetails.PARAM_TYPE))
194
194
                {
195
195
                  this._email_types.add (v);
196
196
                }