Fix the nullity of test functions.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 25 Jan 2012 01:00:58 +0000 (17:00 -0800)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 27 Jan 2012 16:02:01 +0000 (08:02 -0800)
tests/folks/aggregation.vala

index 1da7e56..cf7d6ba 100644 (file)
@@ -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)