Skip to content
Snippets Groups Projects
Commit dd772089 authored by tpylak's avatar tpylak
Browse files

minor: fix unit test

SVN: 20220
parent c55aa957
No related branches found
No related tags found
No related merge requests found
......@@ -134,11 +134,11 @@ public class WellTooltipGeneratorTest extends AssertJUnit
String desc = tryGenerateShortDescription(model, 0, 1, null);
AssertionUtil.assertStarts("Feature0: 0.0", desc);
AssertionUtil.assertEnds("Feature29: 29.0\n" + "...", desc);
AssertionUtil.assertEnds("Feature19: 19.0\n" + "...", desc);
desc = tryGenerateShortDescription(model, 0, 1, "Feature4");
AssertionUtil.assertStarts("Feature4: <b>4.0</b>", desc);
AssertionUtil.assertEnds("Feature29: 29.0\n" + "...", desc);
AssertionUtil.assertEnds("Feature19: 19.0\n" + "...", desc);
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment