utc_evas_vg_node_stack_below: Modify Test procedure guide description. 23/236623/1
authorYoungGun Chun <jykeon@samsung.com>
Fri, 19 Jun 2020 01:43:35 +0000 (10:43 +0900)
committerYoungGun Chun <jykeon@samsung.com>
Fri, 19 Jun 2020 01:43:35 +0000 (10:43 +0900)
Change-Id: I7ab0cd95175a6c5b5c6621f9c2451d9d440fde9b

TC/evas/canvas/evas_vg/utc_evas_vg_node_stack_below.c

index b6f0c0ee208a37d9acb91e1ab0e73140e5116157..698233ce4ecbabbef9e12496f52b66c3dbe5ded7 100644 (file)
@@ -46,13 +46,13 @@ teardown(void)
      }
    ecore_evas_shutdown();
 }
-
-/* @procedure
+/*addtogroup utc_evas_vg_node_stack_above
+ *@{
+ * @procedure
  * @step 1 Call evas_object_vg_add function to create a new vector object
  * and check on not NULL
  * @step 2 Show vector object
- * @step 3 Call evas_object_vg_root_node_get function to get pointer on canvas root vector object
- * and check on not NULL
+ * @step 3 Call evas_object_vg_root_node_set function to set pointer on canvas root vector object
  * @step 4 Create three new vector shape objects of circle shape
  * @step 5 Change the stacking of shapes and check if the stacking order is correct
  *