]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixed unit tests for exportable values after [3977].
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 1 Mar 2010 16:20:41 +0000 (16:20 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 1 Mar 2010 16:20:41 +0000 (16:20 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3978 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/tests/objects/entities.php
engine/tests/objects/objects.php

index 336e2f30d1ebffdd0735ae56b82b0826571f4a57..44d16c85204bcaf6507d0ab4c2e7b820567e9ee4 100644 (file)
@@ -199,8 +199,10 @@ class ElggCoreEntityTest extends ElggCoreUnitTest {
                        'type',
                        'subtype',
                        'time_created',
+                       'time_updated',
                        'container_guid',
-                       'owner_guid', 
+                       'owner_guid',
+                       'site_guid'
                );
                
                $this->assertIdentical($exportables, $this->entity->getExportableValues());
index 8209917bf50eb2fd600814dab7a635f32897ee85..dd4beb075c08f3a3f6989d8e3ceaab7efe5d0856 100644 (file)
@@ -165,8 +165,10 @@ class ElggCoreObjectTest extends ElggCoreUnitTest {
                        'type',
                        'subtype',
                        'time_created',
+                       'time_updated',
                        'container_guid',
                        'owner_guid',
+                       'site_guid',
                        'title',
                        'description'
                );