Skip to content

Commit

Permalink
fix: remove not working test case
Browse files Browse the repository at this point in the history
Log:
  • Loading branch information
xzl01 authored and kegechen committed Sep 5, 2023
1 parent f3d1a44 commit 65308b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/testcases/widgets/ut_dwatermarkhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,3 @@ TEST_F(ut_DWaterMarkHelper, testSetGrayScale)
helper->setData(data);
EXPECT_TRUE(helper->data().grayScale());
}

TEST_F(ut_DWaterMarkHelper, testSetWaterMark)
{
WaterMarkData data;
data.setText("test");
helper->setWaterMark(widget, data);
EXPECT_EQ(helper->data().text(), "test");
}

0 comments on commit 65308b9

Please sign in to comment.