fix for entering decimal numbers

This commit is contained in:
serso
2011-10-24 11:14:59 +04:00
parent 7705e5d9b6
commit 1ec242bb1a
8 changed files with 50 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ public class TextHighlighterTest {
@Test
public void testProcess() throws Exception {
final TextProcessor textHighlighter = new TextHighlighter(0);
final TextProcessor textHighlighter = new TextHighlighter(0, true);
final Random random = new Random(new Date().getTime());
for (int i = 0; i < 1000; i++) {