e_test_win: fix to show correct test case window name 46/182546/1
authorJunSeok, Kim <juns.kim@samsung.com>
Tue, 26 Jun 2018 05:42:04 +0000 (14:42 +0900)
committerJunSeok, Kim <juns.kim@samsung.com>
Tue, 26 Jun 2018 05:42:04 +0000 (14:42 +0900)
Change-Id: I8a19d98126ab6fc29011558a46895fafb3afe546

src/e_test_win.cpp

index 5d70843..591ddb0 100644 (file)
@@ -77,7 +77,7 @@ finish:
    // set information
    animating = EINA_FALSE;
    native_win = 0; // TODO:: get Ecore_Window from static get_win_id function
-   name = eina_stringshare_add(name);
+   this->name = eina_stringshare_add(name);
    this->x = usr_geom ? x : 0;
    this->y = usr_geom ? y : 0;
    this->w = usr_geom ? w : screen_width;