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

« back to all changes in this revision

Viewing changes to tests/key-file/individual-retrieval.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:
92
92
              assert (i == null);
93
93
            }
94
94
        });
95
 
      aggregator.prepare ();
 
95
      aggregator.prepare.begin ();
96
96
 
97
97
      /* Kill the main loop after a few seconds. If there are still individuals
98
98
       * in the set of expected individuals, the aggregator has either failed
143
143
              assert (i == null);
144
144
            }
145
145
        });
146
 
      aggregator.prepare ();
 
146
      aggregator.prepare.begin ();
147
147
 
148
148
      /* Kill the main loop after a few seconds. If there are still individuals
149
149
       * in the set of expected individuals, the aggregator has either failed