From 1e4afdbac8610a16b98ffa218a21cfeab368c9d6 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Thu, 15 Aug 2024 00:37:13 +0900 Subject: [PATCH] style: tweak javadoc Signed-off-by: Hiroshi Miura --- .../core/statistics/FindMatchesTest.java | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/test/src/org/omegat/core/statistics/FindMatchesTest.java b/test/src/org/omegat/core/statistics/FindMatchesTest.java index cc5d3fedaf..204517f94d 100644 --- a/test/src/org/omegat/core/statistics/FindMatchesTest.java +++ b/test/src/org/omegat/core/statistics/FindMatchesTest.java @@ -115,11 +115,22 @@ public void testSearchRFE1578() throws Exception { /** * Test with tmx file with en-US, en-GB, fr and sr. *

- * test conditions: header adminlang=en header srclang=en-US header - * segtype=sentence 1st tuv: en-US value: XXx 2nd tuv: en-GB value: XXX 3rd - * tuv: fr value: YYY 4th tuv: sr value: ZZZ project properties: source: en - * target: cnr - * + * test conditions: + *

+ * project properties: + * */ @Test public void testSearchRFE1578_2() throws Exception {