[folks] Fix the nullity of test functions.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Fix the nullity of test functions.
- Date: Mon, 30 Jan 2012 19:09:54 +0000 (UTC)
commit 22e4318d3ff4a10c94d51d509553428529c9a729
Author: Travis Reitter <travis reitter collabora co uk>
Date: Tue Jan 24 17:00:58 2012 -0800
Fix the nullity of test functions.
tests/folks/aggregation.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/folks/aggregation.vala b/tests/folks/aggregation.vala
index 1da7e56..cf7d6ba 100644
--- a/tests/folks/aggregation.vala
+++ b/tests/folks/aggregation.vala
@@ -544,8 +544,8 @@ public class AggregationTests : Folks.TestCase
private void _test_linkable_properties_individuals_changed (bool detailed,
uint num_personas, Collection<Individual?> added,
- Set<Individual?> removed, ref weak Individual individual1,
- ref weak Individual individual2)
+ Set<Individual?> removed, ref weak Individual? individual1,
+ ref weak Individual? individual2)
{
foreach (Individual i in removed)
{
@@ -700,7 +700,7 @@ public class AggregationTests : Folks.TestCase
private void _test_user_individuals_changed (bool detailed,
Collection<Individual?> added, Set<Individual?> removed,
- ref Individual user_individual)
+ ref Individual? user_individual)
{
/* Keep track of the user individual */
foreach (Individual i in removed)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]