X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2FElmSharp.Wearable.Test%2FTC%2FCircleScrollerTest2.cs;h=5742f24d0dc1bc200b9d715eb796a44528e6aeed;hb=b7de6bebc3e9715cf9ddd7c70a9cf36cd05b0555;hp=b968e530ea38788406a05cdd9b30a0662a8d31fa;hpb=e02bb5d31d34dffa4fd94dc9a979d3b24c98bd9d;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/test/ElmSharp.Wearable.Test/TC/CircleScrollerTest2.cs b/test/ElmSharp.Wearable.Test/TC/CircleScrollerTest2.cs index b968e53..5742f24 100644 --- a/test/ElmSharp.Wearable.Test/TC/CircleScrollerTest2.cs +++ b/test/ElmSharp.Wearable.Test/TC/CircleScrollerTest2.cs @@ -31,7 +31,8 @@ namespace ElmSharp.Test.TC layout.Move(0, 0); layout.Resize(360, 360); - CircleScroller circleScroller = new CircleScroller(layout) + var surface = new CircleSurface(layout); + CircleScroller circleScroller = new CircleScroller(layout, surface) { AlignmentX = -1, AlignmentY = -1,