X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit-internal%2Futc-Dali-ItemView-internal.cpp;h=3ca8d0ac4c267e6a6bc320c38b9aec1ade404c50;hp=1ee80777ed363ef280eadedb59d86b30e65ed739;hb=29dcb5b25b793d2b59ae9f91949e7d1e6e20e340;hpb=f6231d5a64d64fde5da27e3c8c691521a087d26e diff --git a/automated-tests/src/dali-toolkit-internal/utc-Dali-ItemView-internal.cpp b/automated-tests/src/dali-toolkit-internal/utc-Dali-ItemView-internal.cpp index 1ee8077..3ca8d0a 100755 --- a/automated-tests/src/dali-toolkit-internal/utc-Dali-ItemView-internal.cpp +++ b/automated-tests/src/dali-toolkit-internal/utc-Dali-ItemView-internal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,11 +24,8 @@ #include #include -#include #include -#include - using namespace Dali; using namespace Toolkit; @@ -104,7 +101,7 @@ int UtcDaliItemLayoutCheckPropertiesSetBeforeActivateLayout(void) layoutArray.PushBack(gridLayoutProperty); - view.SetProperty( DevelItemView::Property::LAYOUT, layoutArray); + view.SetProperty( ItemView::Property::LAYOUT, layoutArray ); Dali::Toolkit::Internal::GridLayout* gridLayout = dynamic_cast(view.GetLayout(0).Get());