Delete the unused test on ambient-viewer unittest 86/226686/1
authormk5004.lee <mk5004.lee@samsung.com>
Thu, 5 Mar 2020 02:59:13 +0000 (11:59 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Thu, 5 Mar 2020 02:59:13 +0000 (11:59 +0900)
Change-Id: I96a41e899587c347b6e882d0d1a08ce8bbb333ae
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
unittest/src/test_ambient_viewer.cc

index 87227d8..8b431c5 100644 (file)
@@ -52,22 +52,3 @@ class AmbientViewerTest : public ::testing::Test {
 TEST_F(AmbientViewerTest, create) {
   EXPECT_NE(AmbientViewerTest::stub, nullptr);
 }
-
-TEST_F(AmbientViewerTest, Monitor) {
-  //AmbientViewerTest::stub->Monitor();
-  //AmbientViewerTest::stub->Unmonitor();
-}
-
-TEST_F(AmbientViewerTest, Get) {
-  //AmbientViewerTest::stub->Monitor();
-  // To do
-  // update surface
-  //const ISurface& top_app_surface = AmbientViewerTest::stub->GetTopAppSurface();
-  //top_app_surface.GetCurrentImage();
-  //top_app_surface.GetAppId();
-  //top_app_surface.IsWatch();
-  //top_app_surface.GetInstId();
-  //top_app_surface.GetOpr();
-
-  //AmbientViewerTest::stub->Unmonitor();
-}