test tweaks and updated examples
[civicrm-core.git] / api / v3 / examples / UFGroupCreate.php
index da390e82214f410a0ff8304e0cb17b81b03d76ab..13753b787d37bbeff45348e6943486b7ab8f4e44 100644 (file)
@@ -57,6 +57,7 @@ function uf_group_create_expectedresult(){
           'is_active' => 0,
           'group_type' => 'Individual,Contact',
           'title' => 'Test Group',
+          'description' => '',
           'help_pre' => 'help pre',
           'help_post' => 'help post',
           'limit_listings_group_id' => '1',
@@ -73,7 +74,7 @@ function uf_group_create_expectedresult(){
           'is_reserved' => '1',
           'name' => 'Test_Group_2',
           'created_id' => '1',
-          'created_date' => '2013-07-28 05:52:14',
+          'created_date' => '2013-07-28 08:49:19',
           'is_proximity_search' => '',
         ),
     ),